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.

A173735 a(n) = (10^n + 26)/9.

Original entry on oeis.org

3, 4, 14, 114, 1114, 11114, 111114, 1111114, 11111114, 111111114, 1111111114, 11111111114, 111111111114, 1111111111114, 11111111111114, 111111111111114, 1111111111111114, 11111111111111114, 111111111111111114, 1111111111111111114, 11111111111111111114, 111111111111111111114
Offset: 0

Views

Author

Vincenzo Librandi, Feb 23 2010

Keywords

Crossrefs

Programs

Formula

a(n) = a(n-1) + 10^(n-1) = 10*a(n-1) - 26, a(0)=3.
a(n) = 11*a(n-1) - 10*a(n-2). - Vincenzo Librandi, Jul 05 2012
a(n) = 2*(A002279(n-1) + 2). - Martin Ettl, Nov 12 2012
G.f.: (3-29*x)/((1-x)*(1-10*x)). - Ivan Panchenko, Nov 05 2013
From Elmo R. Oliveira, Jun 18 2025: (Start)
E.g.f.: exp(x)*(26 + exp(9*x))/9.
a(n) = 2*A178769(n-1) for n >= 1. (End)

Extensions

a(0) from Ivan Panchenko, Nov 05 2013