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.

A086942 Integers k such that R(k+8) = 4.

Original entry on oeis.org

32, 392, 3992, 39992, 399992, 3999992, 39999992, 399999992, 3999999992, 39999999992, 399999999992, 3999999999992, 39999999999992, 399999999999992, 3999999999999992, 39999999999999992, 399999999999999992, 3999999999999999992, 39999999999999999992
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

Formula

a(n) = 4*10^n - 8.
R(a(n)) = A086943(n).
G.f.: 8*x*(5*x+4)/((10*x-1)*(x-1)).
a(n) = 8*A198971(n-1).
From Elmo R. Oliveira, May 01 2025: (Start)
E.g.f.: 4*(1 - 2*exp(x) + exp(10*x)).
a(n) = 4*A099150(n) = 2*A086940(n).
a(n) = 11*a(n-1) - 10*a(n-2) for n > 2. (End)