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!)
A029281 Expansion of 1/((1-x^3)(1-x^5)(1-x^7)(1-x^12)). 1
1, 0, 0, 1, 0, 1, 1, 1, 1, 1, 2, 1, 3, 2, 2, 4, 2, 4, 4, 4, 5, 5, 6, 5, 8, 7, 7, 10, 8, 10, 11, 11, 12, 13, 14, 14, 17, 16, 17, 20, 19, 21, 23, 23, 24, 27, 27, 28, 32, 31, 33, 36, 36, 38, 41, 42, 43, 47, 47, 49, 54, 53, 56, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,11
COMMENTS
Number of partitions of n into parts 3, 5, 7, and 12. - Vincenzo Librandi, Jun 04 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,1,0,1,0,1,-1,0,-1,0,0,0,0,0,0,-1,0,-1,1,0,1,0,1,0,0,-1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^3) (1 - x^5) (1 - x^7) (1 - x^12)), {x, 0, 100}], x] (* Vincenzo Librandi, Jun 04 2014 *)
PROG
(PARI) Vec(1/((1-x^3)*(1-x^5)*(1-x^7)*(1-x^12)) + O(x^80)) \\ Jinyuan Wang, Mar 11 2020
CROSSREFS
Sequence in context: A298742 A086415 A069013 * A126792 A097367 A130211
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 May 20 04:37 EDT 2024. Contains 372703 sequences. (Running on oeis4.)