A295502 a(n) = phi(5^n-1), where phi is Euler's totient function (A000010).
2, 8, 60, 192, 1400, 4320, 39060, 119808, 894240, 2912000, 24414060, 62208000, 610351560, 1959874560, 13154400000, 44043337728, 380537036928, 997843069440, 9485297382000, 25606963200000, 230106651919200, 748687423334400, 5959800062798400, 15138938880000000
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..502
- Bernadette Faye, Florian Luca, and Amadou Tall, On the equation phi(5^m-1)=5^n-1, Bull. Korean Math. Soc. 2015; 52(2): 513-524.
- Eric Weisstein's World of Mathematics, Totient Function
- Wikipedia, Euler's totient function
Crossrefs
Programs
-
Mathematica
EulerPhi[5^Range[25] - 1] (* Paolo Xausa, Jun 18 2024 *)
-
PARI
{a(n) = eulerphi(5^n-1)}
Formula
a(n) = n*A027741(n).
Comments