A295500 a(n) = phi(3^n-1), where phi is Euler's totient function (A000010).
1, 4, 12, 32, 110, 288, 1092, 2560, 9072, 26400, 84700, 165888, 797160, 2384928, 6019200, 15728640, 64533700, 141087744, 580765248, 1246080000, 4823425152, 14758128000, 46070066188, 85996339200, 385087175000, 1270928131200, 3474144608256, 8810420097024
Offset: 1
Keywords
Links
- Max Alekseyev, Table of n, a(n) for n = 1..690
- Eric Weisstein's World of Mathematics, Totient Function
- Wikipedia, Euler's totient function
Crossrefs
Programs
-
Mathematica
EulerPhi[3^Range[30] - 1] (* Paolo Xausa, Jun 18 2024 *)
-
PARI
{a(n) = eulerphi(3^n-1)}
Formula
a(n) = n*A027385(n).