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.

A170955 a(n) = 10^n - 9.

Original entry on oeis.org

1, 91, 991, 9991, 99991, 999991, 9999991, 99999991, 999999991, 9999999991, 99999999991, 999999999991, 9999999999991, 99999999999991, 999999999999991, 9999999999999991, 99999999999999991, 999999999999999991, 9999999999999999991, 99999999999999999991, 999999999999999999991
Offset: 1

Views

Author

Vincenzo Librandi, Feb 26 2010

Keywords

Comments

Column 10 of A193871. - Omar E. Pol, Aug 22 2011

Crossrefs

Programs

Formula

a(n) = 10*a(n-1) + 81 for n > 1, a(1) = 1.
G.f.: x*(1+80*x)/((10*x-1)*(x-1)). - R. J. Mathar, Aug 24 2011
From Elmo R. Oliveira, Sep 06 2024: (Start)
E.g.f.: 8 + exp(x)*(exp(9*x) - 9).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)

Extensions

Typo in formula corrected by Jon E. Schoenfield, Jun 19 2010