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.

A294351 Product of first n terms of the binomial transform of the number of partitions into distinct parts (A000009).

This page as a plain text file.
%I A294351 #4 Oct 29 2017 13:07:13
%S A294351 1,2,8,72,1512,74088,8446032,2238198480,1376492065200,
%T A294351 1957371716714400,6404520257089516800,47989070286371749382400,
%U A294351 820133211194093196945216000,31862175254890520701321641600000,2805942463821933705561890367504000000
%N A294351 Product of first n terms of the binomial transform of the number of partitions into distinct parts (A000009).
%t A294351 Table[Product[Sum[Binomial[m, k]*PartitionsQ[k], {k, 0, m}], {m, 0, n}], {n, 0, 15}]
%Y A294351 Cf. A086619, A266232, A294350.
%K A294351 nonn
%O A294351 0,2
%A A294351 _Vaclav Kotesovec_, Oct 29 2017