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.

A074516 a(n) = 1^n + 5^n + 6^n.

Original entry on oeis.org

3, 12, 62, 342, 1922, 10902, 62282, 358062, 2070242, 12030822, 70231802, 411625182, 2420922962, 14281397142, 84467679722, 500702562702, 2973697798082, 17689598897862, 105374653934042, 628433226338622
Offset: 0

Views

Author

Robert G. Wilson v, Aug 23 2002

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-x)+1/(1-5*x)+1/(1-6*x). E.g.f.: e^x+e^(5*x)+e^(6*x). [Mohammad K. Azarian, Dec 26 2008]
a(n) = 11*a(n-1) - 30*a(n-2) + 20, n>1. [Gary Detlefs, Jun 21 2010]