A380650 The largest number which is a linear combination of the divisors of n with nonnegative integer coefficients such that no linear combination with smaller nonnegative integer coefficients is equal to n.
0, 1, 2, 3, 4, 7, 6, 7, 8, 13, 10, 17, 12, 19, 22, 15, 16, 25, 18, 31, 32, 31, 22, 37, 24, 37, 26, 45, 28, 60, 30, 31, 52, 49, 58, 59, 36, 55, 62, 67, 40, 85, 42, 73, 76, 67, 46, 77, 48, 73, 82, 87, 52, 79, 94, 97, 92, 85, 58
Offset: 1
Keywords
Examples
For n = 12, the largest sum is 17 = 0*1 + 0*2 + 1*3 + 2*4 + 1*6 = 0*1 + 0*2 + 3*3 + 2*4 + 0*6. For n = 30, the largest sum is 60 = 1*1 + 0*2 + 0*3 + 0*5 + 4*6 + 2*10 + 1*15.
Comments