A133391 Sum of the squares of primes < 10^n.
0, 87, 65796, 49345379, 37546387960, 29822760083883, 24693298341834533, 21113978675102768574, 18433608754948081174274, 16352255694497179054764665, 14692485666215945973239505690, 13338380640732671147186590712800, 12212907966177661747436156685876997, 11262617785640702236670513970349205634
Offset: 0
Keywords
Examples
For n=1 the sum of the squares of the primes less than 10 is 2^2 + 3^2 + 5^2 + 7^2 = 87.
Links
- Bruce Garner, Table of n, a(n) for n = 0..16 (terms 0..13 from Cino Hilliard, 14..15 from Anders Kaseorg)
- Cino Hilliard, Gmp Demo Sum Primes Squared.
- Anders Kaseorg, prime-summer
Crossrefs
Cf. A131587.
Extensions
Offset corrected by Anders Kaseorg, Nov 30 2020