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.

A047729 Number of score sequences in tournament with n players, when 3 points are awarded in each game.

This page as a plain text file.
%I A047729 #23 Jul 08 2023 19:24:37
%S A047729 1,2,8,37,198,1178,7548,50944,357855,2595250,19313372,146815503,
%T A047729 1136158495,8927025989,71065654235,572215412354,4653746621835,
%U A047729 38184724333615,315792633485360,2630183440412617,22046522161472304
%N A047729 Number of score sequences in tournament with n players, when 3 points are awarded in each game.
%D A047729 P. A. MacMahon, Chess tournaments and the like treated by the calculus of symmetric functions, Coll. Papers I, MIT Press, 344-375.
%H A047729 Qihao Ye, <a href="/A047729/b047729.txt">Table of n, a(n) for n = 1..1032</a>
%H A047729 C. Bebeacua, T. Mansour, A. Postnikov and S. Severini, <a href="https://arxiv.org/abs/math/0506334">On the X-rays of permutations</a>, arXiv:math/0506334 [math.CO], 2005.
%H A047729 <a href="/index/To#tournament">Index entries for sequences related to tournaments</a>
%F A047729 Nonnegative integer points (p_1, p_2, ..., p_n) in polytope p_0=p_{n+1}=0, 2p_i -(p_{i+1}+p_{i-1}) <= 3, p_i >= 0, i=1, ..., n.
%Y A047729 Cf. A000571, A007747.
%K A047729 nonn
%O A047729 1,2
%A A047729 _David W. Wilson_