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.

A086941 a(n) = k where R(k+6) = 3.

Original entry on oeis.org

24, 294, 2994, 29994, 299994, 2999994, 29999994, 299999994, 2999999994, 29999999994, 299999999994, 2999999999994, 29999999999994, 299999999999994, 2999999999999994, 29999999999999994, 299999999999999994, 2999999999999999994, 29999999999999999994, 299999999999999999994
Offset: 1

Views

Author

Ray Chandler, Jul 24 2003

Keywords

Crossrefs

Programs

  • Magma
    [3*(10^n-2): n in [1..20]]; // Vincenzo Librandi, Aug 22 2011
  • Mathematica
    3(10^Range[20]-2) (* or  *) 10*Table[FromDigits[PadRight[{2},n,9]],{n,20}]+4 (* Harvey P. Dale, Jul 25 2023 *)

Formula

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