OFFSET
1,1
COMMENTS
Banks proved that for each positive integer N there are an infinite number of Carmichael numbers whose Euler totient function value is an N-th power. Therefore this sequence is infinite.
The terms were calculated using Pinch's tables of Carmichael numbers (see link below).
LINKS
Amiram Eldar, Table of n, a(n) for n = 1..10000 (calculated using data from Claude Goutier)
William D. Banks, Carmichael Numbers with a Square Totient, Canadian Mathematical Bulletin, Vol. 52, No. 1 (2009), pp. 3-8.
Claude Goutier, Compressed text file carm10e22.gz containing all the Carmichael numbers up to 10^22.
R. G. E. Pinch, Tables relating to Carmichael numbers.
EXAMPLE
phi(63973) = 36^3.
MATHEMATICA
With[{s = Import["b002997.txt", "Data"][[All, -1]]}, Select[s, IntegerQ@ Power[EulerPhi@ #, 1/3] &]] (* Michael De Vlieger, Aug 14 2017, using b-file at A002997 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Amiram Eldar, Aug 10 2017
STATUS
approved