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.

A198698 a(n) = 3*10^n - 1.

Original entry on oeis.org

2, 29, 299, 2999, 29999, 299999, 2999999, 29999999, 299999999, 2999999999, 29999999999, 299999999999, 2999999999999, 29999999999999, 299999999999999, 2999999999999999, 29999999999999999, 299999999999999999, 2999999999999999999, 29999999999999999999, 299999999999999999999
Offset: 0

Views

Author

Vincenzo Librandi, Oct 29 2011

Keywords

Crossrefs

Programs

  • Magma
    [3*10^n-1: n in [0..30]];

Formula

a(n) = 10*a(n-1) + 9, a(0)=2.
a(n) = 11*a(n-1) - 10*a(n-2), n>1.
G.f.: (2+7*x)/((10*x-1)*(x-1)). - R. J. Mathar, Oct 30 2011
E.g.f.: exp(x)*(3*exp(9*x) - 1). - Elmo R. Oliveira, Jun 13 2025