OFFSET
1,2
COMMENTS
a(27) > 10^12. - Donovan Johnson, Dec 09 2011
EXAMPLE
k=5: (1 + 1 + 2 + 2 + 4)/5 = 2.
MATHEMATICA
s = 0; Do[s = s + n - EulerPhi[n]; If[ IntegerQ[s/n], Print[n]], {n, 1, 10^7} ]
CROSSREFS
KEYWORD
nonn
AUTHOR
Labos Elemer, Sep 06 2001
EXTENSIONS
More terms from Dean Hickerson, Sep 07 2001
One more term from Robert G. Wilson v, Sep 07 2001
a(16) and a(17) from Jud McCranie, Jun 22 2005
a(18)-a(21) from Donovan Johnson, May 11 2010
a(22)-a(26) from Donovan Johnson, Dec 09 2011
STATUS
approved