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!)
A291986 Expansion of 1/((1-x)*(1-2*x^2)*(1-3*x^3)). 3
1, 1, 3, 6, 10, 16, 33, 45, 79, 130, 198, 300, 517, 721, 1155, 1806, 2674, 3976, 6441, 9045, 13975, 21370, 31230, 46020, 72301, 101881, 154443, 233286, 338410, 496096, 765393, 1080765, 1619359, 2427250, 3504438, 5120220, 7806037, 11037601, 16409235, 24466686 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-2x^2)(1-3x^3)), {x, 0, 40}], x] (* or *) LinearRecurrence[{1, 2, 1, -3, -6, 6}, {1, 1, 3, 6, 10, 16}, 40] (* Harvey P. Dale, Sep 15 2023 *)
PROG
(PARI) Vec(1/((1-x)*(1-2*x^2)*(1-3*x^3)) + O(x^100))
CROSSREFS
Sequence in context: A369850 A119971 A318290 * A360889 A094272 A236326
KEYWORD
nonn,easy
AUTHOR
Seiichi Manyama, Sep 07 2017
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 April 24 19:06 EDT 2024. Contains 371962 sequences. (Running on oeis4.)