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.

A166157 a(n) = (8^n+16*(-9)^n)/17.

Original entry on oeis.org

1, -8, 80, -656, 6416, -53648, 515600, -4378256, 41501456, -356735888, 3344840720, -29029824656, 269858356496, -2360005731728, 21789807399440, -191710220083856, 1760576352843536, -15563712198881168
Offset: 0

Views

Author

Philippe Deléham, Oct 08 2009

Keywords

Crossrefs

Programs

Formula

a(n) = 72*a(n-2)-a(n-1), a(0)= 1, a(1)= -8, for n>1.
G.f.: (1-7x)/(1+x-72*x^2).
a(n)= Sum_{k, 0<=k<=n} A112555(n,k)*(-9)^k.
E.g.f.: (1/17)*(exp(8*x) + 16*exp(-9*x)). - G. C. Greubel, May 01 2016