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!)
A154660 Numbers n such that n!+37 and abs(n!-37) are primes. 5
3, 4, 5, 6, 7, 8 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
5!-37=83;5!+37=157,...
LINKS
MATHEMATICA
lst={}; a=37; Do[If[PrimeQ[n!-a]&&PrimeQ[n!+a], AppendTo[lst, n]], {n, 2*5!}]; lst
CROSSREFS
Sequence in context: A134483 A121151 A088243 * A004492 A360663 A333914
KEYWORD
nonn,full,fini
AUTHOR
EXTENSIONS
Name corrected by Chai Wah Wu, Oct 18 2020
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 September 15 07:14 EDT 2024. Contains 375932 sequences. (Running on oeis4.)