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.

A074614 a(n) = 4^n + 9^n.

Original entry on oeis.org

2, 13, 97, 793, 6817, 60073, 535537, 4799353, 43112257, 387682633, 3487832977, 31385253913, 282446313697, 2541932937193, 22877060890417, 205892205836473, 1853024483819137, 16677198879535753, 150094704016475857
Offset: 0

Views

Author

Robert G. Wilson v, Aug 26 2002

Keywords

Crossrefs

Bisection of A007689 (even-indexed members).

Programs

Formula

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