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!)
A224083 Prime(m), where m is such that (Sum_{i=1..m} prime(i)^5) / m is an integer. 2
2, 97, 6449, 49943, 1220347, 3821963, 60252541, 61785991, 10678796441, 47363940857, 830546726491, 2639027583253, 4087115060797, 4645513891321, 711935349228079, 3393070609976863 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(13) > 2760727302517.
a(15) > 30030360430649. - Paul W. Dyson, Jan 04 2021
a(16) > 730228645826551. - Bruce Garner, May 09 2021
a(17) > 3478864867883059. - Paul W. Dyson, Feb 04 2022
LINKS
EXAMPLE
a(2) = 97, because 97 is the 25th prime and the sum of the first 25 primes^5 = 29014217650 when divided by 25 equals 1160568706 which is an integer.
MATHEMATICA
t = {}; sm = 0; Do[sm = sm + Prime[n]^5; If[Mod[sm, n] == 0, AppendTo[t, Prime[n]]], {n, 100000}]; t (* Derived from A217599 *)
CROSSREFS
Cf. A085450 = smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n.
Sequence in context: A065592 A233767 A223936 * A285023 A232865 A173837
KEYWORD
nonn,more
AUTHOR
Robert Price, Mar 30 2013
EXTENSIONS
a(13)-a(14) from Paul W. Dyson, Jan 04 2021
a(15) from Bruce Garner, May 09 2021
a(16) from Paul W. Dyson, Feb 04 2022
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 19 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)