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

A033844
a(n) = prime(2^n).
64
2, 3, 7, 19, 53, 131, 311, 719, 1619, 3671, 8161, 17863, 38873, 84017, 180503, 386093, 821641, 1742537, 3681131, 7754077, 16290047, 34136029, 71378569, 148948139, 310248241, 645155197, 1339484197, 2777105129, 5750079047, 11891268401, 24563311309, 50685770167, 104484802057, 215187847711
OFFSET
0,1
COMMENTS
a(n) is the smallest number m such that pi(m)=d(m)^n, where d(m) is number of positive divisors of m (the proof is easy). - Farideh Firoozbakht, Jun 06 2005
LINKS
David Baugh, Table of n, a(n) for n = 0..78 (terms n = 0..57 from Charles R Greathouse IV, terms n = 58..78 found using Kim Walisch's primecount program).
MATHEMATICA
Table[Prime[2^n], {n, 0, 32}]
PROG
(PARI) a(n)=prime(2^n) \\ Charles R Greathouse IV, Nov 02 2014
KEYWORD
nonn,hard
AUTHOR
Vasiliy Danilov (danilovv(AT)usa.net), Jun 15 1998
EXTENSIONS
More terms from Robert G. Wilson v, Jun 09 2000
STATUS
approved