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 A022745 #12 Aug 16 2023 08:12:10 %S A022745 1,21,273,2716,22659,165984,1098615,6695559,38085117,204218630, %T A022745 1040291595,5064987207,23686610269,106828575357,466231753944, %U A022745 1974651627802,8136148603086,32681975601387,128221943065839 %N A022745 Expansion of 1/Product_{m>=1} (1 - m*q^m)^21. %C A022745 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 21, g(n) = n. - _Seiichi Manyama_, Aug 16 2023 %H A022745 Seiichi Manyama, <a href="/A022745/b022745.txt">Table of n, a(n) for n = 0..5000</a> %F A022745 a(0) = 1; a(n) = (21/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 16 2023 %Y A022745 Column k=21 of A297328. %Y A022745 Cf. A078308. %K A022745 nonn %O A022745 0,2 %A A022745 _N. J. A. Sloane_