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.

A177079 a(n) = 5*(10^n - 3).

Original entry on oeis.org

35, 485, 4985, 49985, 499985, 4999985, 49999985, 499999985, 4999999985, 49999999985, 499999999985, 4999999999985, 49999999999985, 499999999999985, 4999999999999985, 49999999999999985, 499999999999999985, 4999999999999999985, 49999999999999999985, 499999999999999999985
Offset: 1

Views

Author

Keywords

Crossrefs

Cf. A173833.

Programs

Formula

From Elmo R. Oliveira, Jun 12 2025: (Start)
G.f.: 5*x*(20*x+7)/((x-1)*(10*x-1)).
E.g.f.: 5*(2 - 3*exp(x) + exp(10*x)).
a(n) = 5*A173833(n).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)