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.

A008634 Molien series for A_11.

This page as a plain text file.
%I A008634 #29 Jul 08 2025 01:19:26
%S A008634 1,1,2,3,5,7,11,15,22,30,42,56,76,99,131,169,219,278,355,445,560,695,
%T A008634 863,1060,1303,1586,1930,2331,2812,3370,4035,4802,5708,6751,7972,9373,
%U A008634 11004,12866,15021,17475,20298,23501,27169,31316,36043,41373,47420,54218,61903,70515,80215,91058,103226,116792,131970,148848
%N A008634 Molien series for A_11.
%D A008634 D. J. Benson, Polynomial Invariants of Finite Groups, Cambridge, 1993, p. 105.
%H A008634 <a href="/index/Mo#Molien">Index entries for Molien series</a>
%H A008634 <a href="/index/Rec#order_61">Index entries for linear recurrences with constant coefficients</a>, signature (1, 1, 0, 0, 0, -1, -2, 0, 0, 0, 1, 2, 0, 1, 2, 0, -2, 0, -2, -3, -1, 0, -1, 1, 3, 0, 2, 3, 1, -1, 1, -1, -3, -2, 0, -3, -1, 1, 0, 1, 3, 2, 0, 2, 0, -2, -1, 0, -2, -1, 0, 0, 0, 2, 1, 0, 0, 0, -1, -1, 1).
%F A008634 G.f.: (1+x^55)/((1-x)*(1-x^2)*(1-x^3)*(1-x^4)*(1-x^5)*(1-x^6)*(1-x^7)*(1-x^8)*(1-x^9)*(1-x^10)*(1-x^11)).
%p A008634 gf:= (1+x^55)/(1-x)/(1-x^2)/(1-x^3)/(1-x^4)/(1-x^5)/(1-x^6)/(1-x^7)/(1-x^8)/(1-x^9)/(1-x^10)/(1-x^11):
%p A008634 seq(coeff(series(gf, x, n+1), x, n), n=0..70);
%t A008634 CoefficientList[Series[(1+x^55)/Times@@(1-x^Range[11]),{x,0,60}],x] (* _Harvey P. Dale_, Jul 27 2024 *)
%Y A008634 Differs from A008640 at 55th term.
%K A008634 nonn,easy
%O A008634 0,3
%A A008634 _N. J. A. Sloane_
%E A008634 Corrected by _Harvey P. Dale_, Jul 21 2024
%E A008634 a(55) restored by _Sean A. Irvine_, Jul 27 2024