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

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A247044 Least number k > 0 such that k!*n! - 1 is prime. 0
3, 2, 1, 1, 2, 1, 1, 3, 6, 7, 14, 1, 8, 1, 2, 4, 2, 5, 16, 26, 27, 2, 18, 29, 9, 15, 7, 2, 24, 1, 44, 1, 1, 209, 12, 128, 20, 1, 18, 5, 6, 3, 21, 5, 42, 6, 45, 19, 14, 10, 8, 20, 72, 8, 226, 11, 5, 77, 99, 28, 16, 15, 157, 9, 24, 17, 110, 9, 28, 26, 16, 37, 163, 79, 29, 45, 58, 21, 66 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
If a(n) = K, a(K) <= n for all n.
a(n) = 1 if and only if n is in A002982.
LINKS
PROG
(PARI)
a(n)=k=1; while(!ispseudoprime(k!*n!-1), k++); k
n=1; while(n<100, print1(a(n), ", "); n++)
CROSSREFS
Sequence in context: A350942 A140056 A240239 * A083663 A085427 A172130
KEYWORD
nonn
AUTHOR
Derek Orr, Sep 10 2014
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 December 5 09:29 EST 2023. Contains 367589 sequences. (Running on oeis4.)