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 April 16 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)