Original entry on oeis.org
1, 2, 4, 7, 12, 18, 26, 35, 45, 56, 73, 86, 107, 128, 152, 178, 200, 217, 247, 284, 334, 357, 373, 426, 481, 493, 554, 586
Offset: 1
- Thomas Bloom, Problem 30, Problem 43, Problem 155, and Problem 861, Erdős Problems.
- Isaac Mammel, William Smith, and Carl Yerger, Ramsey Theory on the Integer Grid: The "L" Problem, arXiv:2502.05162 [math.CO], 2025. See p. 12.
- Terence Tao, Erdős problem database, see nos. 30, 43, 155, 861.
A259544
Minimum greatest integer in a set of n positive integers whose nonempty subsets all have distinct arithmetic means.
Original entry on oeis.org
1, 2, 4, 7, 16, 32, 75, 169, 396
Offset: 1
The 15 averages of 1 to 4 elements in the set {1, 2, 5, 7} (or alternately {1, 3, 6, 7}) are all different, so a(4) <= 7. There are no such sets of 4 positive integers with all members less than 7, so in fact a(4) = 7.
The set providing the last term at present in the sequence, viz. 396 = a(9), is {1, 13, 21, 51, 151, 327, 336, 342, 396} (or, by symmetry, {1, 55, 61, 70, 246, 346, 376, 384, 396}).
- Javier Múgica, medias.c. A program for finding a(n). medias10.c. The same as the previous program, except that set up for checking a particular value for 10-element different average sets.
A227358
Length of shortest Golomb-like (for sums of triples) ruler with n marks.
Original entry on oeis.org
0, 1, 4, 11, 23, 45, 82, 129, 208, 309
Offset: 1
a(4) = 11 because 0-1-7-11 (0-4-10-11) and 0-1-8-11 (0-3-10-11) have all (6 choose 3)=20 distinct triple sums and there is no 0=b0<b1<b2<b3<11 with distinct triple sums.
A227589
Maximum label within a minimal labeling of n identical 4-sided dice yielding the most possible sums.
Original entry on oeis.org
1, 4, 7, 12, 16, 23, 29, 38, 46, 57, 67, 80, 92, 107, 121, 138, 154, 173, 191, 212, 232
Offset: 0
Three tetrahedra labeled (1, 2, 8, 12) yield the 20 possible sums 3, 4, 5, 6, 10, 11, 12, 14, 15, 16, 17, 18, 21, 22, 24, 25, 26, 28, 32, 36. No more sums can be obtained by different labelings, and no labeling with labels < 12 yields 20 possible sums. Therefore a(3) = 12.
Showing 1-4 of 4 results.
Comments