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.

A290186 Expansion of (1+x)/ ((1+x)^3-7*x).

Original entry on oeis.org

1, 5, 17, 52, 152, 435, 1232, 3471, 9753, 27367, 76738, 215098, 602811, 1689212, 4733317, 13262821, 37162121, 104126704, 291757632, 817488295, 2290553580, 6417991803, 17982818177, 50386743719, 141180528542, 395579064834, 1108387929991, 3105633996920, 8701793132873, 24381882610741
Offset: 0

Views

Author

R. J. Mathar, Jul 23 2017

Keywords

Crossrefs

Pairwise sums of A215404.

Programs

  • Mathematica
    CoefficientList[Series[(1+x)/((1+x)^3-7x),{x,0,30}],x] (* Harvey P. Dale, Sep 12 2017 *)

Formula

a(n) = A215404(n+2)+A215404(n+1).