A152396 Let f(M,k) denote the decimal concatenation of k numbers starting with M: M | M-1 | M-2 | ... | M-k+1, k > 1. Then a(n) is the smallest M such that for all m in {1,..,n} an m-th prime occurs as f(M,k) for the smallest possible k, order prioritized m = 1 through n.
4, 10, 1000, 21910420, 1113475000, 67483920430
Offset: 1
Examples
43 is prime while 32 and 21 are not, so a(1)=4; 109 and 10987 are both prime, and like concatenations for values 4 through 9 do not produce 2 primes, so a(2)=10; 1000999, 1000999998997 and 1000999998997996995994993 are all prime and no smaller value produces 3 primes so quickly, so a(3)=1000.
Extensions
Two more terms from James G. Merickel, Dec 09 2009
6th term added by James G. Merickel, Jan 29 2010
Title changed by James G. Merickel, Feb 18 2014
Title changed by James G. Merickel, Aug 06 2015
Comments