A236221 Sum of the thirteenth powers of the first n primes.
8192, 1602515, 1222305640, 98111316047, 34620823459978, 337495930052231, 10242073962958168, 52295057425215227, 556331419361682610, 10816960132320284799, 35234506429765327390, 278803730645846632787, 1203906832960860262108, 2922170957243151047351
Offset: 1
Links
- Robert Price, Table of n, a(n) for n = 1..1000
- OEIS Wiki, Sums of powers of primes divisibility sequences
- Vladimir Shevelev, Asymptotics of sum of the first n primes with a remainder term
Crossrefs
Programs
-
Mathematica
Table[Sum[Prime[k]^13, {k, n}], {n, 100}]
Formula
a(n) = Sum_{k=1..n} prime(k)^13.