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

A113611
Primes in increasing order with most significant digit following the cyclic pattern 2,3,5,7,2,3,5,7,2,3,5,7,...
0
2, 3, 5, 7, 23, 31, 53, 71, 211, 307, 503, 701, 2003, 3001, 5003, 7001, 20011, 30011, 50021, 70001, 200003, 300007, 500009, 700001, 2000003, 3000017, 5000011, 7000003, 20000003, 30000001, 50000017, 70000027, 200000033
OFFSET
1,1
MATHEMATICA
With[{ls={2, 3, 5, 7}}, Join[ls, NextPrime/@Flatten[Table[10^n*ls, {n, 10}]]]] (* Harvey P. Dale, Jul 05 2012 *)
CROSSREFS
Sequence in context: A235126 A309248 A267014 * A038925 A154761 A262098
KEYWORD
base,easy,nonn
AUTHOR
Amarnath Murthy, Nov 09 2005
EXTENSIONS
More terms from Ben Ross (bmr180(AT)psu.edu), Jan 29 2006
STATUS
approved