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.

A053573 a(n) = 5*a(n-1) + 14*a(n-2), a(0)=1, a(1)=5.

Original entry on oeis.org

1, 5, 39, 265, 1871, 13065, 91519, 640505, 4483791, 31386025, 219703199, 1537920345, 10765446511, 75358117385, 527506838079, 3692547833785, 25847834902031, 180934844183145, 1266543909544159, 8865807366284825, 62060651565042351
Offset: 0

Views

Author

Barry E. Williams, Jan 18 2000

Keywords

References

  • A. H. Beiler, Recreations in the Theory of Numbers, Dover, N.Y., 1964, pp. 189, 194-196.
  • F. P. Muga II, Extending the Golden Ratio and the Binet-de Moivre Formula, March 2014; Preprint on ResearchGate.

Crossrefs

Cf. A090409 (binomial transform).

Programs

Formula

a(n) = (7^(n+1) - (-2)^(n+1))/9.
a(n) = 5*a(n-1) + 14*a(n-2), with a(0)=1, a(1)=5.
G.f.: 1/(1-5*x-14*x^2). - Zerinvary Lajos, Apr 24 2009
E.g.f.: (7*exp(7*x) - 2*exp(-2*x))/9. - G. C. Greubel, May 16 2019