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!)
A151892 Numbers m such that m! + (next prime after m!) is prime. 3
1, 2, 3, 4, 6, 7, 14, 15, 20, 25, 32, 34, 35, 67, 89, 191, 316, 411, 1213, 1280 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Next term exceeds 600. - Robert G. Wilson v, Jun 11 2010
LINKS
MATHEMATICA
a = {}; Do[If[PrimeQ[n! + NextPrime[n! ]], AppendTo[a, n]], {n, 1, 200]; a (* Artur Jasinski *)
Select[Range[420], PrimeQ[#!+NextPrime[#!]]&] (* Harvey P. Dale, Aug 20 2021 *)
CROSSREFS
Sequence in context: A339591 A096477 A039059 * A162570 A073639 A130776
KEYWORD
nonn,more
AUTHOR
Artur Jasinski, Apr 12 2008
EXTENSIONS
a(17)-a(18) from Robert G. Wilson v, Jun 11 2010
a(19)-a(20) from Michael S. Branicky, May 27 2023
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 July 24 07:21 EDT 2024. Contains 374575 sequences. (Running on oeis4.)