login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Expansion of 1/Product_{m>=1} (1 - m*q^m)^24.
2

%I #19 Aug 17 2023 08:14:45

%S 1,24,348,3824,34974,279360,2007496,13236528,81211749,468506720,

%T 2561834052,13362262272,66823739654,321763781664,1497035306088,

%U 6750151072304,29572851319506,126163172338056,525134328872668

%N Expansion of 1/Product_{m>=1} (1 - m*q^m)^24.

%C 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 Seiichi Manyama, <a href="/A022748/b022748.txt">Table of n, a(n) for n = 0..5000</a>

%F a(0) = 1; a(n) = (24/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023

%Y Column k=24 of A297328.

%Y Cf. A078308.

%K nonn

%O 0,2

%A _N. J. A. Sloane_