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.

A046672 Expansion of 1/(1-2*x-3*x^2+2*x^3).

Original entry on oeis.org

1, 2, 7, 18, 53, 146, 415, 1162, 3277, 9210, 25927, 72930, 205221, 577378, 1624559, 4570810, 12860541, 36184394, 101808791, 286449682, 805956949, 2267645362, 6380262207, 17951546602, 50508589101, 142111293594, 399845261287, 1125007225154
Offset: 0

Views

Author

N. J. A. Sloane, Nov 17 2002

Keywords

Crossrefs

Partial sums of A054854.
Cf. A101197.

Programs

  • PARI
    first(n) = Vec(1/(1-2*x-3*x^2+2*x^3) + O(x^n)) \\ Iain Fox, Dec 02 2017

Formula

a(n) = 2*a(n-1) + 3*a(n-2) - 2*a(n-3), n > 2. - Iain Fox, Dec 02 2017
Showing 1-1 of 1 results.