OFFSET
1,2
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
Max Alekseyev, PARI scripts for various problems (see invphi.gp there).
EXAMPLE
a(3)=144 is in the sequence because phi(h)=144 for h = 185, 219, 273, 285, 292, 296, 304, 315, 364, 370, 380, 432, 438, 444, 456, 468, 504, 540, 546, 570, 630, and the sum of those is the prime 8311.
MAPLE
select(n -> isprime(convert(numtheory:-invphi(n), `+`)), [$1..10000]);
PROG
(PARI) isok(n) = isprime(vecsum(invphi(n))); \\ Michel Marcus, Oct 05 2018
CROSSREFS
KEYWORD
nonn
AUTHOR
Robert Israel, Oct 04 2018
STATUS
approved