A303738 Primes of form (2*k)! + k! - 1.
2, 40343, 371993326789901217467999454553208905727999
Offset: 1
Keywords
Programs
-
Maple
f:=factorial: select(isprime,[seq(f(2*k)+f(k)-1,k=1..600)]);
This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
f:=factorial: select(isprime,[seq(f(2*k)+f(k)-1,k=1..600)]);
Comments