OFFSET
1,2
COMMENTS
Indices of records in A057635(n), the maximal m with phi(m)=n.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..5000
FORMULA
MATHEMATICA
Block[{nn = 10^6, s, t, u}, s = PositionIndex@ Array[EulerPhi, nn]; t = ConstantArray[0, nn]; u = Take[ReplacePart[t, Map[# -> Last@ Lookup[s, #] &, Keys@ s]], 10^(Log10[nn] - 2)]; Map[FirstPosition[u, #][[1]] &, Union@ FoldList[Max, u]]] (* Michael De Vlieger, Oct 24 2017 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More precise definition from Max Alekseyev, Nov 07 2007
STATUS
approved