cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A236216 Sum of the tenth powers of the first n primes.

Original entry on oeis.org

1024, 60073, 9825698, 292300947, 26229725548, 164088217397, 2180082117846, 8311148375647, 49737659589296, 470444892889497, 1290073179870298, 6098657552288147, 19521316862440548, 41132799175724797, 93731931411554846, 268619401777067895, 779736155077709296
Offset: 1

Views

Author

Robert Price, Jan 20 2014

Keywords

Crossrefs

Cf. A085450 = smallest m > 1 such that m divides Sum_{k=1..m} prime(k)^n.
Partial sums of A030629.

Programs

  • Mathematica
    Table[Sum[Prime[k]^10, {k, n}], {n, 1000}]

Formula

a(n) = Sum_{k=1..n} prime(k)^10.