reviewed
approved
reviewed
approved
proposed
reviewed
editing
proposed
allocated for Ilya GutkovskiySmallest prime >= decimal expansion of e truncated to n places (A011543).
2, 29, 271, 2719, 27191, 271829, 2718281, 27182839, 271828199, 2718281831, 27182818309, 271828182863, 2718281828489, 27182818284617, 271828182845909, 2718281828459051, 27182818284590483, 271828182845904533, 2718281828459045269, 27182818284590452387, 271828182845904523609
0,1
Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/NextPrime.html">Next Prime</a>
Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/e.html">e</a>
Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/e-Prime.html">e-Prime</a>
<a href="/index/Con#constant_primes">Index entries related to "constant primes"</a>
Example
a(5) = 271829, since this is the smallest prime >= floor(e*10^5) = 271828.
e = 2.71828182845904523536028747135266249775724...
Table[NextPrime[Floor[E 10^n] - 1], {n, 0, 20}]
allocated
nonn,base
Ilya Gutkovskiy, Aug 24 2016
approved
editing
allocated for Ilya Gutkovskiy
allocated
approved