Abundant odd numbers: Difference between revisions

→‎{{header|Factor}}: [ cdr ] times car -> lnth
(Added Processing code)
(→‎{{header|Factor}}: [ cdr ] times car -> lnth)
Line 2,505:
 
: first25 ( -- seq ) 25 1 abundant-odds-from ltake list>array ;
: 1,000th ( -- n ) 999 1 abundant-odds-from 999 [ cdr ] times carlnth ;
: first>10^9 ( -- n ) 1,000,000,001 abundant-odds-from car ;
 
1,808

edits