OFFSET
1,1
COMMENTS
The idea for this sequence comes from the French 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".
It is possible to generalize for "k-phile" or "k-phobe" numbers (see Crossrefs).
Some results:
The smallest tetraphile number is 15 = 1 + 2 + 4 + 8 and the largest tetraphobe is 48, so this sequence is infinite since every integer >= 49 is a term.
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.
There exist 23 tetraphobe numbers.
LINKS
Diophante, A496 - Pentaphiles et pentaphobes (in French).
EXAMPLE
As 22 = 1 + 3 + 6 + 12, 22 is a term.
As 33 = 1 + 2 + 6 + 24, 33 is another term.
MATHEMATICA
Select[Range@92, Select[Select[IntegerPartitions[#, {4}], Length@Union@#==4&], And@@(IntegerQ/@Divide@@@Partition[#, 2, 1])&]!={}&] (* Giorgos Kalogeropoulos, Oct 22 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Bernard Schott, Oct 21 2021
STATUS
approved