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-3 of 3 results.

A108506 Integers n such that 10^n-59 is prime.

Original entry on oeis.org

2, 3, 4, 8, 20, 38, 95, 248, 263, 303, 304, 410, 438, 548, 688, 1074, 1575, 8364, 9910, 15910, 37344
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Jul 06 2005

Keywords

Comments

Certified primality of numbers corresponding to terms 410, 438, 548, 688, 1074 and 1575 with Primo. - Ryan Propper, Jul 08 2005
No other terms <40000.
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99941".

Examples

			8 is a member because: n = 8 gives 10^8-59 = 100000000-59 = 99999941, which is prime.
		

Crossrefs

Extensions

a(18)-a(20) from Kamada data by Robert Price, Dec 10 2010
a(21) by Robert Price, Dec 16 2010
Edited by Ray Chandler, Dec 23 2010

A176987 Primes of the form 10^n-27.

Original entry on oeis.org

73, 9973, 9999973, 99999999999973, 99999999999999999973, 9999999999999999999973, 99999999999999999999999999973, 9999999999999999999999999999973, 9999999999999999999999999999999999999973
Offset: 1

Views

Author

Vincenzo Librandi, Dec 11 2010

Keywords

Crossrefs

Cf. A108329.

Programs

  • Magma
    [a: n in [2..250]|IsPrime(a) where a is 10^n-27];
  • Mathematica
    Select[Table[10^n - 27, {n, 2, 500}], PrimeQ] (* Vincenzo Librandi, Jan 03 2014 *)
    Select[Table[FromDigits[PadLeft[{7,3},n,9]],{n,2,40}],PrimeQ] (* Harvey P. Dale, Jul 08 2024 *)

A108493 Integers n such that 10^n-57 is prime.

Original entry on oeis.org

2, 7, 10, 11, 17, 19, 39, 49, 50, 61, 95, 106, 187, 196, 849, 889, 6436, 7370, 14446, 19647, 34399, 39922, 81297, 84305
Offset: 1

Views

Author

Julien Peter Benney (jpbenney(AT)ftml.net), Jul 06 2005

Keywords

Comments

Numbers corresponding to terms 849 and 889 are certified primes. (Primo 2.2.0 beta) - Ryan Propper, Jul 13 2005
No additional terms <100000.
See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99943".

Examples

			n = 7 is a member because: 10^7-57 = 10000000-57 = 9999943, which is prime.
		

Crossrefs

Extensions

a(17)-a(19) from Kamada data by Robert Price, Dec 10 2010
a(20) from Kamada data by Robert Price, Dec 14 2010
a(21)-a(22) from Robert Price, Dec 15 2010
Edited by Ray Chandler, Dec 23 2010
a(23-24)=81297,84305 from Robert Price, May 29 2011
Showing 1-3 of 3 results.