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 A022756 #12 Aug 16 2023 08:11:58 %S A022756 1,32,592,8128,91464,888640,7695744,60684736,442387620,3015281632, %T A022756 19383646944,118336634048,689923993024,3859022174784,20788192441664, %U A022756 108201765333888,545685611817866,2672946940511488 %N A022756 Expansion of 1/Product_{m>=1} (1 - m*q^m)^32. %C A022756 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 32, g(n) = n. - _Seiichi Manyama_, Aug 16 2023 %H A022756 Seiichi Manyama, <a href="/A022756/b022756.txt">Table of n, a(n) for n = 0..1000</a> %F A022756 a(0) = 1; a(n) = (32/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 16 2023 %Y A022756 Column k=32 of A297328. %Y A022756 Cf. A078308. %K A022756 nonn %O A022756 0,2 %A A022756 _N. J. A. Sloane_