OFFSET
1,2
COMMENTS
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..120
FORMULA
MATHEMATICA
f[x_] := Apply[GCD, {DivisorSigma[1, x], EulerPhi[x]}] t=Table[0, {100}]; Do[s=f[n]; If[s<101&&t[[s]]==0, t[[s]]=n], {n, 1, 10^13}];
PROG
(PARI) a(n)=my(x=n); while(gcd(eulerphi(x), sigma(x))!=n, x++); x \\ Charles R Greathouse IV, Dec 09 2013
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Nov 12 2002
STATUS
approved
