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!)
A087202 a(n) is the smallest m such that m > A037153(n) and n!+ m is prime. 4
4, 5, 7, 7, 11, 13, 19, 31, 23, 19, 19, 43, 73, 41, 149, 41, 53, 61, 109, 37, 37, 71, 109, 193, 97, 173, 59, 101, 229, 163, 241, 83, 139, 103, 83, 577, 397, 47, 269, 61, 211, 107, 97, 89, 379, 149, 269, 83, 137, 167, 281, 89, 79, 443, 229, 157, 179, 563, 389, 277 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
a(n) is the second m (first m is A037153(n)) such that m > 1 and n!+ m is prime.
Conjecture: For n > 1, a(n) is prime (compare the conjecture about A037153).
Conjecture holds through 1200 terms.
LINKS
MATHEMATICA
A037153[n_] := (For[m=Prime[PrimePi[n]+1], !PrimeQ[n!+m], m++ ]; m); a[n_] := (For[m=A037153[n]+1, !PrimeQ[n!+m], m++ ]; m); Table[a[n], {n, 60}]
CROSSREFS
Sequence in context: A088298 A075992 A022294 * A270037 A319132 A362624
KEYWORD
nonn
AUTHOR
Farideh Firoozbakht, Sep 01 2003
EXTENSIONS
Edited by Ray Chandler, Mar 08 2010
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 19 05:02 EDT 2024. Contains 371782 sequences. (Running on oeis4.)