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

A139054
Array read by rows: row n lists the first 4 primes with n digits.
3
2, 3, 5, 7, 11, 13, 17, 19, 101, 103, 107, 109, 1009, 1013, 1019, 1021, 10007, 10009, 10037, 10039, 100003, 100019, 100043, 100049, 1000003, 1000033, 1000037, 1000039, 10000019, 10000079, 10000103, 10000121, 100000007, 100000037, 100000039, 100000049
OFFSET
1,1
COMMENTS
First differs from A000040 at a(9). - Omar E. Pol, Feb 13 2014
FORMULA
a(4n-3) = A003617(n). - Omar E. Pol, Feb 13 2014
EXAMPLE
Array begins:
2, 3, 5, 7;
11, 13, 17, 19;
101, 103, 107, 109;
...
MATHEMATICA
Flatten @ Table[ NextPrime[10^i, Range @ 4], {i, 0, 9}] (* Mikk Heidemaa, Jan 08 2023 *)
CROSSREFS
KEYWORD
base,nonn,tabf
AUTHOR
Omar E. Pol, Apr 08 2008
EXTENSIONS
More terms from Michel Marcus, Feb 13 2014
STATUS
approved