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!)
A185292 Expansion of (x*(1+x)/(1-x^3))^4 5
0, 0, 0, 0, 1, 4, 6, 8, 17, 24, 26, 44, 60, 60, 90, 120, 115, 160, 210, 196, 259, 336, 308, 392, 504, 456, 564, 720, 645, 780, 990, 880, 1045, 1320, 1166, 1364, 1716, 1508, 1742, 2184, 1911, 2184, 2730, 2380, 2695 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Expansion of ((x+x^2)/(1-x^3))^k for k = 4 ; for k=1 see A011655, for k = 2 see A186731, for k = 3 see A185395.
Column k = 4 of triangle in A198295.
LINKS
FORMULA
G.f.: (x*(1+x)/(1-x^3))^4.
MATHEMATICA
CoefficientList[Series[(x*(1 + x)/(1 - x^3))^4, {x, 0, 50}], x] (* G. C. Greubel, Jun 25 2017 *)
PROG
(PARI) x='x+O('x^50); concat([0, 0, 0, 0], Vec((x*(1+x)/(1-x^3))^4)) \\ G. C. Greubel, Jun 25 2017
CROSSREFS
Sequence in context: A238269 A039624 A083166 * A022599 A112160 A132040
KEYWORD
easy,nonn
AUTHOR
Philippe Deléham, Jan 25 2012
STATUS
approved

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 May 14 14:46 EDT 2024. Contains 372533 sequences. (Running on oeis4.)