login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A178531 Numbers n such that 10^n - 93 is prime. 0

%I #19 Jun 21 2023 17:18:54

%S 2,3,4,5,6,7,11,57,61,70,127,223,237,240,310,467,651,1935,2333,3457,

%T 4456,6048,11289,12150,24693,28437,31123,32909,52041,58225,68297,

%U 201801

%N Numbers n such that 10^n - 93 is prime.

%C a(33) > 3*10^5.

%C See Kamada link - primecount.txt for terms, primesize.txt for discovery details including probable or proved primes - search on "99907" or "9w07".

%H Makoto Kamada, <a href="https://stdkmd.net/nrr/prime/">List of near-repdigit-related prime numbers</a>.

%H <a href="/index/Pri#Pri_rep">Index entries for primes involving repunits</a>.

%e 10^3 - 93 = 907 which is a prime number.

%t m=1000; For[n=1, n<m, If[PrimeQ[10^n-93], Print[n]]; n++ ]

%o (PARI) is(n)=ispseudoprime(10^n-93) \\ _Charles R Greathouse IV_, Jun 13 2017

%Y Cf. A108330, A108328.

%K more,nonn

%O 1,1

%A _Robert Price_, Dec 23 2010

%E a(29-31) from _Robert Price_, May 29 2011

%E a(32) from _Robert Price_, Jun 21 2023

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 22:18 EDT 2024. Contains 371782 sequences. (Running on oeis4.)