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.

A173833 a(n) = 10^n - 3.

Original entry on oeis.org

7, 97, 997, 9997, 99997, 999997, 9999997, 99999997, 999999997, 9999999997, 99999999997, 999999999997, 9999999999997, 99999999999997, 999999999999997, 9999999999999997, 99999999999999997, 999999999999999997, 9999999999999999997, 99999999999999999997, 999999999999999999997
Offset: 1

Views

Author

Vincenzo Librandi, Feb 26 2010

Keywords

Crossrefs

Programs

Formula

a(n) = 10*a(n-1) + 27 with n > 1, a(1)=7.
G.f.: x*(20*x+7)/((x-1)*(10*x-1)). - Colin Barker, Jan 24 2013
E.g.f.: 2 - 3*exp(x) + exp(10*x). - Stefano Spezia, May 02 2025
From Elmo R. Oliveira, May 07 2025: (Start)
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2.
a(n) = A086947(n)/3. (End)