A115654 Semiprimes (A001358) which are the sum of distinct double factorials (A006882).
4, 6, 9, 10, 14, 15, 21, 25, 26, 49, 51, 57, 58, 62, 65, 69, 74, 77, 106, 111, 115, 118, 119, 121, 122, 123, 129, 133, 134, 155, 158, 159, 161, 166, 169, 177, 178, 386, 393, 394, 395, 398, 403, 407, 411, 413, 437, 445, 446, 447, 451, 453, 458, 489, 493, 497
Offset: 1
Keywords
Examples
384 = 2*19 = 8!!+2!!.
Programs
-
Mathematica
Union[Select[Total/@Subsets[Range[10]!!,10],PrimeOmega[#]==2&]] (* Harvey P. Dale, Aug 24 2012 *)
Comments