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.
%I A317577 #19 Jan 12 2020 11:26:05 %S A317577 0,0,0,0,6,6,0,18,54,0,258,612,0,3570,8880,0,55764,142368,0,947946, %T A317577 2468844,0,17099808,45375498,0,323927184,871038570,0,6369199908, %U A317577 17312303760 %N A317577 Number of ways the set {1,2,...,n} can be split into three subsets X, Y, Z of equal sums, where the order of X, Y, Z matters. %C A317577 Constant term of Product_{k=1..n} (x^k+y^k+1/(x*y)^k). %H A317577 D. Andrica and O. Bagdasar, <a href="https://doi.org/10.1016/j.endm.2018.11.001">Some remarks on 3-partitions of multisets</a>, Electron. Notes Discrete Math., TCDM'18 (2018). %F A317577 a(n) = 6*A112972(n). %e A317577 For n = 1, 2, 3, 4, a(n) = 0, as n*(n+1)/2 is not divisible by 3. %e A317577 For n = 5, a(5) = 6, as {1,2,3,4,5} = {1,4}U{2,3}U{5} and there are 6 permutations. %e A317577 For n = 6, a(6) = 6, as {1,2,3,4,5,6} = {1,6}U{2,5}U{3,4} and there are 6 permutations. %Y A317577 Cf. A112972. %K A317577 nonn,easy %O A317577 1,5 %A A317577 _Ovidiu Bagdasar_, Jul 31 2018