A217600 Sum of the squares of the first A111441(n) primes.
4, 24966, 263736, 1401992410, 2040870112, 3054955450, 346739122490032, 499159078330000800, 539391065522650998496, 25318239660367402306502991202, 251882074412384639674100925616, 31734804589156174948658730855096778, 3209990334856119248883461357431048564, 3910080232300154696097509520638192488259772
Offset: 1
Keywords
Links
- Paul W. Dyson, Table of n, a(n) for n = 1..16 (terms 1..12 from Robert Price, 13 from Willem Hengeveld, 14..15 from Bruce Garner).
- OEIS Wiki, Sums of powers of primes divisibility sequences
Crossrefs
Programs
-
PARI
n=s=0; forprime(p=2,1e8, s+=p^2; if(s%n++==0, print1(s", "))) \\ Charles R Greathouse IV, Apr 22 2015
Extensions
a(13) from Willem Hengeveld, Nov 29 2020
a(14) from Bruce Garner, Dec 16 2020
a(15) from Bruce Garner, Dec 24 2020
Comments