|
Search: id:A048290
|
|
|
| A048290 |
|
Numbers n such that n divides Sum_{k=1..n} phi(k). |
|
+0 11
|
|
| 1, 2, 5, 6, 16, 25, 36, 249, 617, 1296, 13763, 76268, 189074, 783665, 1102394, 3258466, 3808854, 7971034, 15748051, 27746990, 41846733, 153673168, 195853251, 302167272, 402296412, 732683468, 807656448, 844492262, 848152352, 1122039882
(list; graph; listen)
|
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
The odd terms of A048290 and A063986 are the same. - Jud McCranie (j.mccranie(AT)comcast.net), Jun 26 2005
|
|
REFERENCES
|
Bender, Patashnik and Rumsey, Pizza Slicing, Phis and the Riemann Hypothesis, American Mathematical Monthly, Vol. 101 (1994), pp. 307-317.
|
|
LINKS
|
D. Rusin, Euler phi function
|
|
FORMULA
|
The sum to n is about (3/pi^2)*n^2.
Not obviously infinite; rough heuristics predict about 3/2 log(N) such n's less than N, log(N) even ones and log(N)/2 odd ones.
|
|
EXAMPLE
|
Euler-sums are *1*, *2*, 4, 6, *10*, *12*, ..., *80*, ..., *510624*,... for n=1, 2, 3, 4, 5, 6, ..., 16, ...., 1296, ...
|
|
MATHEMATICA
|
s = 0; Do[s = s + EulerPhi[n]; If[IntegerQ[s/n], Print[n]], {n, 1, 10^8}]
|
|
CROSSREFS
|
Cf. A000010, A002088. See A063986 for n divides Sum_{k=1..n} k-phi(k).
Sequence in context: A037079 A101325 A042980 this_sequence A029939 A082198 A098871
Adjacent sequences: A048287 A048288 A048289 this_sequence A048291 A048292 A048293
|
|
KEYWORD
|
nonn,nice
|
|
AUTHOR
|
Dave Rusin (rusin(AT)math.niu.edu)
|
|
EXTENSIONS
|
10 more terms computed by Dean Hickerson (dean.hickerson(AT)yahoo.com)
One more term from Robert G. Wilson v (rgwv(AT)rgwv.com), Sep 07 2001
More terms from Naohiro Nomoto (n_nomoto(AT)yabumi.com), Mar 22 2002
5 more terms from Jud McCranie (j.mccranie(AT)comcast.net), Jun 21 2005
|
|
|
Search completed in 0.002 seconds
|