OFFSET
1,2
COMMENTS
The only prime among the first 98 terms is a(6) = 123457. Does the sequence contain any other primes?
No additional primes through the first 2000 terms. - Harvey P. Dale, Sep 27 2018
Differs from A132943 at about the 28th terms.
No primes, other than a(6), through a(10000). - Robert Price, Nov 03 2018
MATHEMATICA
Module[{nn=20, c}, c=Drop[Range[nn], {6}]; Table[FromDigits[Flatten[ IntegerDigits/@ Take[c, n]]], {n, nn-1}]] (* Harvey P. Dale, Sep 27 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 25 2015
STATUS
approved