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

A095935
First prime of length n encountered in the decimal representation of e.
6
2, 71, 271, 4523, 74713, 904523, 2718281, 72407663, 360287471, 7427466391, 75724709369, 749669676277, 8284590452353, 99959574966967, 724709369995957, 2470936999595749, 28459045235360287, 571382178525166427
OFFSET
1,1
MATHEMATICA
f[n_] := Select[FromDigits /@ Partition[ First[ RealDigits[E, 10, 1000]], n, 1], PrimeQ, 1][[1]]; Array[f, 20] (* Robert G. Wilson v, Nov 14 2011 *)
CROSSREFS
Cf. A007512.
Sequence in context: A141908 A234298 A157368 * A202813 A081368 A221959
KEYWORD
base,nonn
AUTHOR
Mark Cooke (rm_cooke(AT)yahoo.com), Jul 12 2004
STATUS
approved