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!)
A245714 Least number k > 0 such that n + k! is prime, or 0 if no such k exists. 4
1, 1, 2, 1, 2, 1, 3, 0, 2, 1, 2, 1, 3, 0, 2, 1, 2, 1, 4, 0, 2, 1, 3, 0, 3, 0, 2, 1, 2, 1, 3, 0, 0, 0, 2, 1, 3, 0, 2, 1, 2, 1, 4, 0, 2, 1, 3, 0, 4, 0, 2, 1, 3, 0, 3, 0, 2, 1, 2, 1, 3, 0, 0, 0, 2, 1, 3, 0, 2, 1, 2, 1, 3, 0, 0, 0, 2, 1, 4, 0, 2, 1, 3, 0, 4, 0, 2, 1, 4, 0, 3, 0, 0, 0, 2, 1, 3, 0, 2, 1, 2, 1, 3, 0, 2, 1, 2, 1, 5, 0, 2, 1, 4, 0, 4, 0, 0, 0, 5 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
COMMENTS
a(n) <= n for all n. Thus a(n) = 0 is definite.
LINKS
EXAMPLE
7 + 1! = 8 is not prime.
7 + 2! = 9 is not prime.
7 + 3! = 13 is prime. Thus a(7) = 3.
PROG
(PARI)
a(n)=for(k=1, n, if(ispseudoprime(n+k!), return(k)))
vector(150, n, a(n))
CROSSREFS
Cf. A245723.
Sequence in context: A113738 A287854 A355341 * A092953 A058574 A112165
KEYWORD
nonn
AUTHOR
Derek Orr, Jul 30 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 April 23 14:32 EDT 2024. Contains 371914 sequences. (Running on oeis4.)