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.

Showing 1-2 of 2 results.

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

A177504 Primes of the form 5*10^n-9.

Original entry on oeis.org

41, 491, 49991, 49999991, 4999999999999999999999991
Offset: 1

Views

Author

Vincenzo Librandi, Dec 11 2010

Keywords

Crossrefs

Programs

  • Magma
    [a: n in [0..250] | IsPrime(a) where a is 5*10^n-9];
  • Mathematica
    Select[Table[5 10^n - 9, {n, 250}], PrimeQ] (* Vincenzo Librandi, Jan 03 2014 *)
Showing 1-2 of 2 results.