OFFSET
1,2
COMMENTS
Suppose m has decimal expansion d_1 d_2 ... d_k. A palindromic substring here is any substring d_i, d_{i+1}, ..., d_j with 1 <= i <= j <= n which is palindromic. In this version d_i can be 0 even if j>i. For example, if m = 10^3 + 1 = 1001 there are six substrings: 1, 0, 0, 1, 00, and 1001. See A361335 for Version 1.
LINKS
Giovanni Resta, Table of n, a(n) for n = 1..99
CROSSREFS
KEYWORD
nonn,base
AUTHOR
N. J. A. Sloane, Apr 01 2023, based on postings to the Sequence Fans Mailing list by Eric Angelini, Mar 28 2023 (definition), and Giovanni Resta, Mar 28 2023 (terms)
STATUS
approved