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.

A097206 Numbers of the form 5^p * p^5 for p prime.

Original entry on oeis.org

800, 30375, 9765625, 1313046875, 7863818359375, 453238525390625, 1083264923095703125, 47227840423583984375, 76727187633514404296875, 3820499219000339508056640625, 133314873091876506805419921875
Offset: 1

Views

Author

Parthasarathy Nambi, Sep 16 2004

Keywords

Programs

  • PARI
    forprime(p=2,31,print1(p^5*5^p,","))

Extensions

More terms from Klaus Brockhaus, Sep 18 2004