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.

A086944 a(n) = k where R(k+8) = 5.

Original entry on oeis.org

42, 492, 4992, 49992, 499992, 4999992, 49999992, 499999992, 4999999992, 49999999992, 499999999992, 4999999999992, 49999999999992, 499999999999992, 4999999999999992, 49999999999999992, 499999999999999992, 4999999999999999992, 49999999999999999992, 499999999999999999992
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 5*10^n - 8.
R(a(n)) = A086941(n).
From Elmo R. Oliveira, Apr 30 2025: (Start)
G.f.: 6*x*(5*x+7)/((x-1)*(10*x-1)).
E.g.f.: 3 - 8*exp(x) + 5*exp(10*x).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)