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.

A133527 Sum of fifth powers of four consecutive primes.

Original entry on oeis.org

20207, 181226, 552276, 1969008, 4428300, 10703592, 30843448, 58052742, 124920600, 234340458, 360837752, 561553608, 910405144, 1509473242, 2207061100, 3327841200, 4713875058, 6072022352, 8304482450, 10893397986
Offset: 1

Views

Author

Artur Jasinski, Sep 14 2007

Keywords

Examples

			a(1)=20207 because 2^5+3^5+5^5+7^5=20207.
		

Crossrefs

Programs

  • Mathematica
    a = 5; Table[Prime[n]^a + Prime[n + 1]^a + Prime[n + 2]^a + Prime[n + 3]^a, {n, 1, 100}]

Formula

a(n) = A133532(n) + A050997(n+3). - Michel Marcus, Nov 08 2013