The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A223936 Numbers prime(m), such that (Sum_{i=1..m} prime(i)^3) / m is an integer. 2
2, 97, 3877, 4943, 50741, 1487159, 3356117, 131047091863, 449627893189, 906460844407, 61168531626487, 141835115384731, 749668095960389, 1259394274876189, 3849791511371129, 6669425423437787, 11674340378841221, 75041264698436783 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
a(2) = 97, because 97 is the 25th prime and the sum of the first 25 primes^3 = 4696450 when divided by 25 equals 187858 which is an integer.
MATHEMATICA
k = 1; p = 2; s = 0; lst = {}; While[p < 1000000000, s = s + p^3; If[ Mod[s, k++] == 0, AppendTo[lst, p]]; p = NextPrime@ p]; lst
CROSSREFS
Cf. A085450 (smallest m > 1 that divides Sum_{k=1..m} prime(k)^n.
Sequence in context: A233192 A065592 A233767 * A224083 A285023 A232865
KEYWORD
nonn,more
AUTHOR
Robert Price, Mar 29 2013
EXTENSIONS
a(11) from Paul W. Dyson, Jan 05 2021
a(12) from Bruce Garner, Mar 01 2021
a(13) from Bruce Garner, Apr 06 2021
a(14) from Bruce Garner, May 13 2021
a(15) from Bruce Garner, Jan 08 2022
a(16) from Paul W. Dyson, Jan 17 2022
a(17) from Bruce Garner, Jul 31 2022
a(18) from Paul W. Dyson, Feb 18 2024
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 May 29 00:29 EDT 2024. Contains 372921 sequences. (Running on oeis4.)