Super-d numbers: Difference between revisions

m
→‎{{header|REXX}}: expanded the program to include the extra credits, added whitespace, widened the output titles.
m (→‎{{header|REXX}}: expanded the output to include the optional requirements.)
m (→‎{{header|REXX}}: expanded the program to include the extra credits, added whitespace, widened the output titles.)
Line 261:
end /*j*/
say
say center(' the first ' n " super-"d 'numbers ', 79 digits(), "═")
say strip($)
end /*d*/ /*stick a fork in it, we're all done. */</lang>
{{out|output|text=&nbsp; when using the default inputs:}}
<pre>
══════════════════════════════════ the first 10 super-2 numbers ══════════════════════════════════
════════════════════════ the first 10 super═2 numbers ════════════════════════
19 31 69 81 105 106 107 119 127 131
 
══════════════════════════════════ the first 10 super-3 numbers ══════════════════════════════════
════════════════════════ the first 10 super═3 numbers ════════════════════════
261 462 471 481 558 753 1036 1046 1471 1645
 
══════════════════════════════════ the first 10 super-4 numbers ══════════════════════════════════
════════════════════════ the first 10 super═4 numbers ════════════════════════
1168 4972 7423 7752 8431 10267 11317 11487 11549 11680
 
══════════════════════════════════ the first 10 super-5 numbers ══════════════════════════════════
════════════════════════ the first 10 super═5 numbers ════════════════════════
4602 5517 7539 12955 14555 20137 20379 26629 32767 35689
 
══════════════════════════════════ the first 10 super-6 numbers ══════════════════════════════════
════════════════════════ the first 10 super═6 numbers ════════════════════════
27257 272570 302693 323576 364509 502785 513675 537771 676657 678146
 
══════════════════════════════════ the first 10 super-7 numbers ══════════════════════════════════
════════════════════════ the first 10 super═7 numbers ════════════════════════
140997 490996 1184321 1259609 1409970 1783166 1886654 1977538 2457756 2714763
 
══════════════════════════════════ the first 10 super-8 numbers ══════════════════════════════════
════════════════════════ the first 10 super═8 numbers ════════════════════════
185423 641519 1551728 1854230 6415190 12043464 12147605 15517280 16561735 18542300
 
══════════════════════════════════ the first 10 super-9 numbers ══════════════════════════════════
════════════════════════ the first 10 super═9 numbers ════════════════════════
17546133 32613656 93568867 107225764 109255734 113315082 121251742 175461330 180917907 182557181
</pre>