A067583 Integers of the form phi(n^n)/phi(n)^n where phi is the Euler totient function A000010(n).
1, 2, 8, 243, 128, 177147, 32768, 129140163, 94143178827, 2147483648, 50031545098999707, 26588814358957503287787, 19383245667680019896796723, 9223372036854775808, 7509466514979724803946715958257547
Offset: 1
Keywords
Programs
-
Mathematica
Select[Table[EulerPhi[n^n]/EulerPhi[n]^n,{n,100}],IntegerQ] (* Harvey P. Dale, Dec 19 2021 *)