A348517 Positive integers m with the property that there are 4 positive integers b_1 < b_2 < b_3 < b_4 such that b_1 divides b_2, b_2 divides b_3, b_3 divides b_4, and m = b_1 + b_2 + b_3 + b_4.
15, 19, 21, 22, 23, 27, 28, 29, 30, 31, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 86, 87, 88, 89, 90, 91, 92
Offset: 1
Keywords
Examples
As 22 = 1 + 3 + 6 + 12, 22 is a term. As 33 = 1 + 2 + 6 + 24, 33 is another term.
Links
- Diophante, A496 - Pentaphiles et pentaphobes (in French).
Crossrefs
Programs
-
Mathematica
Select[Range@92,Select[Select[IntegerPartitions[#,{4}],Length@Union@#==4&],And@@(IntegerQ/@Divide@@@Partition[#,2,1])&]!={}&] (* Giorgos Kalogeropoulos, Oct 22 2021 *)
Comments