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.

A074612 a(n) = 4^n + 6^n.

Original entry on oeis.org

2, 10, 52, 280, 1552, 8800, 50752, 296320, 1745152, 10339840, 61514752, 366991360, 2193559552, 13127802880, 78632599552, 471258726400, 2825404874752, 16943839313920, 101628676145152, 609634617917440
Offset: 0

Views

Author

Robert G. Wilson v, Aug 26 2002

Keywords

Crossrefs

Programs

Formula

From Mohammad K. Azarian, Jan 11 2009: (Start)
G.f.: 1/(1-4*x) + 1/(1-6*x).
E.g.f.: exp(4*x) + exp(6*x). (End)
a(n) = 10*a(n-1) - 24*a(n-2) with a(0)=2, a(1)=10. - Vincenzo Librandi, Jul 21 2010