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

A276196
Smallest prime >= decimal expansion of e truncated to n places (A011543).
0
2, 29, 271, 2719, 27191, 271829, 2718281, 27182839, 271828199, 2718281831, 27182818309, 271828182863, 2718281828489, 27182818284617, 271828182845909, 2718281828459051, 27182818284590483, 271828182845904533, 2718281828459045269, 27182818284590452387, 271828182845904523609
OFFSET
0,1
LINKS
Eric Weisstein's World of Mathematics, Next Prime
Eric Weisstein's World of Mathematics, e
Eric Weisstein's World of Mathematics, e-Prime
FORMULA
a(n) = A007918(A011543(n)).
a(n) = A000040(A000720(A011543(n)-1)+1).
a(A064118(n)-1) = A007512(n).
EXAMPLE
Example
a(5) = 271829, since this is the smallest prime >= floor(e*10^5) = 271828.
e = 2.71828182845904523536028747135266249775724...
MATHEMATICA
Table[NextPrime[Floor[E 10^n] - 1], {n, 0, 20}]
KEYWORD
nonn,base
AUTHOR
Ilya Gutkovskiy, Aug 24 2016
STATUS
approved