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!)
A069183 Expansion of 1/((1-x)(1-x^2)^2(1-x^3)(1-x^6)). 1
1, 1, 3, 4, 7, 9, 15, 18, 27, 33, 45, 54, 72, 84, 108, 126, 156, 180, 220, 250, 300, 340, 400, 450, 525, 585, 675, 750, 855, 945, 1071, 1176, 1323, 1449, 1617, 1764, 1960, 2128, 2352, 2548, 2800, 3024, 3312, 3564, 3888, 4176, 4536, 4860, 5265, 5625, 6075 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1,2,-1,-2,-1,3,0,-3,1,2,1,-2,-1,1).
FORMULA
G.f.: 1/((1-x)*(1-x^2)^2*(1-x^3)*(1-x^6)).
MATHEMATICA
CoefficientList[Series[1/((1-x)(1-x^3)(1-x^6)(1-x^2)^2), {x, 0, 100}], x] (* Jinyuan Wang, Mar 15 2020 *)
PROG
(PARI) a(n) = polcoeff(1/((1-x)*(1-x^2)^2*(1-x^3)*(1-x^6)+x*O(x^n)), n);
CROSSREFS
Cf. A029000.
Sequence in context: A005896 A147953 A163468 * A119907 A241335 A158911
KEYWORD
nonn,easy
AUTHOR
Rick L. Shepherd, Apr 10 2002
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 17:02 EDT 2024. Contains 371962 sequences. (Running on oeis4.)