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.

A083085 a(n) = (2+(-5)^n)/3.

Original entry on oeis.org

1, -1, 9, -41, 209, -1041, 5209, -26041, 130209, -651041, 3255209, -16276041, 81380209, -406901041, 2034505209, -10172526041, 50862630209, -254313151041, 1271565755209, -6357828776041, 31789143880209, -158945719401041, 794728597005209, -3973642985026041
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Comments

Inverse binomial transform of A083086.

Crossrefs

Cf. A083086.

Programs

Formula

a(n) = (2+(-5)^n)/3.
G.f.: (1+3*x)/((1+5*x)*(1-x)).
E.g.f.: (2*exp(x)+exp(-5*x))/3.
a(n) = -5*a(n-1) + 4. - Vincenzo Librandi, Nov 12 2011