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.

A152239 a(n) = -5*a(n-1) + 7*a(n-2) for n > 1 with a(0) = 1 and a(1) = -7.

Original entry on oeis.org

1, -7, 42, -259, 1589, -9758, 59913, -367871, 2258746, -13868827, 85155357, -522858574, 3210380369, -19711911863, 121032221898, -743144492531, 4562948015941, -28016751527422, 172024393748697, -1056239229435439
Offset: 0

Views

Author

Philippe Deléham, Nov 30 2008

Keywords

Crossrefs

Cf. A147703.

Programs

Formula

G.f.: (1 - 2*x)/(1 + 5*x - 7*x^2).
a(n) = Sum_{k=0..n} A147703(n,k)*(-8)^k.

Extensions

Several terms corrected by Johannes W. Meijer, Aug 17 2010