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!)
A144046 Numbers n such that |n!-107| and |n!+107| are prime. 6
3, 4, 5, 6, 7, 8, 80 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
FORMULA
5!-107=13 and 5!+107=227, so 5 is a member.
MATHEMATICA
lst={}; a=107; Do[If[PrimeQ[n!-a]&&PrimeQ[n!+a], AppendTo[lst, n]], {n, 0, 20^2}]; lst
PROG
(PARI) for(n=1, 106, if(ispseudoprime(abs(n!-107))&&ispseudoprime(n!+107), print1(n", "))) \\ Charles R Greathouse IV, Oct 05 2011
CROSSREFS
Sequence in context: A037349 A037350 A014615 * A210934 A354774 A194276
KEYWORD
nonn,fini,full
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 17 17:07 EDT 2024. Contains 372603 sequences. (Running on oeis4.)