OFFSET
1,2
COMMENTS
The first (probable) prime in this sequence is a(960) = 1234567891011131415...961 (ending in 961), found by David Broadhurst, Sep 28 2015.
No other primes through a(10000). - Robert Price, Nov 04 2018
MATHEMATICA
Module[{nn=30, c}, c=Drop[Range[nn], {12}]; Table[FromDigits[Flatten[IntegerDigits/@Take[c, n]]], {n, nn - 1}]] (* Vincenzo Librandi, Nov 05 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 25 2015
STATUS
approved