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 A022746 #12 Aug 16 2023 08:12:06 %S A022746 1,22,297,3058,26334,198748,1353275,8474202,49475074,272055454, %T A022746 1420063656,7079791314,33881645721,156287683310,697257244178, %U A022746 3017396237922,12697675601127,52071958360466,208490926189117 %N A022746 Expansion of 1/Product_{m>=1} (1 - m*q^m)^22. %C A022746 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 22, g(n) = n. - _Seiichi Manyama_, Aug 16 2023 %H A022746 Seiichi Manyama, <a href="/A022746/b022746.txt">Table of n, a(n) for n = 0..5000</a> %F A022746 a(0) = 1; a(n) = (22/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 16 2023 %Y A022746 Column k=22 of A297328. %Y A022746 Cf. A078308. %K A022746 nonn %O A022746 0,2 %A A022746 _N. J. A. Sloane_