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!)
A108519 a(n) is the smallest natural number m such that (10^n)! - m is prime. 1

%I #4 Mar 30 2012 17:37:43

%S 11,271,6701

%N a(n) is the smallest natural number m such that (10^n)! - m is prime.

%C If a(n) is composite then a(n)>10^(2n)+2*10^n. Conjecture: All terms are noncomposite numbers.

%e a(3)=6701 because (10^3)!-6701 is prime and for 0<m<6701 1000!-m is

%e composite.

%t a[n_] := (For[m = 1, ! PrimeQ[(10^n)! - m], m++ ]; m); Do[Print[a[n]], {n, 3}]

%Y Cf. A108518.

%K more,nonn,bref

%O 1,1

%A _Farideh Firoozbakht_, Jul 10 2005

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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)