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.

A097202 Numbers of the form 5^p - p^5 for p prime.

Original entry on oeis.org

-7, -118, 0, 61318, 48667074, 1220331832, 762938033268, 19073483852026, 11920928948641782, 186264514923075191976, 4656612873077363948974, 72759576141834258963859168, 45474735088646411895636096924
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 16 2004

Keywords

Programs

  • Mathematica
    Table[5^p-p^5,{p,Prime[Range[20]]}] (* Harvey P. Dale, May 12 2024 *)
  • PARI
    forprime(p=2,41,print1(5^p-p^5,","))

Extensions

Edited and extended by Klaus Brockhaus, Sep 18 2004