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.

A155656 a(n) = 9^n + 7^n - 1.

Original entry on oeis.org

1, 15, 129, 1071, 8961, 75855, 649089, 5606511, 48811521, 427774095, 3769259649, 33358386351, 296270823681, 2638754838735, 23555015527809, 210638693604591, 1886253119421441, 16909812213653775, 151723048894909569, 1362250612858365231, 12237457725354540801
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-9*x) + 1/(1-7*x) - 1/(1-x).
E.g.f.: e^(9*x) + e^(7*x) - e^x.
a(n) = 16*a(n-1)-63*a(n-2)-48 with a(0) = 1, a(1) = 15. - Vincenzo Librandi, Jul 21 2010