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.

A087579 a(n) = (1/6)*Sum_{k=0..n} binomial(n,k)*Fibonacci(k)*6^k.

Original entry on oeis.org

1, 8, 93, 976, 10505, 112344, 1203397, 12885152, 137979729, 1477507240, 15821470061, 169419470448, 1814178395353, 19426591805816, 208023907911765, 2227562425662784, 23853192734743457, 255424852222168392, 2735141407084907389, 29288451971122142480
Offset: 0

Views

Author

Benoit Cloitre, Oct 25 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 8*a(n-1) + 29*a(n-2).
G.f.: 1 / (-29*x^2-8*x+1). - Colin Barker, Aug 08 2013

Extensions

More terms from Colin Barker, Aug 08 2013