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.

A155589 a(n) = 6^n + 2^n - 1.

Original entry on oeis.org

1, 7, 39, 223, 1311, 7807, 46719, 280063, 1679871, 10078207, 60467199, 362799103, 2176786431, 13060702207, 78364180479, 470185017343, 2821109972991, 16926659575807, 101559956930559, 609359740534783, 3656158441111551, 21936950642475007, 131621703846461439
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 24 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-6*x)+1/(1-2*x)-1/(1-x).
E.g.f.: exp(6*x)+exp(2*x)-exp(x).
a(n) = 8*a(n-1)-12*a(n-2)-5 with a(0) = 1, a(1) = 7. - Vincenzo Librandi, Jul 21 2010