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.

A177109 a(n) = 4*(10^n-5).

Original entry on oeis.org

20, 380, 3980, 39980, 399980, 3999980, 39999980, 399999980, 3999999980, 39999999980, 399999999980, 3999999999980, 39999999999980, 399999999999980, 3999999999999980, 39999999999999980, 399999999999999980
Offset: 1

Views

Author

Vincenzo Librandi, Nov 15 2010

Keywords

Comments

Is this 20*A067272(n)?

Crossrefs

Cf. A067272.

Programs

Formula

G.f.: 20*x*(1+8*x) / ( (10*x-1)*(x-1) ). - R. J. Mathar, Jan 06 2011
a(n) = 11*a(n-1) - 10*a(n-2). - Wesley Ivan Hurt, Mar 17 2023