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!)
A225501 Expansion of 1/(1 - x^4 - x^5 - x^6 - x^7 - x^8 + x^12). 1
1, 0, 0, 0, 1, 1, 1, 1, 2, 2, 3, 4, 5, 7, 9, 12, 15, 20, 27, 36, 46, 61, 80, 106, 139, 183, 241, 317, 417, 549, 722, 950, 1251, 1646, 2166, 2849, 3750, 4935, 6494, 8545, 11245, 14797, 19472, 25623, 33718, 44370, 58387 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,9
COMMENTS
Limiting ratio is 1.3159144319259473..., the largest real root of 1 - x^4 - x^5 - x^6 - x^7 - x^8 + x^12.
LINKS
MATHEMATICA
CoefficientList[Series[1/(1 - x^4 - x^5 - x^6 - x^7 - x^8 + x^12), {x, 0, 50}], x]
LinearRecurrence[{{0, 0, 0, 1, 1, 1, 1, 1, 0, 0, 0, -1}, {1, 0, 0, 0, 1, 1, 1, 1, 2, 2, 3, 4}, 50] (* G. C. Greubel, Nov 16 2016 *)
PROG
(PARI) Vec(1/(1 - x^4 - x^5 - x^6 - x^7 - x^8 + x^12) + O(x^50)) \\ G. C. Greubel, Nov 16 2016
CROSSREFS
Sequence in context: A064651 A094991 A255575 * A117298 A369571 A274200
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 April 25 05:18 EDT 2024. Contains 371964 sequences. (Running on oeis4.)