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.

A259861 a(n+8)+34*a(n+4)+a(n)=0 with a(0)-a(7) as shown.

Original entry on oeis.org

2, 2, -5, -29, -70, -70, 169, 985, 2378, 2378, -5741, -33461, -80782, -80782, 195025, 1136689, 2744210, 2744210, -6625109, -38613965, -93222358, -93222358, 225058681, 1311738121, 3166815962, 3166815962, -7645370045, -44560482149, -107578520350, -107578520350
Offset: 0

Views

Author

N. J. A. Sloane, Jul 08 2015

Keywords

Crossrefs

Cf. A259860.

Programs

  • PARI
    Vec(-(x^3-3*x^2+6*x-2)/(x^4-4*x^3+8*x^2-4*x+1) + O(x^50)) \\ Colin Barker, Jul 09 2015

Formula

G.f.: -(x^3-3*x^2+6*x-2) / (x^4-4*x^3+8*x^2-4*x+1). - Colin Barker, Jul 09 2015
Showing 1-1 of 1 results.