cp's OEIS Frontend

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.

A069878 Number of partitions of 10^n into distinct parts.

This page as a plain text file.
%I A069878 #13 Sep 10 2021 04:38:53
%S A069878 1,10,444793,8635565795744155161506,
%T A069878 1122606574548038398976040173670530159089991444775125551802871247408332723840
%N A069878 Number of partitions of 10^n into distinct parts.
%H A069878 Seiichi Manyama, <a href="/A069878/b069878.txt">Table of n, a(n) for n = 0..6</a>
%F A069878 a(n) = A000009(A011557(n)). - _Michel Marcus_, Sep 10 2021
%t A069878 Table[ PartitionsQ[10^n], {n, 0, 4}]
%o A069878 (PARI) a(n) = polcoef(prod(k=1, 10^n, 1+x^k+x*O(x^(10^n))), 10^n); \\ _Seiichi Manyama_, Sep 10 2021
%Y A069878 Row 10 of A347621.
%Y A069878 Cf. A000009, A011557, A064682, A067735 & A070177.
%K A069878 nonn
%O A069878 0,2
%A A069878 _Robert G. Wilson v_, May 03 2002