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!)
A025779 Expansion of 1/((1-x)*(1-x^5)*(1-x^9)). 0
1, 1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 4, 5, 6, 6, 6, 7, 8, 9, 9, 9, 10, 11, 12, 12, 13, 14, 15, 16, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 31, 32, 33, 34, 35, 37, 38, 39, 40, 42, 44, 45, 46, 47, 49, 51, 52, 53, 55, 57, 59, 60, 61, 63, 65, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
COMMENTS
Number of partitions of n into parts 1, 5, and 9. - Joerg Arndt, Oct 12 2014
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 0, 0, 0, 1, -1, 0, 0, 1, -1, 0, 0, 0, -1, 1).
MATHEMATICA
CoefficientList[Series[1/((1 - x)(1 - x^5)(1 - x^9)), {x, 0, 100}], x] (* Stefan Steinerberger, Apr 08 2006 *)
PROG
(PARI) a(n)=round((3*n^2+45*n+88)/270+(263\4^(n%5)%4)/5) \\ Tani Akinari, Oct 13 2014
CROSSREFS
Sequence in context: A080352 A301426 A194222 * A085003 A119026 A064775
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Stefan Steinerberger, Apr 08 2006
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 18 13:46 EDT 2024. Contains 371780 sequences. (Running on oeis4.)