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.

User: Lorand Lucz

Lorand Lucz's wiki page.

Lorand Lucz has authored 1 sequences.

A209467 Football league numbers with distinct point totals 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.

Original entry on oeis.org

1, 2, 25, 408, 6272, 91640, 1316363
Offset: 1

Author

Lorand Lucz, Mar 09 2012

Keywords

Examples

			For n=2 the possible outcomes are [0,6] and [1,4], so a(2)=2.  The other possible outcomes [2,2] and [3,3] do not have distinct point totals.
		

Crossrefs

A064422 allows teams to have the same point total.