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
11, 271, 6701 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If a(n) is composite then a(n)>10^(2n)+2*10^n. Conjecture: All terms are noncomposite numbers.
LINKS
EXAMPLE
a(3)=6701 because (10^3)!-6701 is prime and for 0<m<6701 1000!-m is
composite.
MATHEMATICA
a[n_] := (For[m = 1, ! PrimeQ[(10^n)! - m], m++ ]; m); Do[Print[a[n]], {n, 3}]
CROSSREFS
Cf. A108518.
Sequence in context: A285051 A267900 A168147 * A160195 A203240 A062210
KEYWORD
more,nonn,bref
AUTHOR
Farideh Firoozbakht, Jul 10 2005
STATUS
approved

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 September 29 12:57 EDT 2023. Contains 365771 sequences. (Running on oeis4.)