A232865 Primes p such that the average of the seventh power of primes up to p is an integer.
2, 97, 14293, 247997, 7979737, 15749303, 344468591, 25934255929, 40224745543, 16495569405383, 53941465463489, 84897825837611, 244949151647509, 757938163218799, 1594375071689591, 1674528348898463, 5347819657753523, 6152744788157173, 47008163075851819
Offset: 1
Links
Crossrefs
Programs
-
PARI
S=n=0;forprime(p=1,,(S+=p^7)%n++||print1(p","))
Formula
a(n) = prime(A125826(n)).
Extensions
a(10) from Paul W. Dyson, Jan 05 2021
a(11)-a(12) from Bruce Garner, Feb 26 2021
a(13) from Bruce Garner, Mar 23 2021
a(14) from Bruce Garner, May 19 2021
a(15)-a(16) from Bruce Garner, Aug 30 2021
a(17) from Paul W. Dyson, Mar 02 2022
a(18) from Bruce Garner, Sep 18 2022
a(19) from Paul W. Dyson, Jan 17 2024
Comments