OFFSET
1,1
COMMENTS
The idea for this sequence comes from the French website Diophante (see link) where these numbers are called “pentaphile” or “5-phile”. A number that is not pentaphile is called “pentaphobe” or “5-phobe”.
It is possible to generalize for “k-phile” or “k-phobe” numbers (see Crossrefs).
Some results:
The smallest pentaphile number is 31 = 1 + 2 + 4 + 8 + 16 and the largest pentaphobe number is 240, so, this sequence is infinite since all integers >= 241 are terms.
Every term m = r * (1+s*t) with r > 0, s > 1 and t is a tetraphile number (A348517).
Odd numbers equal to 1 + 2*t where t is tetraphile (A348517) are pentaphile numbers, so odd numbers >= 99 are pentaphile.
If m is pentaphile, q* m, q > 1, is another pentaphile number.
There exist 68 pentaphobe numbers.
LINKS
Diophante, A496 - Pentaphiles et pentaphobes (in French).
EXAMPLE
As 43 = 1 + 2 + 4 + 12 + 24, 43 is a term.
As 89 = 1 + 4 + 12 + 24 + 48, 89 is another term.
MATHEMATICA
Select[Range@100, Select[Select[IntegerPartitions[#, {5}], Length@Union@#==5&], And@@(IntegerQ/@Divide@@@Partition[#, 2, 1])&]!={}&] (* Giorgos Kalogeropoulos, Oct 22 2021 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
Bernard Schott, Oct 21 2021
STATUS
approved