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.

A010838 Expansion of Product_{k>=1} (1-x^k)^44.

This page as a plain text file.
%I A010838 #21 Aug 13 2023 08:47:34
%S A010838 1,-44,902,-11352,96965,-582692,2428382,-6245448,3684670,43828180,
%T A010838 -195750104,340202584,211248851,-2418539816,4734800950,-43313600,
%U A010838 -16560186918,26632794760,4021681554,-50231748600,12519655368
%N A010838 Expansion of Product_{k>=1} (1-x^k)^44.
%D A010838 Newman, Morris; A table of the coefficients of the powers of eta(tau). Nederl. Akad. Wetensch. Proc. Ser. A. 59 = Indag. Math. 18 (1956), 204-216.
%H A010838 Seiichi Manyama, <a href="/A010838/b010838.txt">Table of n, a(n) for n = 0..10000</a>
%H A010838 M. Boylan, <a href="http://dx.doi.org/10.1016/S0022-314X(02)00037-9">Exceptional congruences for the coefficients of certain eta-product newforms</a>, J. Number Theory 98 (2003), no. 2, 377-389.
%H A010838 <a href="/index/Pro#1mxtok">Index entries for expansions of Product_{k >= 1} (1-x^k)^m</a>
%F A010838 a(0) = 1, a(n) = -(44/n) * Sum_{k=1..n} A000203(k)*a(n-k) for n > 0. - _Seiichi Manyama_, Aug 13 2023
%t A010838 With[{nn=20},CoefficientList[Series[Product[(1-x^k)^44,{k,nn}],{x,0,nn}],x]] (* _Harvey P. Dale_, Mar 23 2015 *)
%Y A010838 Column k=44 of A286354.
%Y A010838 Cf. A000203.
%K A010838 sign
%O A010838 0,2
%A A010838 _N. J. A. Sloane_