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.

A155669 10^n+9^n-1.

Original entry on oeis.org

1, 18, 180, 1728, 16560, 159048, 1531440, 14782968, 143046720, 1387420488, 13486784400, 131381059608, 1282429536480, 12541865828328, 122876792454960, 1205891132094648, 11853020188851840, 116677181699666568
Offset: 0

Views

Author

Mohammad K. Azarian, Feb 01 2009

Keywords

Crossrefs

Programs

Formula

G.f.: 1/(1-10*x)+1/(1-9*x)-1/(1-x). E.g.f.: e^(10*x)+e^(9*x)-e^x.
a(n)=19*a(n-1)-90*a(n-2)-72 with a(0)=1, a(1)=18 - Vincenzo Librandi, Jul 21 2010