OFFSET
1,2
COMMENTS
The only prime among the first 98 terms is a(8) = 12356789. Does the sequence contain any other primes?
No other primes through a(10000). - Robert Price, Nov 03 2018
MATHEMATICA
DeleteDuplicates[Table[FromDigits[Flatten[IntegerDigits[Complement[Range[n], {4}]]]], {n, 20}]] (* Robert Price, Nov 05 2018 *)
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Sep 25 2015
STATUS
approved