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

A038695
Smallest n-digit prime * smallest (n+1)-digit prime.
0
22, 1111, 101909, 10097063, 1000730021, 100003300009, 10000049000057, 1000001970000133, 100000007700000049, 10000000089000000133, 1000000001930000000057, 100000000006900000000117, 10000000000427000000001443, 1000000000004010000000001147
OFFSET
1,1
MATHEMATICA
Table[NextPrime[10^n]NextPrime[10^(n+1)], {n, 0, 15}] (* Harvey P. Dale, Jun 17 2012 *)
CROSSREFS
Sequence in context: A255957 A209728 A319667 * A160259 A055475 A376873
KEYWORD
nonn,base
AUTHOR
EXTENSIONS
More terms from Harvey P. Dale, Jun 17 2012
STATUS
approved