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!)
A215777 Primes of the form 2*k!! + 1. 2
3, 3, 5, 7, 17, 31, 97, 211, 769, 7681, 270271, 68918851, 371589121, 3923981107201, 2856658246041601, 85699747381248001, 639661973545755541631251, 5960455827486621749452458387843751 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding k are in A215775.
LINKS
EXAMPLE
68918851 = 2*17!! + 1 = 2*34459425 + 1 is in the sequence.
MATHEMATICA
lst={}; Do[If[PrimeQ[p = 2 n!! + 1], AppendTo[lst, p]], {n, 0, 60}]; lst
Select[Table[2 n!! + 1, {n, 0, 60}], PrimeQ] (* Vincenzo Librandi, Oct 01 2012 *)
CROSSREFS
Sequence in context: A352912 A240180 A169942 * A147095 A161626 A217648
KEYWORD
nonn
AUTHOR
Michel Lagneau, Aug 23 2012
EXTENSIONS
Offset corrected from 0 to 1 by Vincenzo Librandi, Oct 01 2012
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 June 7 02:08 EDT 2023. Contains 363151 sequences. (Running on oeis4.)