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!)
A029252 Expansion of 1/((1-x^3)(1-x^4)(1-x^6)(1-x^8)). 1
1, 0, 0, 1, 1, 0, 2, 1, 2, 2, 2, 2, 5, 2, 4, 5, 6, 4, 8, 6, 9, 8, 10, 9, 15, 10, 14, 15, 18, 14, 22, 18, 24, 22, 26, 24, 34, 26, 34, 34, 40, 34, 46, 40, 50, 46, 54, 50, 65, 54, 66, 65, 75, 66, 84, 75, 90, 84, 96, 90, 111, 96 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 3, 4, 6, and 8. - Vincenzo Librandi, Jun 03 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,1,0,1,-1,1,-1,-1,-1,-1,1,-1,1,0,1,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^4) (1 - x^6) (1 - x^8)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 03 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^4)*(1-x^6)*(1-x^8)) + O(x^80)) \\ Jinyuan Wang, Mar 12 2020
CROSSREFS
Sequence in context: A276060 A276058 A247302 * A094876 A144159 A318662
KEYWORD
nonn,easy
AUTHOR
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 25 11:30 EDT 2024. Contains 371967 sequences. (Running on oeis4.)