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!)
A303737 Numbers k such that (2*k)! + k! - 1 is prime. 1
1, 4, 18, 49, 60, 82, 321, 6328 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
a(9) > 10000. - Giovanni Resta, Jun 07 2018
LINKS
EXAMPLE
1 is a term because (2*1)! + 1! - 1 = 2 which is a prime.
4 is a term because (2*4)! + 4! - 1 = 40343 which is a prime.
MAPLE
select(k->isprime(factorial(2*k)+factorial(k)-1), [$1..1000]);
PROG
(PARI) isok(k) = isprime((2*k)! + k! - 1); \\ Michel Marcus, May 28 2018
CROSSREFS
Cf. A242487, A300947, A303738 (corresponding primes).
Sequence in context: A056147 A181857 A353162 * A180805 A120656 A256431
KEYWORD
nonn,more
AUTHOR
Muniru A Asiru, May 27 2018
EXTENSIONS
a(8) from Giovanni Resta, Jun 07 2018
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 April 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)