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.

A074619 a(n) = 6^n + 7^n.

Original entry on oeis.org

2, 13, 85, 559, 3697, 24583, 164305, 1103479, 7444417, 50431303, 342941425, 2340123799, 16018069537, 109949704423, 756587236945, 5217746494519, 36054040477057, 249557173431943, 1729973554578865, 12008254925383639
Offset: 0

Views

Author

Robert G. Wilson v, Aug 26 2002

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-6*x)+1/(1-7*x). E.g.f.: e^(6*x)+e^(7*x). - Mohammad K. Azarian, Jan 11 2009
a(n)=13*a(n-1)-42*a(n-2) with a(0)=2, a(1)=13. - Vincenzo Librandi, Jul 21 2010