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 A341203 #8 Feb 07 2021 12:52:34 %S A341203 1,6,21,56,126,252,462,792,1287,1996,2973,4272,5942,8022,10536,13488, %T A341203 16857,20592,24622,28836,33108,37298,41262,44862,47976,50508,52398, %U A341203 53612,54192,54186,53688,52818,51708,50492,49296,48228,47383,46788,46497,46506,46773,47268,47948 %N A341203 Number of ways to write n as an ordered sum of 6 nonzero decimal palindromes. %H A341203 Alois P. Heinz, <a href="/A341203/b341203.txt">Table of n, a(n) for n = 6..10000</a> %t A341203 nmax = 48; CoefficientList[Series[Sum[Boole[PalindromeQ[k]] x^k, {k, 1, nmax}]^6, {x, 0, nmax}], x] // Drop[#, 6] & %Y A341203 Cf. A002113, A136522, A319471, A341159, A341184, A341191, A341192, A341193, A341204, A341205, A341206, A341207. %K A341203 nonn,base %O A341203 6,2 %A A341203 _Ilya Gutkovskiy_, Feb 06 2021