A347654 Number of partitions of 10^n into distinct odd parts.
1, 2, 2574, 517035762467311, 11296895312655297284351876487257601933458562000884410
Offset: 0
Keywords
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..6
Programs
-
PARI
a(n) = polcoef(prod(k=0, 10^n\2, 1+x^(2*k+1)+x*O(x^(10^n))), 10^n);
Formula
a(n) = A000700(10^n).
Comments