Increasing gaps between consecutive Niven numbers: Difference between revisions

Content added Content deleted
(julia example)
Line 136: Line 136:


=={{header|Julia}}==
=={{header|Julia}}==
lang julia>using Formatting
<lang julia>using Formatting


function findharshadgaps(N)
function findharshadgaps(N)
Line 191: Line 191:
276 1,039,028,518 18,879,988,824
276 1,039,028,518 18,879,988,824
</pre>
</pre>



=={{header|Perl 6}}==
=={{header|Perl 6}}==