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!)
A025798 Expansion of g.f. 1/((1 - x^2)*(1 - x^3)*(1 - x^9)). 1
1, 0, 1, 1, 1, 1, 2, 1, 2, 3, 2, 3, 4, 3, 4, 5, 4, 5, 7, 5, 7, 8, 7, 8, 10, 8, 10, 12, 10, 12, 14, 12, 14, 16, 14, 16, 19, 16, 19, 21, 19, 21, 24, 21, 24, 27, 24, 27, 30, 27, 30, 33, 30, 33, 37, 33, 37, 40, 37, 40, 44, 40, 44, 48, 44, 48, 52, 48, 52, 56, 52, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,7
COMMENTS
Number of partitions of n into parts 2, 3, and 9. - Stefano Spezia, Mar 30 2023
LINKS
Index entries for linear recurrences with constant coefficients, signature (0,1,1,0,-1,0,0,0,1,0,-1,-1,0,1).
MATHEMATICA
CoefficientList[Series[1/((1 - x^2) (1 - x^3) (1 - x^9)), {x, 0, 100}], x] (* Wesley Ivan Hurt, Jan 20 2017 *)
LinearRecurrence[{0, 1, 1, 0, -1, 0, 0, 0, 1, 0, -1, -1, 0, 1}, {1, 0, 1, 1, 1, 1, 2, 1, 2, 3, 2, 3, 4, 3}, 70] (* Harvey P. Dale, Sep 20 2021 *)
PROG
(PARI) Vec(1/((1-x^2)*(1-x^3)*(1-x^9)) + O(x^81)) \\ Andrew Howroyd, Mar 30 2023
CROSSREFS
Sequence in context: A116939 A253174 A008611 * A161064 A070086 A211990
KEYWORD
nonn,easy
AUTHOR
EXTENSIONS
More terms from Stefano Spezia, Mar 30 2023
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 June 8 09:36 EDT 2024. Contains 373217 sequences. (Running on oeis4.)