The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A162539 G.f. is the polynomial (1-x^3) * (1-x^6) * (1-x^9) * (1-x^12) * (1-x^15) * (1-x^18) / (1-x)^6. 1

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

%S 1,6,21,55,120,231,405,660,1014,1484,2085,2829,3724,4773,5973,7315,

%T 8784,10359,12013,13713,15420,17091,18681,20145,21440,22527,23373,

%U 23952,24246,24246,23952,23373,22527,21440,20145,18681,17091,15420,13713

%N G.f. is the polynomial (1-x^3) * (1-x^6) * (1-x^9) * (1-x^12) * (1-x^15) * (1-x^18) / (1-x)^6.

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

%H G. C. Greubel, <a href="/A162539/b162539.txt">Table of n, a(n) for n = 0..57</a>

%t CoefficientList[ Series[Times @@ (1 - x^(3 Range@6))/(1 - x)^6, {x, 0, 70}], x] (* _G. C. Greubel_, Jul 06 2018 and slightly modified by _Robert G. Wilson v_, Jul 23 2018 *)

%o (PARI) x='x+O('x^58); Vec((1-x^3)*(1-x^6)*(1-x^9)*(1-x^12)*(1-x^15)*(1-x^18)/(1-x)^6) /* complete row */ \\ _G. C. Greubel_, Jul 06 2018

%o (Magma) m:=58; R<x>:=PowerSeriesRing(Integers(), m); Coefficients(R!((1-x^3)*(1-x^6)*(1-x^9)*(1-x^12)*(1-x^15)*(1-x^18)/(1-x)^6)); /* complete row */ // _G. C. Greubel_, Jul 06 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 June 11 15:53 EDT 2024. Contains 373315 sequences. (Running on oeis4.)