OFFSET
1,2
COMMENTS
The infinite string resulting from the concatenation of all terms matches the regular expression "^(1234567895)*".
LINKS
Rémy Sigrist, PARI program for A327735
Rémy Sigrist, Logarithmic scatterplot of the first 500 terms
FORMULA
Apparently, a(n + 100) = a(n) * 10^10 + (a(n) mod 10^10) for any n >= 90.
PROG
(PARI) See Links section.
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Rémy Sigrist, Sep 23 2019
STATUS
approved