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.

A191566 a(n) = 7*a(n-1) + (-1)^n*6*2^(n-1).

Original entry on oeis.org

1, 1, 19, 109, 811, 5581, 39259, 274429, 1921771, 13450861, 94159099, 659107549, 4613765131, 32296331341, 226074368539, 1582520481469, 11077643566891, 77543504575021, 542804532811579, 3799631728108189
Offset: 0

Views

Author

Paul Curtz, Jun 06 2011

Keywords

Comments

A007283(n) = 3*2^n. A091629(n+1) = 6*2^n.
a(n) + a(n+2) = 10 * (b(n) = 2, 11, 83, 569, 4007, ...).
b(n+1) = 7*b(n) - (-1)^n*3*2^n.
Inverse binomial transform of A007613(n).

Programs

Formula

a(n+1) - a(n) = 18 * (0 followed by A053573(n)).
a(n) = (7^n + 2*(-2)^n)/3. - Charles R Greathouse IV, Jun 06 2011
G.f.: (1-4*x)/(1 - 5*x - 14*x^2). - Bruno Berselli, Jun 07 2011
a(n) = 5*a(n-1) + 14*a(n-2).