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.

A155604 a(n) = 6^n + 3^n - 1.

Original entry on oeis.org

1, 8, 44, 242, 1376, 8018, 47384, 282122, 1686176, 10097378, 60525224, 362974202, 2177313776, 13062288338, 78368947064, 470199333482, 2821152954176, 16926788584898, 101560344088904, 609360902271962, 3656161926847376
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 25 2009

Keywords

Crossrefs

Programs

Formula

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