login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A366690
a(n) = phi(11^n+1), where phi is Euler's totient function (A000010).
13
1, 4, 60, 432, 7320, 53680, 803520, 6495720, 100874752, 764738496, 12756110400, 89493288192, 1568774615040, 11278053084480, 180228847518720, 1310982643872000, 22974417331646464, 168479281019744640, 2521788545778163200, 20190830281379049600
OFFSET
0,2
LINKS
FORMULA
a(n) = A000010(A034524(n)). - Paul F. Marrero Romero, Nov 10 2023
MATHEMATICA
EulerPhi[11^Range[0, 19] + 1] (* Paul F. Marrero Romero, Nov 10 2023 *)
PROG
(PARI) {a(n) = eulerphi(11^n+1)}
KEYWORD
nonn
AUTHOR
Sean A. Irvine, Oct 16 2023
STATUS
approved