OFFSET
1,1
COMMENTS
One point only is an impossible score in American football. But with the safety 2 and the field goal 3, we can construct the set of integers greater than 1.
We can prove this by noting that if a score is even, we can build it with a series of safeties. Of course the other allowed scorings of 3, 6, and 1 after a touchdown could also be used. Now if a score is odd it is of the form 2k + 3. So for any odd number 2m + 1, we subtract 3 (or 1 field goal) from it to make it even and divide by 2 to get the number of safeties we need to add back to the field goal. Symbolically, let the odd number be 2m + 1. Then, (2m+1 - 3)/2 = m - 1 safeties are needed. Add this to 3 and you will have the number.
For example, say we want a score of 99. 99 = 2m + 1 and m = 49. So m - 1 = 48 safeties + 1 field goal = 99 points. From the first statement that 1 is an impossible score, it follows that there are infinitely many impossible scores in football, i.e., (1, 0), (1, 1), (1, 2), (1, 3), ...
Moreover, this restriction greatly influences the outcome of the ending digits for match up to the 100 square game cards that are floating around throughout the world before the Super Bowl game.
LINKS
Tanya Khovanova, Non Recursions
EXAMPLE
A safety or 2 points is the minimum possible score at the end of a game. So if two teams score one safety each, the sum of their scores will be 4. The next number, 5, is a safety for one team and a field goal for the other.
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Cino Hilliard, Feb 03 2006
EXTENSIONS
Comments and example edited by Jon E. Schoenfield, Sep 20 2013
STATUS
approved