login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131264 Numbers k such that k divides 2^10 + 3^10 + 5^10 + ... + prime(k)^10. 2
1, 269, 41837, 36626159, 154578947, 2155054465, 19410890423, 30691222355, 247555091527, 2201220228533, 227735225320519 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(11) > 2.6*10^12. - Bruce Garner, Mar 06 2021
LINKS
MATHEMATICA
s = 0; Do[s = s + Prime[n]^10; If[ Mod[s, n] == 0, Print[n]], {n, 1000000}]
PROG
(PARI) s=0; n=0; forprime(p=2, 1e9, s+=p^10; if(s%n++==0, print1(n", "))) \\ Charles R Greathouse IV, Apr 14 2011
CROSSREFS
Cf. A085450 (smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n).
Sequence in context: A054803 A251216 A166807 * A053322 A274328 A025393
KEYWORD
nonn,more
AUTHOR
Alexander Adamchuk, Jun 25 2007
EXTENSIONS
a(4) & a(5) from Robert G. Wilson v, Jun 28 2007
a(6)-a(9) from Charles R Greathouse IV, Apr 14 2011
a(10) from Bruce Garner, Mar 06 2021
a(11) from Paul W. Dyson, Jul 09 2023
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)