login
This site is supported by donations 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; 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

Ray Chandler, Table of n, a(n) for n=1..1200

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

Cf. A037153, A005235, A087200.

Sequence in context: A088298 A075992 A022294 * A010666 A196001 A182757

Adjacent sequences:  A087199 A087200 A087201 * A087203 A087204 A087205

KEYWORD

nonn

AUTHOR

Farideh Firoozbakht (mymontain(AT)yahoo.com), Sep 01 2003

EXTENSIONS

Edited by Ray Chandler (rayjchandler(AT)sbcglobal.net), Mar 08 2010

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 17:46 EST 2012. Contains 205835 sequences.