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.

A079773 a(n) = 2*a(n-1)+15*a(n-2) with n>0, a(0)=0, a(1)=1.

Original entry on oeis.org

0, 1, 2, 19, 68, 421, 1862, 10039, 48008, 246601, 1213322, 6125659, 30451148, 152787181, 762341582, 3816490879, 19068105488, 95383574161, 476788730642, 2384331073699, 11920493107028, 59605952319541, 298019301244502
Offset: 0

Views

Author

Paul Barry, Feb 20 2003

Keywords

References

  • F. P. Muga II, Extending the Golden Ratio and the Binet-de Moivre Formula, March 2014; Preprint on ResearchGate.

Crossrefs

Programs

Formula

G.f.: x/((1+3*x)*(1-5*x)).
a(n) = (5^n-(-3)^n)/8.
a(n) = sum(k=1..n, binomial(n, 2*k-1)*4^(2*(k-1))).
E.g.f.: exp(x)*sinh(4*x)/4. - Paul Barry, Jul 09 2003
a(n+1) = Sum_{k = 0..n} A238801(n,k)*4^k. - Philippe Deléham, Mar 07 2014