cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A231085 The number of possible ways to arrange the sums x_i + x_j (1 <= i < j <= n) of the items x_1 < x_2 <...< x_n in increasing order provided that all sums are different.

This page as a plain text file.
%I A231085 #34 Apr 03 2024 03:08:15
%S A231085 1,1,1,1,2,12,168,4680
%N A231085 The number of possible ways to arrange the sums x_i + x_j (1 <= i < j <= n) of the items x_1 < x_2 <...< x_n in increasing order provided that all sums are different.
%C A231085 For n<=5, a(n) = A231074(n), but for n>5, a(n) < A231074(n). For instance, let n = 6 and a < b < c < d < e < f. Then the arrangement a+b <= a+c <= a+d <= a+e <= b+c <= b+d <= a+f <= b+e <= b+f <= c+d <= c+e <= c+f <= d+e <= d+f <= e+f is possible (e.g., for a = 1, b = 5, c = 9, d = 12, e=13, f = 16), while the same arrangement with "<" instead of "<=" is not possible.
%H A231085 Arseniy Akopyan et al., <a href="https://mathoverflow.net/q/186515">Number of orders of k-sums of n numbers</a>, MathOverflow, 2014.
%H A231085 Vladimir Letsko, <a href="http://www-old.fizmat.vspu.ru/doku.php?id=marathon:problem_183">Mathematical Marathon, Problem 183</a> (in Russian)
%e A231085 Let a < b < c < d. There are two possible ways to arrange the sums in increasing order:
%e A231085 1) a+b < a+c < a+d < b+c < b+d < c+d, (for instance, a = 1, b = 3, c = 4, d = 5);
%e A231085 2) a+b < a+c < b+c < a+d < b+d < c+d, (for instance, a = 1, b = 2, c = 3, d = 5).
%e A231085 Hence a(4) = 2.
%Y A231085 Cf. A231074, A003121, A237749
%K A231085 nonn,more
%O A231085 0,5
%A A231085 _Vladimir Letsko_, Nov 03 2013
%E A231085 a(7) from _Anton Nikonov_, Feb 07 2014
%E A231085 Edited and a(0)=1 prepended by _Max Alekseyev_, Feb 19 2014
%E A231085 a(7) corrected by _Max Alekseyev_, Apr 02 2024