OFFSET
1,1
COMMENTS
For the position of primes in this sequence, see A287244.
LINKS
Paolo Xausa, Table of n, a(n) for n = 1..1000
MATHEMATICA
A287747[n_] := FromDigits[Flatten[IntegerDigits[Range[n, n + 9]]]];
Array[A287747, 25] (* Paolo Xausa, Aug 26 2024 *)
CROSSREFS
KEYWORD
nonn,base,easy
AUTHOR
XU Pingya, Jun 01 2017
STATUS
approved