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, 40471 (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.
(10^4)!-40471 is a probable prime. - Jason Yuen, May 20 2024
LINKS
FORMULA
a(n) = A033933(10^n). - Jason Yuen, May 20 2024
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
Sequence in context: A285051 A267900 A168147 * A160195 A203240 A062210
KEYWORD
more,nonn,hard
AUTHOR
Farideh Firoozbakht, Jul 10 2005
EXTENSIONS
a(4) from Jason Yuen, May 20 2024
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 16 06:47 EDT 2024. Contains 375959 sequences. (Running on oeis4.)