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.

A086943 Integers k such that R(k+7) = 3.

Original entry on oeis.org

23, 293, 2993, 29993, 299993, 2999993, 29999993, 299999993, 2999999993, 29999999993, 299999999993, 2999999999993, 29999999999993, 299999999999993, 2999999999999993, 29999999999999993, 299999999999999993, 2999999999999999993, 29999999999999999993, 299999999999999999993
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

Formula

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