login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A051439
a(n) = prime(2^n + 1).
11
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,1
LINKS
Hugo Pfoertner, Table of n, a(n) for n = 0..78, using David Baugh's b-file from A033844.
EXAMPLE
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
MATHEMATICA
Prime[2^Range[0, 30]+1] (* Harvey P. Dale, Jan 19 2014 *)
CROSSREFS
KEYWORD
nonn
EXTENSIONS
More terms from Michael Lugo (mlugo(AT)thelabelguy.com), Dec 22 1999
STATUS
approved