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 A022753 #13 Aug 17 2023 08:15:11 %S A022753 1,29,493,6264,65569,594906,4826325,35745951,245302938,1576968409, %T A022753 9577863060,55328931365,305653898806,1621966962395,8298721485505, %U A022753 41068822192297,197116507655270,919734407613752 %N A022753 Expansion of 1/Product_{m>=1} (1 - m*q^m)^29. %C A022753 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 29, g(n) = n. - _Seiichi Manyama_, Aug 17 2023 %H A022753 Seiichi Manyama, <a href="/A022753/b022753.txt">Table of n, a(n) for n = 0..5000</a> %F A022753 a(0) = 1; a(n) = (29/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023 %Y A022753 Column k=29 of A297328. %Y A022753 Cf. A078308. %K A022753 nonn %O A022753 0,2 %A A022753 _N. J. A. Sloane_