Eban numbers: Difference between revisions

Content added Content deleted
(Rename Perl 6 -> Raku, alphabetize, minor clean-up)
m (→‎Algorithmically generate / count: Fix comment: Perl 6 --> Raku)
Line 990: Line 990:


===Algorithmically generate / count===
===Algorithmically generate / count===
Alternately, a partial translation of Perl 6. Does not need to actually generate the e-ban numbers to count them. Display counts up to 10**21.
Alternately, a partial translation of Raku. Does not need to actually generate the e-ban numbers to count them. Display counts up to 10**21.


<lang perl>use strict;
<lang perl>use strict;