cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A217777 Expansion of (1+x)*(1+2*x)*(1-x)/(1-5*x^2+5*x^4).

Original entry on oeis.org

1, 2, 4, 8, 15, 30, 55, 110, 200, 400, 725, 1450, 2625, 5250, 9500, 19000, 34375, 68750, 124375, 248750, 450000, 900000, 1628125, 3256250, 5890625, 11781250, 21312500, 42625000, 77109375, 154218750, 278984375, 557968750, 1009375000, 2018750000, 3651953125
Offset: 0

Views

Author

Philippe Deléham, Mar 24 2013

Keywords

Crossrefs

Programs

  • PARI
    Vec((1+x)*(1+2*x)*(1-x)/(1-5*x^2+5*x^4)+O(x^66)) /* Joerg Arndt, Mar 29 2013 */

Formula

a(n) = A216212(n+1)/2.
a(2n) = A039717(n+1), a(2n+1) = 2*a(2n) = 2*A039717(n+1).
a(n) = sum(A217770(n-k,k), 0<=k<=n).
a(n) = 5*a(n-2) - 5*a(n-4) for n>=4, a(0) = 1, a(1) = 2, a(2) = 4, a(3) = 8.
G.f.: (1+x)*(1+2*x)*(1-x)/(1-5*x^2+5*x^4).

Extensions

Corrected name (g.f.), Joerg Arndt, Mar 29 2013