The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A154665 Numbers n such that n!^2-+8663 are primes. 0
3, 4, 5, 6, 40 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Next term is larger than 72
a(6) > 1000 (if it exists) - Robert Price, Mar 26 2019
LINKS
MATHEMATICA
lst={}; a=8663; Do[If[PrimeQ[n!^2-a]&&PrimeQ[n!^2+a], AppendTo[lst, n]], {n, 3*4!}]; lst
CROSSREFS
Sequence in context: A083401 A281829 A083400 * A056190 A202702 A049465
KEYWORD
nonn,more
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 15 07:58 EDT 2024. Contains 372538 sequences. (Running on oeis4.)