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.

A173737 (10^n+44)/9 for n>0.

Original entry on oeis.org

6, 16, 116, 1116, 11116, 111116, 1111116, 11111116, 111111116, 1111111116, 11111111116, 111111111116, 1111111111116, 11111111111116, 111111111111116, 1111111111111116, 11111111111111116, 111111111111111116
Offset: 1

Views

Author

Vincenzo Librandi, Feb 23 2010

Keywords

Programs

Formula

a(n) = a(n-1)+10^(n-1) = 10*a(n-1)-44 with n>0, a(0)=5.
G.f.: x*(6-50*x)/((1-x)*(1-10*x)). - Vincenzo Librandi, Jul 05 2012
a(n) = 11*a(n-1) -10*a(n-2) with a(0)=5, a(1)=6. - Vincenzo Librandi, Jul 05 2012
a(n) = (A002279(n-1)+3)*2. - Martin Ettl, Nov 08 2012