login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A131264 Numbers n such that n divides 2^10 + 3^10 + 5^10 + ... + prime(n)^10. 10
1, 269, 41837, 36626159, 154578947, 2155054465, 19410890423, 30691222355, 247555091527 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

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.

Cf. A045345, A111441, A122140, A125907, A122142, A125825, A125826, A125828, A131263, A125827, A131272, A131273, A131274, A131275, A131276, A131277, A131278, A131279, A131280, A131281, A131282, A131283, A131284, A131285, A131289, A131290, A131291.

Sequence in context: A059330 A054803 A166807 * A053322 A192274 A025393

Adjacent sequences:  A131261 A131262 A131263 * A131265 A131266 A131267

KEYWORD

nonn

AUTHOR

Alexander Adamchuk (alex(AT)kolmogorov.com), Jun 25 2007

EXTENSIONS

a(4) & a(5) from Robert G. Wilson v (rgwv(AT)rgwv.com), Jun 28 2007

a(6)-a(9) from Charles R Greathouse IV, Apr 14, 2011

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:18 EST 2012. Contains 206011 sequences.