Brilliant numbers: Difference between revisions

Content deleted Content added
Thundergnat (talk | contribs)
New draft task and Raku example
 
Thundergnat (talk | contribs)
m edit order of magnitude, typo
Line 17:
;Task
* Find and display the first 100 brilliant numbers.
* For the orders of magnitude 21 through 6, find and show the first brilliant number greater than or equal to than the order of magnitude, and, its position in the series (or the count of brilliant numbers up to that point).
 
 
Line 31:
 
=={{header|Raku}}==
21 through 7 are fast. 8 and 9 take a bit longer.
<lang perl6>use Lingua::EN::Numbers;