OFFSET
1,2
EXAMPLE
n=79: a(79)=979837 because GCD[979837,998718,961272]=79 and a(79) is the smallest.
MATHEMATICA
f[x_] := GCD[DivisorSigma[1, x], EulerPhi[x], x] t=Table[0, {100}]; Do[s=f[n]; If[s<101&&t[[s]]==0, t[[s]]=n], {n, 1, 1000000}];
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Aug 23 2002
STATUS
approved