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”).

A141087
a(n) = prime(2^(n^2)) - 2^(n^2).
0
1, 37, 3159, 756105, 611600765, 1801639049917, 20003526775817379
OFFSET
1,2
EXAMPLE
a(2) = prime(2^4) - 2^4 = 53 - 16 = 37.
a(3) = prime(2^9) - 2^9 = 3671 - 512 = 3159.
CROSSREFS
Sequence in context: A174750 A183524 A105839 * A218822 A220385 A074992
KEYWORD
nonn,less
AUTHOR
EXTENSIONS
a(3) corrected and a(4)-a(7) added by Charles R Greathouse IV, Mar 29 2010
STATUS
approved