A129518 Numbers k > 2 such that k divides (k-2)!! - 1 and (k-3)!! - 1.
3, 7, 47, 59, 79, 83, 103, 107, 127, 139, 191, 199, 211, 251, 263, 283, 307, 331, 367, 379, 383, 431, 467, 479, 499, 503, 547, 587, 599, 607, 631, 643, 659, 727, 743, 811, 823, 827, 839, 859, 863, 883, 887, 907, 971, 991, 1087, 1151, 1163, 1171, 1259, 1283
Offset: 1
Keywords
Crossrefs
Programs
-
Mathematica
Select[Range[3,2000],IntegerQ[((#-2)!!-1)/# ]&&IntegerQ[((#-3)!!-1)/# ]&]
Comments