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!)
A154662 Numbers n such that n!-+367 are primes. 3
6, 7, 13, 17, 20, 69 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
7!-367=4673, 7!+367=6407,...
LINKS
MATHEMATICA
lst={}; a=367; Do[If[PrimeQ[n!-a]&&PrimeQ[n!+a], AppendTo[lst, n]], {n, 2*5!}]; lst
CROSSREFS
Sequence in context: A047335 A182623 A127020 * A277567 A070398 A022096
KEYWORD
nonn
AUTHOR
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 May 6 10:47 EDT 2024. Contains 372293 sequences. (Running on oeis4.)