Perfect totient numbers
use Prime::Factor;
my \๐ = lazy 0, |(1..*).hyper.map: -> \t { t * [*] t.&prime-factors.squish.map: 1 - 1/* }
my \๐๐ = Nil, |(3, *+2 โฆ *).grep: -> \p { p == sum ๐[p], { ๐[$_] } โฆ 1 };
put "The first twenty Perfect totient numbers:\n", ๐๐[1..20];
Output:
The first twenty Perfect totient numbers:
3 9 15 27 39 81 111 183 243 255 327 363 471 729 2187 2199 3063 4359 4375 5571
Last updated
Was this helpful?