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.
%I A074496 #33 Feb 20 2024 07:00:52 %S A074496 2,3,11,23,59,149,409,1097,2999,8111,22027,59879,162779,442439, %T A074496 1202609,3269029,8886113,24154957,65660003,178482319,485165237, %U A074496 1318815761,3584912873,9744803489,26489122147,72004899361,195729609461,532048240609,1446257064299,3931334297161 %N A074496 a(n) = smallest prime > e^n. %H A074496 Amiram Eldar, <a href="/A074496/b074496.txt">Table of n, a(n) for n = 0..2302</a> %F A074496 Limmit_{n -> infinity} a(n+1)/a(n) = e. - _Jonathan Vos Post_, Apr 30 2006 %e A074496 The first prime > e^3 = 20.085... is 23, so a(3) = 23. %t A074496 a[n_] := NextPrime[Exp[n]]; a /@ Range[0, 20] (* _Giovanni Resta_, Apr 03 2017 *) %o A074496 (PARI) for(n=1,50,print1(nextprime(exp(n))",")) %Y A074496 Cf. A000040, A000149, A001113, A014210, A014211, A074497. %K A074496 nonn %O A074496 0,1 %A A074496 _Joseph L. Pe_, Sep 26 2002 %E A074496 More terms from _Ralf Stephan_, Mar 25 2003 %E A074496 Edited by _N. J. A. Sloane_, Dec 22 2006 %E A074496 a(18) inserted and more terms added by _Amiram Eldar_, Sep 30 2019