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.

A155648 a(n) = 10^n + 6^n - 1.

Original entry on oeis.org

1, 15, 135, 1215, 11295, 107775, 1046655, 10279935, 101679615, 1010077695, 10060466175, 100362797055, 1002176782335, 10013060694015, 100078364164095, 1000470184984575, 10002821109907455, 100016926659444735
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 31 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x) + 1/(1-6*x) - 1/(1-x).
E.g.f.: e^(10*x) + e^(6*x) - e^x.
a(n) = 16*a(n-1) - 60*a(n-2) - 45; a(0)=1, a(1)=15. - Vincenzo Librandi, Jul 21 2010
a(n) = 17*a(n-1) - 76*a(n-2) + 60*a(n-3); a(0)=1, a(1)=15, a(2)=135. - Harvey P. Dale, Mar 30 2014