Message from discussion
Weird Numbers (#57)
Path: g2news1.google.com!postnews.google.com!g47g2000cwa.googlegroups.com!not-for-mail
From: "Nathan" <nmo...@gmail.com>
Newsgroups: comp.lang.ruby
Subject: Re: Weird Numbers (#57)
Date: 3 Dec 2005 16:33:20 -0800
Organization: http://groups.google.com
Lines: 13
Message-ID: <1133656400.935726.314920@g47g2000cwa.googlegroups.com>
References: <067E406CA22BA0438DEB760389C705CD0DA210@blne0e1a.ww001.siemens.net>
<20051202153047.98781.qmail@web80313.mail.yahoo.com>
<1133651972.816482.32160@g43g2000cwa.googlegroups.com>
<D2183432-E2A6-48A8-A096-F8E2F102D407@grayproductions.net>
<1133653073.636502.102540@g49g2000cwa.googlegroups.com>
<87b37d60512031614u4dcfd440pda8a3c32eb3cb706@mail.gmail.com>
NNTP-Posting-Host: 66.41.73.167
Mime-Version: 1.0
Content-Type: text/plain; charset="iso-8859-1"
X-Trace: posting.google.com 1133656405 19919 127.0.0.1 (4 Dec 2005 00:33:25 GMT)
X-Complaints-To: groups-abuse@google.com
NNTP-Posting-Date: Sun, 4 Dec 2005 00:33:25 +0000 (UTC)
In-Reply-To: <87b37d60512031614u4dcfd440pda8a3c32eb3cb706@mail.gmail.com>
User-Agent: G2/0.2
X-HTTP-UserAgent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.7.12) Gecko/20050915 Firefox/1.0.7,gzip(gfe),gzip(gfe)
Complaints-To: groups-abuse@google.com
Injection-Info: g47g2000cwa.googlegroups.com; posting-host=66.41.73.167;
posting-account=8v1AIg0AAABpdd3F7asUj2zLb0yOsnEw
Paolo Capriotti wrote:
> On 12/4/05, Nathan <nmo...@gmail.com> wrote:
>
> irb(main):001:0> (1..836).select{|d| 836 % d == 0}
> => [1, 2, 4, 11, 19, 22, 38, 44, 76, 209, 418, 836]
Simon's right. I definitely need more sleep.
Cheers,
-Nathan