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.

A087426 a(n) = S(n,4) where S(n,m) = sum(k=0,n,binomial(n,k)*Fibonacci(m*k)).

Original entry on oeis.org

0, 3, 27, 216, 1701, 13365, 104976, 824499, 6475707, 50860872, 399466485, 3137450517, 24641856288, 193539651939, 1520080160859, 11938864580280, 93769059774789, 736471756750581, 5784324272782128, 45430672644283923
Offset: 0

Views

Author

Benoit Cloitre, Oct 23 2003

Keywords

Crossrefs

Cf. A001906 (S(n,1)), A030191 (S(n,2)).

Formula

a(n) = 9*a(n-1)-9*a(n-2).
a(n) = (1/sqrt(5))*(((9+3*sqrt(5))/2)^n-((9-3*sqrt(5))/2)^n).
a(n) = 3^n*F(2n). - Benoit Cloitre, Sep 13 2005
G.f.: 3*x / (9*x^2-9*x+1). - Colin Barker, Jun 26 2013
E.g.f.: 2*exp(9*x/2)*sinh(3*sqrt(5)*x/2)/sqrt(5). - Stefano Spezia, Feb 23 2025