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.

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

Original entry on oeis.org

3, 251, 59561, 144115188677547929, 2535301200456458803003916511253, 174224571863520493293247799005113585989929
Offset: 1

Views

Author

Zak Seidov, Oct 17 2002

Keywords

Programs

  • PARI
    for(n=1,140,if(isprime(n^5+2^n),print1(n^5+2^n",")))

Extensions

The next term (n=701) is too large to include.
More terms from Ralf Stephan, Mar 24 2003