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.

A199685 a(n) = 5*10^n + 1.

Original entry on oeis.org

6, 51, 501, 5001, 50001, 500001, 5000001, 50000001, 500000001, 5000000001, 50000000001, 500000000001, 5000000000001, 50000000000001, 500000000000001, 5000000000000001, 50000000000000001, 500000000000000001, 5000000000000000001, 50000000000000000001, 500000000000000000001
Offset: 0

Views

Author

Vincenzo Librandi, Nov 09 2011

Keywords

Crossrefs

Cf. A126109.

Programs

Formula

a(n) = 3*A126109(n).
a(n) = 10*a(n-1) - 9.
a(n) = 11*a(n-1) - 10*a(n-2).
G.f.: 3*(2-5*x)/((1-x)*(1-10*x)).
E.g.f.: exp(x)*(5*exp(9*x) + 1). - Elmo R. Oliveira, Sep 15 2024