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!)
A202423 Numbers n such that n!*n!! + 1 is prime. 0

%I #5 Mar 30 2012 18:36:00

%S 1,2,3,4,5,14,37,48,50,52,88,223

%N Numbers n such that n!*n!! + 1 is prime.

%e For n = 3, 3!*3!! + 1 = 6*3 + 1 = 19 is prime.

%t lst={}; Do[If[PrimeQ[n!*n!!+1], AppendTo[lst, n]], {n, 500}]; lst

%Y Cf. A000142, A006882, A202422.

%K nonn

%O 1,2

%A _Michel Lagneau_, Dec 19 2011

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 23 02:23 EDT 2024. Contains 371906 sequences. (Running on oeis4.)