login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Number of partitions of the n-th decimal palindrome into distinct decimal palindromes.
1

%I #5 Mar 17 2023 01:17:04

%S 1,1,2,2,3,4,5,6,8,11,34,47,58,82,105,140,186,234,238,307,401,491,603,

%T 723,891,1058,1302,1543,1858,2228,2626,3113,3666,4274,5026,5823,6815,

%U 7879,9251,10727,12347,14219,16340,18740,21465,24473,27960,31819

%N Number of partitions of the n-th decimal palindrome into distinct decimal palindromes.

%C a(n) = A091581(A002113(n)).

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PalindromicNumber.html">Palindromic Number</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Partition.html">Partition</a>

%Y Cf. A002113, A091581, A091583.

%K nonn,base

%O 1,3

%A _Reinhard Zumkeller_, Jan 22 2004