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.

A097200 Numbers of the form p^5 + 5^p for p prime.

Original entry on oeis.org

57, 368, 6250, 94932, 48989176, 1221074418, 762940872982, 19073488804224, 11920928961514468, 186264514923116214274, 4656612873077421207276, 72759576141834259102547082, 45474735088646411895867809326
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 16 2004

Keywords

Programs

  • PARI
    forprime(p=2,41,print1(p^5+5^p,","))

Extensions

More terms from Klaus Brockhaus, Sep 18 2004