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.

A086949 Numbers k such that R(k+9) = 5.

Original entry on oeis.org

41, 491, 4991, 49991, 499991, 4999991, 49999991, 499999991, 4999999991, 49999999991, 499999999991, 4999999999991, 49999999999991, 499999999999991, 4999999999999991, 49999999999999991, 499999999999999991, 4999999999999999991, 49999999999999999991, 499999999999999999991
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 5*10^n - 9.
R(a(n)) = A086946(n).
From Stefano Spezia, Dec 15 2022: (Start)
O.g.f.: x*(41 + 40*x)/((1 - x)*(1 - 10*x)).
E.g.f.: 4 - 9*exp(x) + 5*exp(10*x).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)