This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A341205 #7 Feb 07 2021 12:49:14 %S A341205 1,8,36,120,330,792,1716,3432,6435,11432,19392,31592,49652,75552, %T A341205 111624,160512,225093,308352,413232,542424,698146,881912,1094312, %U A341205 1334824,1601679,1891800,2200836,2523256,2852636,3181936,3503900,3811488,4098313,4359048,4589768,4788192,4953860 %N A341205 Number of ways to write n as an ordered sum of 8 nonzero decimal palindromes. %H A341205 Alois P. Heinz, <a href="/A341205/b341205.txt">Table of n, a(n) for n = 8..10000</a> %t A341205 nmax = 44; CoefficientList[Series[Sum[Boole[PalindromeQ[k]] x^k, {k, 1, nmax}]^8, {x, 0, nmax}], x] // Drop[#, 8] & %Y A341205 Cf. A002113, A136522, A319473, A341166, A341184, A341191, A341192, A341193, A341203, A341204, A341206, A341207. %K A341205 nonn,base %O A341205 8,2 %A A341205 _Ilya Gutkovskiy_, Feb 06 2021