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 A022748 #19 Aug 17 2023 08:14:45 %S A022748 1,24,348,3824,34974,279360,2007496,13236528,81211749,468506720, %T A022748 2561834052,13362262272,66823739654,321763781664,1497035306088, %U A022748 6750151072304,29572851319506,126163172338056,525134328872668 %N A022748 Expansion of 1/Product_{m>=1} (1 - m*q^m)^24. %C A022748 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 24, g(n) = n. - _Seiichi Manyama_, Dec 29 2017 %H A022748 Seiichi Manyama, <a href="/A022748/b022748.txt">Table of n, a(n) for n = 0..5000</a> %F A022748 a(0) = 1; a(n) = (24/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023 %Y A022748 Column k=24 of A297328. %Y A022748 Cf. A078308. %K A022748 nonn %O A022748 0,2 %A A022748 _N. J. A. Sloane_