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!)
A215779 Numbers k such that 2*k!! - 1 is prime. 3
2, 3, 5, 9, 11, 13, 25, 35, 46, 56, 68, 69, 71, 84, 92, 103, 110, 121, 193, 259, 308, 368, 406, 426, 620, 627, 1206, 1631, 1845, 2108, 2210, 2786 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
The corresponding primes are in A215780.
LINKS
EXAMPLE
5 is in the sequence because 2*5!! - 1 = 2*15 - 1 = 29 is a prime.
MATHEMATICA
lst={}; Do[If[PrimeQ[2*n!!-1], AppendTo[lst, n]], {n, 0, 1500}]; lst
CROSSREFS
Sequence in context: A014657 A171056 A161514 * A140329 A163292 A137518
KEYWORD
nonn,hard,more
AUTHOR
Michel Lagneau, Aug 23 2012
EXTENSIONS
Offset changed to 1 by and a(27)-a(32) from Jinyuan Wang, May 15 2021
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 22 15:01 EDT 2024. Contains 374501 sequences. (Running on oeis4.)