A064422 Football league numbers: the possible point series for a league of n teams playing each other twice where for each match 3 points are awarded to the winning team and 1 to each in the case of a tie.
1, 4, 40, 748, 13744, 238568, 4054190
Offset: 1
Examples
For 2 teams there are 4 possible outcomes: [0, 6], [1, 4], [2, 2] and [3, 3], so a(2) = 4.
Extensions
a(6)-a(7) from Lorand Lucz, Mar 09 2012
Comments