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.

A097116 Expansion of (1-x)/((1-x)^2-3x^3).

Original entry on oeis.org

1, 1, 1, 4, 10, 19, 40, 91, 199, 427, 928, 2026, 4405, 9568, 20809, 45265, 98425, 214012, 465394, 1012051, 2200744, 4785619, 10406647, 22629907, 49210024, 107010082, 232699861, 506019712, 1100369809, 2392819489, 5203328305
Offset: 0

Views

Author

Paul Barry, Jul 25 2004

Keywords

Formula

G.f. : (1-x)/(1-2x+x^2-3x^3); a(n)=2a(n-1)-a(n-2)+3a(n-3); a(n)=sum{k=0..floor(n/2), binomial(n-k, 2k)3^k }.