OFFSET
1,1
LINKS
Seiichi Manyama, Table of n, a(n) for n = 1..50
Eric Weisstein's World of Mathematics, Totient Function.
Wikipedia, Euler's totient function.
FORMULA
a(n) = phi(11^n - 1)/n where phi is A000010.
MATHEMATICA
Array[EulerPhi[11^# - 1]/# &, 25] (* Paolo Xausa, Jun 17 2024 *)
PROG
(PARI) {a(n) = eulerphi(11^n-1)/n}
CROSSREFS
KEYWORD
nonn
AUTHOR
Seiichi Manyama, Sep 12 2018
STATUS
approved