A055929 Euler totient function of the factorial of prime(n).
1, 2, 32, 1152, 8294400, 1194393600, 64210599936000, 20804234379264000, 4229084764616785920000, 1396531754239566739931136000000, 1256878578815610065938022400000000, 2046959290878571310305421983481856000000000, 4853749870531268290996216607232176947200000000000
Offset: 1
Keywords
Links
- Amiram Eldar, Table of n, a(n) for n = 1..87
Programs
-
Mathematica
a[n_] := EulerPhi[Prime[n]!]; Array[a, 12] (* Amiram Eldar, Jun 03 2024 *)
-
PARI
a(n) = eulerphi(prime(n)!); \\ Amiram Eldar, Jun 03 2024
Extensions
a(12)-a(13) from Amiram Eldar, Jun 03 2024