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.

A086946 Numbers k such that R(k+6) = 2.

Original entry on oeis.org

14, 194, 1994, 19994, 199994, 1999994, 19999994, 199999994, 1999999994, 19999999994, 199999999994, 1999999999994, 19999999999994, 199999999999994, 1999999999999994, 19999999999999994, 199999999999999994, 1999999999999999994, 19999999999999999994, 199999999999999999994
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 2*(10^n - 3).
R(a(n)) = A086949(n).
From Stefano Spezia, Dec 15 2022: (Start)
O.g.f.: 2*x*(7 + 20*x)/((1 - x)*(1 - 10*x)).
E.g.f.: 2*(2 - 3*exp(x) + exp(10*x)).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)
a(n) = 2*A173833(n). - Elmo R. Oliveira, May 02 2025