Take an integer, say 6.
Then make a number that is a combination of multiples of 6. Example:
36 72 18 12 24 72 90
The assertion is 36,721,812,247,290 is divisible by 6. And indeed it is (quotient: 6,120,302,041,215).
I haven't been able to disprove this with trial and error. Every number I use works.
Using 236 as base and 1,180 | 944 | 4,720 as multiples of 236, you get:
11,809,444,720 / 236 = 50,040,020
94,411,804,720 / 236 = 400,050,020
47,209,441,180 / 236 = 200,040,005
Is this expressing some trivial math property (like commutative property)? Is it provable? Is there a name for this?