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.

A083086 a(n) = (2^(n+1) + (-4)^n)/3.

Original entry on oeis.org

1, 0, 8, -16, 96, -320, 1408, -5376, 22016, -87040, 350208, -1396736, 5595136, -22364160, 89489408, -357892096, 1431699456, -5726535680, 22906667008, -91625619456, 366504574976, -1466014105600, 5864064811008, -23456242466816, 93825003421696, -375299946577920
Offset: 0

Views

Author

Paul Barry, Apr 23 2003

Keywords

Comments

Binomial transform of A083085.

Crossrefs

Programs

Formula

a(n) = (2*2^n + (-4)^n)/3.
G.f.: (1+2*x)/((1+4*x)*(1-2*x)).
E.g.f.: (2*exp(2*x) + exp(-4*x))/3.
a(n) = (-1)^n*A000079(n)*A078008(n). - Paul Barry, Feb 12 2004
a(n) = -2*a(n-1) + 8*a(n-2). - Vincenzo Librandi, Nov 12 2011