Primes whose sum of digits is 25: Difference between revisions

Content added Content deleted
Line 597: Line 597:
return res
return res
end
end

sum25("", 19, 0)


@time println("There are ", format(sum25("", 25, 0), commas=true),
@time println("There are ", format(sum25("", 25, 0), commas=true),