OFFSET
1,1
COMMENTS
These terms (greater than 0) are not unique. The first duplicate appears at a(256) = a(2236) = 6711.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..10000
Max Alekseyev, PARI/GP Scripts for Miscellaneous Math Problems (invphi.gp).
David M. Bressoud, A Course in Computational Number Theory (web page), CNT.m, Computational Number Theory Mathematica package.
FORMULA
a(n) = 0 if and only if n is in A007617. - Amiram Eldar, Nov 15 2024
MATHEMATICA
Needs["CNT`"]; Table[Total[PhiInverse[n]], {n, 100}]
PROG
(PARI) a(n) = vecsum(invphi(n)); \\ Amiram Eldar, Nov 15 2024, using Max Alekseyev's invphi.gp
CROSSREFS
KEYWORD
nonn
AUTHOR
T. D. Noe, Oct 12 2012
STATUS
approved