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.

A051958 a(n) = 2*a(n-1) + 24*a(n-2), a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 2, 28, 104, 880, 4256, 29632, 161408, 1033984, 5941760, 36699136, 216000512, 1312780288, 7809572864, 47125872640, 281681494016, 1694383931392, 10149123719168, 60963461791744, 365505892843520, 2194134868688896
Offset: 0

Views

Author

Barry E. Williams, Jan 04 2000

Keywords

Crossrefs

Programs

Formula

G.f.: x/((1+4*x)*(1-6*x)).
a(n) = (6^n - (-4)^n)/10.
a(n) = 2^(n-1)*A015441(n).
a(n+1) = Sum_{k = 0..n} A238801(n,k)*5^k. - Philippe Deléham, Mar 07 2014
Limit_{n -> oo} a(n+1)/a(n) = 6. - Felix P. Muga II, Mar 10 2014
E.g.f.: (1/10)*(exp(6*x) - exp(-4*x)). - G. C. Greubel, Nov 11 2024