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”).

A063798
phi(s(n^3)) is a square, where s(n) is sigma(n)-n (A001065).
0
4, 7, 9, 61, 73, 81, 121, 144, 431, 727, 919, 1596, 2413, 2593, 2809, 3966, 6561, 6827, 9551, 10593, 12791, 17053, 29959, 31238, 33791, 45115, 47051, 76157, 79898, 85607, 140891, 148151, 192887, 203843, 212461, 311293, 381739, 397259
OFFSET
1,1
PROG
(PARI) s(n) = sigma(n)-n; for(n=2, 10^6, if(issquare(eulerphi(s(n^3))), print(n)))
CROSSREFS
Cf. A001065.
Sequence in context: A346554 A022541 A330695 * A084035 A103702 A118517
KEYWORD
nonn
AUTHOR
Jason Earls, Aug 19 2001
EXTENSIONS
More terms from Dean Hickerson, Aug 22 2001
STATUS
approved