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!)
A029044 Expansion of 1/((1-x)(1-x^3)(1-x^5)(1-x^12)). 1
1, 1, 1, 2, 2, 3, 4, 4, 5, 6, 7, 8, 10, 11, 12, 15, 16, 18, 21, 22, 25, 28, 30, 33, 37, 40, 43, 48, 51, 55, 61, 64, 69, 75, 79, 85, 92, 97, 103, 111, 117, 124, 133, 139, 147, 157, 164, 173, 184, 192, 202, 214, 223, 234 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Number of partitions of n into parts 1, 3, 5 and 12. - Ilya Gutkovskiy, May 14 2017
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 1, -1, 1, -1, 0, -1, 1, 0, 0, 1, -1, 0, -1, 1, -1, 1, 0, 1, -1).
MATHEMATICA
CoefficientList[Series[1/((1 - x) (1 - x^3) (1 - x^5) (1 - x^12)), {x, 0, 60}], x] (* Vincenzo Librandi, Jun 26 2014 *)
LinearRecurrence[{1, 0, 1, -1, 1, -1, 0, -1, 1, 0, 0, 1, -1, 0, -1, 1, -1, 1, 0, 1, -1}, {1, 1, 1, 2, 2, 3, 4, 4, 5, 6, 7, 8, 10, 11, 12, 15, 16, 18, 21, 22, 25}, 61] (* Harvey P. Dale, Nov 09 2016 *)
PROG
(PARI) a(n)=floor((2*n^3+63*n^2+552*n+2155+10*(n%3<1)*(6*n+59+27*(-1)^(n\3)))/2160) \\ Tani Akinari, Jun 25 2014
CROSSREFS
Sequence in context: A027582 A259198 A011880 * A029043 A296371 A337601
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 19 02:33 EDT 2024. Contains 372666 sequences. (Running on oeis4.)