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 A022754 #13 Aug 17 2023 08:15:15 %S A022754 1,30,525,6850,73500,682656,5663205,42852150,300202485,1968839760, %T A022754 12192045213,71771729100,403849667345,2181900748410,11361561151605, %U A022754 57202802787016,279230335572240,1324656422161470 %N A022754 Expansion of 1/Product_{m>=1} (1 - m*q^m)^30. %C A022754 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 30, g(n) = n. - _Seiichi Manyama_, Aug 17 2023 %H A022754 Seiichi Manyama, <a href="/A022754/b022754.txt">Table of n, a(n) for n = 0..1000</a> %F A022754 a(0) = 1; a(n) = (30/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023 %Y A022754 Column k=30 of A297328. %Y A022754 Cf. A078308. %K A022754 nonn %O A022754 0,2 %A A022754 _N. J. A. Sloane_