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.

A155617 a(n) = 6^n + 4^n - 1.

Original entry on oeis.org

1, 9, 51, 279, 1551, 8799, 50751, 296319, 1745151, 10339839, 61514751, 366991359, 2193559551, 13127802879, 78632599551, 471258726399, 2825404874751, 16943839313919, 101628676145151, 609634617917439, 3657257951690751
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 27 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-6*x)+1/(1-4*x)-1/(1-x).
E.g.f.: exp(6*x) + exp(4*x) - exp(x).
a(n) = 10*a(n-1)-24*a(n-2) -15, n>1 - Gary Detlefs, Jun 21 2010
a(n) = 11*a(n-1)-34*a(n-2)+24*a(n-3). - Vincenzo Librandi, Feb 16 2013