|
Search: id:A073162
|
|
|
| A073162 |
|
n is such that partial sum of Pi(k) from 1 to n is divisible by n. |
|
+0 3
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
3rd term is 17 because 0+1+2+2+3+3+4+4+4+4+5+5+6+6+6+6+7=68=4.17 In order to continue, see A073224.
|
|
FORMULA
|
Solutions to Mod[A046992(x), x]=0
|
|
MATHEMATICA
|
s = 0; Do[s = s + PrimePi[n]; If[ IntegerQ[s/n], Print[{n, s, s/n}]], {n, 1, 10^8}]
|
|
CROSSREFS
|
Cf. A046992, A000720, A073163, A073164 & A073224.
Adjacent sequences: A073159 A073160 A073161 this_sequence A073163 A073164 A073165
Sequence in context: A106895 A106896 A097938 this_sequence A107147 A049078 A135471
|
|
KEYWORD
|
nonn
|
|
AUTHOR
|
Labos E. (labos(AT)ana.sote.hu), Jul 18 2002
|
|
EXTENSIONS
|
Edited and extended by Robert G. Wilson v (rgwv(AT)rgwv.com), Jul 20 2002
|
|
|
Search completed in 0.002 seconds
|