OFFSET
1,2
MAPLE
a:= n-> (s-> parse(cat(s, seq(s[-i], i=1..length(s))))/11)(cat("", $1..n)):
seq(a(n), n=1..14); # Alois P. Heinz, Dec 01 2021
PROG
(Python)
def A349805(n): return int((lambda x: x+x[::-1])(''.join(str(d) for d in range(1, n+1))))//11 # Chai Wah Wu, Dec 01 2021
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Dec 01 2021
EXTENSIONS
More than the usual number of terms are shown in order to distinguish this from several similar sequences.
STATUS
approved