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.

A051439 a(n) = prime(2^n + 1).

Original entry on oeis.org

3, 5, 11, 23, 59, 137, 313, 727, 1621, 3673, 8167, 17881, 38891, 84047, 180511, 386117, 821647, 1742539, 3681149, 7754081, 16290073, 34136059, 71378603, 148948141, 310248251, 645155227, 1339484207, 2777105131, 5750079077
Offset: 0

Views

Author

Keywords

Examples

			a(0) = prime(2^0+1) = prime(2) = 3,
a(1) = prime(2+1) = prime(3) = 5,
a(2) = prime(2^2+1) = prime(5) = 11,
a(3) = prime(2^3+1) = prime(9) = 23, and so on. - _N. J. A. Sloane_, Dec 09 2020
		

Crossrefs

Programs

  • Mathematica
    Prime[2^Range[0,30]+1] (* Harvey P. Dale, Jan 19 2014 *)

Extensions

More terms from Michael Lugo (mlugo(AT)thelabelguy.com), Dec 22 1999