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.

A155608 10^n + 3^n - 1.

Original entry on oeis.org

1, 12, 108, 1026, 10080, 100242, 1000728, 10002186, 100006560, 1000019682, 10000059048, 100000177146, 1000000531440, 10000001594322, 100000004782968, 1000000014348906, 10000000043046720, 100000000129140162
Offset: 0

Views

Author

Mohammad K. Azarian, Jan 25 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x)+1/(1-3*x)-1/(1-x).
E.g.f.: e^(10*x)+e^(3*x)-e^x.
a(n) = 13*a(n-1)-30*a(n-2)-18 with a(0)=1, a(1)=12. - Vincenzo Librandi, Jul 21 2010