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!)
A147660 Expansion of 1/(1-x-x^2+x^9-x^11). 1
1, 1, 2, 3, 5, 8, 13, 21, 34, 54, 87, 140, 225, 362, 582, 936, 1505, 2420, 3892, 6259, 10065, 16186, 26029, 41858, 67313, 108248, 174077, 279938, 450176, 723941, 1164190, 1872167, 3010685, 4841568, 7785863, 12520667, 20134840, 32379408, 52070245, 83735639, 134657658, 216546802, 348235059 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Index entries for linear recurrences with constant coefficients, signature (1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 1).
MATHEMATICA
f[x_] = -1 + x^2 - x^9 - x^10 + x^11;
g[x] = ExpandAll[x^11*f[1/x]];
a = Table[SeriesCoefficient[Series[1/g[x], {x, 0, 50}], n], {n, 0, 50}]
CROSSREFS
Sequence in context: A321021 A236768 A023439 * A013987 A261607 A261575
KEYWORD
nonn,easy
AUTHOR
Roger L. Bagula, Nov 09 2008
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 24 12:51 EDT 2024. Contains 371943 sequences. (Running on oeis4.)