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.

A084222 a(n) = -2*a(n-1) + 3*a(n-2), with a(0)=1, a(1)=2.

Original entry on oeis.org

1, 2, -1, 8, -19, 62, -181, 548, -1639, 4922, -14761, 44288, -132859, 398582, -1195741, 3587228, -10761679, 32285042, -96855121, 290565368, -871696099, 2615088302, -7845264901, 23535794708, -70607384119, 211822152362, -635466457081, 1906399371248
Offset: 0

Views

Author

Paul Barry, May 21 2003

Keywords

Crossrefs

Cf. A211866.

Programs

Formula

Binomial transform is A084221.
a(n) = (5-(-3)^n)/4.
G.f.: (1+4*x)/((1-x)*(1+3*x)).
E.g.f.: (5*exp(x)-exp(-3*x))/4.
For n > 1, abs(a(n) - a(n+1)) = 3^n. - Amarnath Murthy and Meenakshi Srikanth (menakan_s(AT)yahoo.com), Jul 15 2003; corrected by Philippe Deléham, Dec 16 2007
a(n) = 9*a(n-2) - 10 with a(0) = 1 and a(1) = 2. - Philippe Deléham, Feb 24 2014
a(2n) = -A211866(n), n>0. - Philippe Deléham, Feb 24 2014