A232869 Primes p such that the average of the fourth powers of primes up to p is an integer.
2, 26893, 741080929, 95114243761787, 146234140655742407
Offset: 1
Crossrefs
Programs
-
PARI
S=n=0;forprime(p=1,,(S+=p^4)%n++||print1(p","))
Formula
a(n) = prime(A125907(n)).
Extensions
a(4) from Bruce Garner, Feb 27 2021
a(5) from Paul W. Dyson, May 09 2024
Comments