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.

A171226 9+10^n+9*100^n.

Original entry on oeis.org

19, 919, 90109, 9001009, 900010009, 90000100009, 9000001000009, 900000010000009, 90000000100000009, 9000000001000000009, 900000000010000000009, 90000000000100000000009, 9000000000001000000000009, 900000000000010000000000009, 90000000000000100000000000009
Offset: 0

Views

Author

Jason Earls, Dec 05 2009

Keywords

Crossrefs

Cf. A083816.

Programs

Formula

a(n) = 111*a(n-1) -1110*a(n-2) +1000*a(n-3).
G.f.: -(19-1190*x+9190*x^2)/((x-1) * (100*x-1) * (10*x-1)). - R. J. Mathar, Feb 14 2010