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.

A084244 a(0)=1, a(1)=5, a(n) = -3*a(n-1), n>1.

Original entry on oeis.org

1, 5, -15, 45, -135, 405, -1215, 3645, -10935, 32805, -98415, 295245, -885735, 2657205, -7971615, 23914845, -71744535, 215233605, -645700815, 1937102445, -5811307335, 17433922005, -52301766015, 156905298045, -470715894135, 1412147682405, -4236443047215
Offset: 0

Views

Author

Paul Barry, May 23 2003

Keywords

Comments

Binomial transform is A083581.

Crossrefs

Cf. A083581.

Programs

Formula

a(n) = 8*0^n/3 - 5*(-3)^n/3.
G.f.: (1 + 8*x)/(1 + 3*x).
E.g.f.: (8 - 5*exp(-3*x))/3.