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.

A099101 Quintisection of 1/(1-x^3-x^4).

Original entry on oeis.org

1, 0, 3, 5, 16, 43, 113, 316, 839, 2301, 6204, 16855, 45665, 123800, 335659, 909845, 2466760, 6686979, 18128529, 49145300, 133231279, 361184653, 979156724, 2654456239, 7196122817, 19508406192, 52886508243, 143373224101
Offset: 0

Views

Author

Paul Barry, Sep 29 2004

Keywords

Crossrefs

Cf. A099099.

Formula

a(n)=sum{k=0..floor(5n/3), binomial(k, 5n-3k)}.
a(n)=A017817(5n).
G.f.: (1+x)*(x^2+x-1) / ( -1+5*x^2+6*x^3+x^4 ). - R. J. Mathar, Feb 19 2015