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.

Showing 1-1 of 1 results.

A306504 Expansion of 1/(x^6+2*x^5-x^4-4*x^3-x^2-2*x+1).

Original entry on oeis.org

1, 2, 5, 16, 46, 128, 366, 1048, 2983, 8498, 24235, 69088, 196924, 561360, 1600252, 4561680, 13003565, 37068242, 105667377, 301217072, 858654442, 2447694896, 6977439850, 19890006440, 56698785235, 161626505250, 460735217111, 1313379512256, 3743941595128, 10672542499296
Offset: 0

Views

Author

Seiichi Manyama, Feb 20 2019

Keywords

Crossrefs

Self-convolution of A306463.

Programs

  • PARI
    N=66; x='x+O('x^N); Vec(1/(x^6+2*x^5-x^4-4*x^3-x^2-2*x+1))

Formula

a(n) = 2*a(n-1) + a(n-2) + 4*a(n-3) + a(n-4) - 2*a(n-5) - a(n-6).
Showing 1-1 of 1 results.