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”).
%I #6 Dec 27 2019 12:58:39
%S 2,3,17,71,251,857,2767,8803,27211,82939,249779,744949,2201273,
%T 6463081,18858529,54764947,158330573,456016933,1309050653,3746543923,
%U 10694444393,30453898201,86534078387,245401348403,694683409429
%N [e^n]-th Prime.
%t Table[Prime[Floor[N[E^n]]],{n,0,25}]
%Y Cf. A033844 and A006988.
%K hard,nonn
%O 0,1
%A _Robert G. Wilson v_, Jun 09 2000
%E Typographical error in Mathematica program corrected by _Harvey P. Dale_, Dec 27 2019