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.

A083295 a(n) = (4*2^n + (-8)^n)/5.

Original entry on oeis.org

1, 0, 16, -96, 832, -6528, 52480, -419328, 3355648, -26843136, 214749184, -1717985280, 13743898624, -109951156224, 879609315328, -7036874391552, 56294995394560, -450359962632192, 3602879702106112, -28823037614751744, 230584300922208256
Offset: 0

Views

Author

Paul Barry, Apr 24 2003

Keywords

Comments

Binomial transform of A083294.

Crossrefs

Cf. A083296.

Programs

Formula

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