login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A162736 G.f. is the polynomial (Product_{k=1..30} (1 - x^(3*k)))/(1-x)^30. 2

%I #10 Sep 08 2022 08:45:46

%S 1,30,465,4959,40890,277791,1618199,8306730,38329299,161383520,

%T 627356796,2272915164,7734020120,24874638204,76028550900,221849950497,

%U 620471946324,1669004265525,4330837858674,10869702783150,26449453637412

%N G.f. is the polynomial (Product_{k=1..30} (1 - x^(3*k)))/(1-x)^30.

%C This is a row of the triangle in A162499. Only finitely many terms are nonzero.

%H G. C. Greubel, <a href="/A162736/b162736.txt">Table of n, a(n) for n = 0..1365</a> (terms 0..1000 from Harvey P. Dale)

%t CoefficientList[Series[Times@@(1-x^Range[3,90,3])/(1-x)^30,{x,0,20}],x] (* _Harvey P. Dale_, Oct 04 2011 *)

%o (PARI) x='x+O('x^50); A = prod(k=1, 30, (1-x^(3*k)))/(1-x)^30; Vec(A) \\ _G. C. Greubel_, Jul 07 2018

%o (Magma) m:=50; R<x>:=PowerSeriesRing(Integers(), m); F:=(&*[(1-x^(3*k)): k in [1..30]])/(1-x)^30; Coefficients(R!(F)); // _G. C. Greubel_, Jul 07 2018

%K nonn

%O 0,2

%A _N. J. A. Sloane_, Dec 02 2009

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 19 16:52 EDT 2024. Contains 371794 sequences. (Running on oeis4.)