login
a(n) is the least positive integer that can be expressed as the sum of one or more consecutive nonzero palindromes in exactly n ways.
0

%I #26 Mar 14 2023 09:29:10

%S 1,3,9,696,7656,11880000000000,16394400000000

%N a(n) is the least positive integer that can be expressed as the sum of one or more consecutive nonzero palindromes in exactly n ways.

%e For n = 3: 9 = 9 = 4 + 5 = 2 + 3 + 4.

%Y Cf. A002113.

%K nonn,base,more

%O 1,2

%A _Ilya Gutkovskiy_, Mar 13 2023

%E a(6)-a(7) from _Michael S. Branicky_, Mar 13 2023