|
Search: id:A122142
|
|
|
| A122142 |
|
Numbers n such that n divides A122103[n] = Sum[ Prime[k]^5, {k,1,n} ]. |
|
+0 20
|
| |
|
|
OFFSET
|
1,2
|
|
|
COMMENT
|
No other terms up to 10^8. -Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 06 2007
|
|
EXAMPLE
|
a(2) = 25 because 25 is the first number n>1 that divides A122103[n] = Sum[ Prime[k]^5, {k,1,n} ].
Mod[ A122103[25], 25] = Mod[ 2^5 + 3^5 + 5^5 + ... + 89^5 + 97^5, 25 ] = 0.
|
|
MATHEMATICA
|
s = 0; t = {}; Do[s = s + Prime[n]^5; If[ Mod[s, n] == 0, AppendTo[t, n]], {n, 1000000}]; t
|
|
CROSSREFS
|
Cf. A122103, A098999, A007504, A045345, A024450, A111441, A122102, A122140.
Sequence in context: A012835 A132540 A142998 this_sequence A151557 A008844 A159332
Adjacent sequences: A122139 A122140 A122141 this_sequence A122143 A122144 A122145
|
|
KEYWORD
|
nonn,hard
|
|
AUTHOR
|
Alexander Adamchuk (alex(AT)kolmogorov.com), Aug 21 2006
|
|
EXTENSIONS
|
2 more terms from Stefan Steinerberger (stefan.steinerberger(AT)gmail.com), Jun 06 2007
|
|
|
Search completed in 0.002 seconds
|