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.

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

This page as a plain text file.
%I A047737 #14 Jul 08 2023 19:23:54
%S A047737 1,6,61,846,13771,248623,4816659,98277943,2086173336,45688601782,
%T A047737 1026218795502,23536101285148,549336702455778,13014352354398322,
%U A047737 312313455482385108,7579157833713922471
%N A047737 Number of score sequences in tournament with n players, when 10 points are awarded in each game.
%H A047737 Qihao Ye, <a href="/A047737/b047737.txt">Table of n, a(n) for n = 1..692</a>
%F A047737 Nonnegative integer points (p_1, p_2, ..., p_n) in polytope p_0 = p_{n+1} = 0, 2*p_i - (p_{i+1} + p_{i-1}) <= 10, p_i >= 0, i = 1..n.
%Y A047737 Cf. A000571, A007747, A047729, A047730, A047731.
%K A047737 nonn
%O A047737 1,2
%A A047737 _David W. Wilson_