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.

A236227 Sum of the nineteenth powers of the first n primes.

Original entry on oeis.org

524288, 1162785755, 19074649113880, 11417969834487023, 61170508418249033314, 1523090798793695143991, 240595526483945019991144, 2219015182144258609115123, 76834486109734969171023610, 6180095732699726458749873279, 27850757952670122653464150750
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.

Programs

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

Formula

a(n) = sum(k = 1 .. n, prime(k)^19).