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!)
A225500 Expansion of 1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12). 2
1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 15, 19, 25, 33, 43, 56, 73, 95, 124, 161, 210, 273, 355, 463, 603, 786, 1023, 1332, 1735, 2259, 2942, 3831, 4989, 6497, 8461, 11019, 14350, 18687, 24335, 31691, 41270, 53745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,6
LINKS
MATHEMATICA
CoefficientList[Series[1/(1 - x - x^5 + x^6 - x^7 - x^11 + x^12), {x, 0, 50}], x]
LinearRecurrence[{1, 0, 0, 0, 1, -1, 1, 0, 0, 0, 1, -1}, {1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9}, 100] (* G. C. Greubel, Nov 16 2016 *)
PROG
(PARI) Vec(1/(1-x -x^5 +x^6 -x^7 -x^11 +x^12) + O(x^50)) \\ G. C. Greubel, Nov 16 2016
CROSSREFS
Sequence in context: A052336 A318053 A061287 * A064651 A094991 A255575
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, May 09 2013
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 12 10:35 EDT 2024. Contains 373331 sequences. (Running on oeis4.)