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.

A182329 Primes of the form 5^n + n^2.

Original entry on oeis.org

29, 641, 15661, 244140769, 55511151231257827021181583404541018541
Offset: 1

Views

Author

Alex Ratushnyak, Apr 25 2012

Keywords

Crossrefs

Programs

  • Mathematica
    Select[Table[5^n + n^2, {n, 0, 500}], PrimeQ] (* T. D. Noe, Apr 25 2012 *)