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.

A199689 a(n) = 8*10^n + 1.

Original entry on oeis.org

9, 81, 801, 8001, 80001, 800001, 8000001, 80000001, 800000001, 8000000001, 80000000001, 800000000001, 8000000000001, 80000000000001, 800000000000001, 8000000000000001, 80000000000000001, 800000000000000001, 8000000000000000001, 80000000000000000001, 800000000000000000001
Offset: 0

Views

Author

Vincenzo Librandi, Nov 09 2011

Keywords

Crossrefs

Programs

  • Magma
    [8*10^n+1: n in [0..30]];
  • Mathematica
    8*10^Range[0,20]+1 (* or *) LinearRecurrence[{11,-10},{9,81},20] (* Harvey P. Dale, Jun 11 2022 *)

Formula

a(n) = 9*A059482(n).
a(n) = 10*a(n-1) - 9.
a(n) = 11*a(n-1) - 10*a(n-2).
G.f.: 9*(1-2*x)/((1-x)*(1-10*x)).
From Elmo R. Oliveira, May 04 2025: (Start)
E.g.f.: exp(x)*(1 + 8*exp(9*x)).
a(n) = 3*A199688(n). (End)