On Feb 16, 9:10 am, "Phrogz" <g... / refinery.com> wrote: > irb> (1..(%w|kits cats sacks wives|).length).inject(0){ |s,n| s + > 7**n } > => 2800 > > Er, wait, should the man with the wives be included in the count? > Maybe 2795." Er...That 2795 should have read 2801. Oops.