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.

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

Original entry on oeis.org

1, 3, 8, 19, 42, 89, 183, 368, 728, 1422, 2750, 5276, 10057, 19069, 35998, 67707, 126954, 237423, 443029, 825116, 1534224, 2848736, 5283100, 9787452, 18115705, 33504067, 61921452, 114373263, 211145050, 389618073, 718660963, 1325126972, 2442633472, 4501351758
Offset: 0

Views

Author

Jon Perry, Jul 04 2004

Keywords

Crossrefs

Formula

G.f.: 1/((1-x)*(1-x-x^2)*(1-x-x^2-x^3)).
a(n) = 3*a(n-1) - a(n-2) - 2*a(n-3) - a(n-4) + a(n-5) + a(n-6). - Wesley Ivan Hurt, May 08 2023

Extensions

Corrected by T. D. Noe, Oct 25 2006