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!)
A143075 Polynomial expansion sequence: p(x)=1/(1 - 4x + 5x^2 - 6x^4 + 6x^5 - x^6 - 2x^7 + x^8). 0
1, 4, 11, 24, 47, 86, 152, 262, 444, 742, 1228, 2018, 3301, 5382, 8755, 14218, 23063, 37380, 60552, 98052, 158736, 256932, 415824, 672924, 1088929, 1762048, 2851187, 4613460, 7464887, 12078602, 19543760 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Ratio limit is the golden mean.
LINKS
FORMULA
a(n) = expansion(1/(1 - 4x + 5x^2 - 6x^4 + 6x^5 - x^6 - 2x^7 + x^8))
MATHEMATICA
Clear[p, q, x, n, a]; p[x_] = Expand[((x^2 - x - 1)*(x^2 - 1)*(x^2 - 2*x + 1)*(x^2 - x + 1)) ]; q[x_] = ExpandAll[1/(x^8*p[1/x])]; a = Table[SeriesCoefficient[Series[q[x], {x, 0, 30}], n], {n, 0, 30}]
CoefficientList[Series[1/(1-4x+5x^2-6x^4+6x^5-x^6-2x^7+x^8), {x, 0, 30}], x] (* Harvey P. Dale, Apr 06 2011 *)
CROSSREFS
Sequence in context: A001752 A160860 A192748 * A290707 A322618 A260057
KEYWORD
nonn,uned
AUTHOR
Roger L. Bagula, Oct 13 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 19 08:45 EDT 2024. Contains 371782 sequences. (Running on oeis4.)