Self numbers: Difference between revisions

m
→‎ten millionth self number: changed the title comment.
m (→‎ten millionth self number: elided a duplicate statement.)
m (→‎ten millionth self number: changed the title comment.)
Line 774:
=== ten millionth self number ===
{{trans|Go (low memory)}}
<lang rexx>/*REXX programpgm displays the N Nth self numbersnumber, aka Colombian or Devlali numbers. OEIS A3052.*/
numeric digits 20 /*ensure enough decimal digits for #. */
parse arg high . /*obtain optional argument from the CL.*/