editing
approved
editing
approved
Positive integers m such 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.
proposed
editing
editing
proposed
Select[Range@92, Select[Select[IntegerPartitions[#, {4}], Length@Union@#==4&], And@@(IntegerQ/@Divide@@@Partition[#, 2, 1])&]!={}&] (* Giorgos Kalogeropoulos, Oct 22 2021 *)
proposed
editing
editing
proposed
The idea of for this sequence comes from the French site website Diophante (see link) where these numbers are called “tetraphile” or “4-phile”. A number that is not tetraphile is called "tetraphobe" or "4-phobe".
The smallest tetraphile number is 15 = 1 + 2 + 4 + 8 and the largest tetraphobe is 48, so this sequence is infinite since all every integer >= 49 is a term.
proposed
editing
editing
proposed
The smallest tetraphile number is 15 = 1 + 2 + 4 + 8 and the largest tetraphobe is 48, so, this sequence is infinite since all integer >= 49 is a term.
There exist 23 tetraphobe numbers.
As 34 33 = 1 + 2 + 6 + 24, 33 is another term.
proposed
editing
editing
proposed
If m is tetraphile, q* m, q > 1, is another tetraphile number.
Numbers equal to 1 + 2*triphile (A160811) are tetraphile, numbers, but there are other terms not of this form, as even terms.