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.

A096977 a(n) = 4*a(n-1) + 3*a(n-2) - 14*a(n-3) + 8*a(n-4).

Original entry on oeis.org

0, 1, 2, 11, 36, 157, 598, 2447, 9672, 38913, 155194, 621683, 2484908, 9943269, 39765790, 159077719, 636281744, 2545185225, 10180624386, 40722730555, 162890456180, 651562756781, 2606249162982, 10425000380191, 41699994064216
Offset: 0

Views

Author

Paul Barry, Jul 17 2004

Keywords

Comments

Original name was: A Jacobsthal summation.
The convolution of A024000 and A003683. Inverse binomial transform is A055275, with interpolated zeros.

Crossrefs

Cf. A001654.

Programs

Formula

G.f.: x*(1-2*x)/((1-x)^2*(1+2*x)*(1-4*x)).
a(n) = 4*4^n/27 - 4*(-2)^n/27 + n/9.
a(n) = Sum_{k=0..n} A001045(k)^2.
a(n) = 4*a(n-1) + 3*a(n-2) - 14*a(n-3) + 8*a(n-4).