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.

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

This page as a plain text file.
%I A022755 #14 Aug 17 2023 08:15:19
%S A022755 1,31,558,7471,82119,780301,6615617,51115125,365372944,2443413428,
%T A022755 15419852290,92459940444,529685434303,2912402216693,15427940560977,
%U A022755 78993195741608,392010552915543,1890042591320457
%N A022755 Expansion of 1/Product_{m>=1} (1 - m*q^m)^31.
%C A022755 This sequence is obtained from the generalized Euler transform in A266964 by taking f(n) = 31, g(n) = n. - _Seiichi Manyama_, Aug 17 2023
%H A022755 Seiichi Manyama, <a href="/A022755/b022755.txt">Table of n, a(n) for n = 0..1000</a>
%F A022755 a(0) = 1; a(n) = (31/n) * Sum_{k=1..n} A078308(k) * a(n-k). - _Seiichi Manyama_, Aug 17 2023
%Y A022755 Column k=31 of A297328.
%Y A022755 Cf. A078308.
%K A022755 nonn
%O A022755 0,2
%A A022755 _N. J. A. Sloane_