Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A289853
Primes of the form k!2-32, where k!2 is the double factorial number (A006852).
1
73, 25373791335626257947657609343, 488960130368663401543922783473071784646213671843, 2783097421140216173669833173554685254745646937315554685903182520041762334418182818434647284243799923238034037601108551025390593
OFFSET
1,1
LINKS
MATHEMATICA
MultiFactorial[n_, k_] := If[n<1, 1, n*MultiFactorial[n-k, k]];
Select[Table[MultiFactorial[i, 2] - 32, {i, 6, 100}], PrimeQ[#]&]
CROSSREFS
Cf. A262772.
Sequence in context: A159438 A291992 A076848 * A000319 A033394 A114969
KEYWORD
nonn
AUTHOR
Robert Price, Jul 13 2017
STATUS
approved