cp's OEIS Frontend

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.

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

This page as a plain text file.
%I A022752 #14 Aug 17 2023 08:15:07
%S A022752 1,28,462,5712,58289,516292,4093670,29660488,199276056,1255092972,
%T A022752 7472840004,42341686632,229538522801,1195827758664,6009154128786,
%U A022752 29217982425632,137830326653131,632273980209340
%N A022752 Expansion of 1/Product_{m>=1} (1 - m*q^m)^28.
%C A022752 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 28, g(n) = n. - _Seiichi Manyama_, Aug 17 2023
%H A022752 Seiichi Manyama, <a href="/A022752/b022752.txt">Table of n, a(n) for n = 0..5000</a>
%F A022752 a(0) = 1; a(n) = (28/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023
%Y A022752 Column k=28 of A297328.
%Y A022752 Cf. A078308.
%K A022752 nonn
%O A022752 0,2
%A A022752 _N. J. A. Sloane_