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.

A173764 a(n) = (10^n+17)/3.

Original entry on oeis.org

9, 39, 339, 3339, 33339, 333339, 3333339, 33333339, 333333339, 3333333339, 33333333339, 333333333339, 3333333333339, 33333333333339, 333333333333339, 3333333333333339, 33333333333333339, 333333333333333339, 3333333333333333339, 33333333333333333339, 333333333333333333339
Offset: 1

Views

Author

Vincenzo Librandi, Feb 24 2010

Keywords

Crossrefs

Cf. A098406.

Programs

Formula

a(n) = 10*a(n-1)-51 with n>0, a(0)=6.
From Vincenzo Librandi, Jul 05 2012: (Start)
G.f.: x*(9-60*x)/((1-x)*(1-10*x)).
a(n) = 11*a(n-1) -10*a(n-2). (End)
E.g.f.: (exp(10*x) + 17*exp(x) - 18)/3. - Stefano Spezia, Oct 12 2024
a(n) = 3*A098406(n). - Michel Marcus, Oct 12 2024