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

A139052
Array read by rows: row n lists the first two primes with n digits.
2
2, 3, 11, 13, 101, 103, 1009, 1013, 10007, 10009, 100003, 100019, 1000003, 1000033, 10000019, 10000079, 100000007, 100000037, 1000000007, 1000000009, 10000000019, 10000000033, 100000000003, 100000000019, 1000000000039, 1000000000061
OFFSET
1,1
MATHEMATICA
ftp[d_]:=Module[{np1=NextPrime[10^(d-1)]}, {np1, NextPrime[np1]}]; Array[ ftp, 15]//Flatten (* Harvey P. Dale, Mar 27 2021 *)
CROSSREFS
KEYWORD
base,nonn,tabf
AUTHOR
Omar E. Pol, Apr 08 2008
EXTENSIONS
More terms from Sean A. Irvine, Jun 02 2011
STATUS
approved