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!)
A025878 Expansion of 1/((1-x^5)*(1-x^6)*(1-x^9)). 6
1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 2, 1, 1, 2, 1, 2, 2, 1, 2, 3, 2, 2, 3, 2, 3, 4, 2, 3, 4, 3, 4, 5, 3, 4, 5, 4, 5, 6, 4, 5, 7, 5, 6, 7, 5, 7, 8, 6, 7, 9, 7, 8, 9, 7, 9, 11, 8, 9, 11, 9, 11, 12, 9, 11, 13, 11, 12, 14, 11, 13, 15 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,16
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,0,0,0,1,1,0,0,1,0,-1,0,0,-1,-1,0,0,0,0,1).
MATHEMATICA
CoefficientList[Series[1/((1-x^5)(1-x^6)(1-x^9)), {x, 0, 100}], x] (* or *) LinearRecurrence[{0, 0, 0, 0, 1, 1, 0, 0, 1, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 1}, {1, 0, 0, 0, 0, 1, 1, 0, 0, 1, 1, 1, 1, 0, 1, 2, 1, 1, 2, 1}, 100] (* Harvey P. Dale, Jul 29 2021 *)
PROG
(Magma) R<x>:=PowerSeriesRing(Rationals(), 80); Coefficients(R!( 1/((1-x^5)*(1-x^6)*(1-x^9)) )); // G. C. Greubel, Nov 17 2022
(SageMath)
def A025878_list(prec):
P.<x> = PowerSeriesRing(ZZ, prec)
return P( 1/((1-x^5)*(1-x^6)*(1-x^9)) ).list()
A025878_list(80) # G. C. Greubel, Nov 17 2022
CROSSREFS
Sequence in context: A008676 A025893 A296977 * A143421 A137672 A141272
KEYWORD
nonn
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 4 23:59 EDT 2024. Contains 372257 sequences. (Running on oeis4.)