Jump to content

Self numbers: Difference between revisions

m
m (→‎ten millionth self number: fix a cut-'n-paste error.)
m (→‎ten millionth self number: added a statement.)
Line 775:
{{trans|Go (low memory)}}
<lang rexx>/*REXX program displays N self numbers, aka Colombian or Devlali numbers. OEIS A3052.*/
if high=='' | high=="," then high= 100000000 /*Not specified? Then use 100M default*/
parse arg high . /*obtain optional argument from the CL.*/
if high=='' | high=="," then high= 100000000 /*Not specified? Then use 100M default*/
Cookies help us deliver our services. By using our services, you agree to our use of cookies.