OFFSET
0,1
FORMULA
For 0<n<=31 (n+1)(n+6)/2 For n>=31 34n-462 The formulas are identical when n=31 f(31)=592
EXAMPLE
For degree 2^0, there are 3 polygons of sides 3, 4 & 6.
For degree 2^1, there are 4 polygons of sides 5, 8, 10 & 12.
For degree 2^2 there are 5 (15, 16, 20, 24 & 30).
For n<=31, for degree 2^n, there are n+3 polygons.
For n>= 31 there are 34 polygons.
Assuming there are only 5 Fermat primes, this is the value of the sum 3+4+5+... up to 31 (and 32) terms, after which each term is 34.
CROSSREFS
KEYWORD
nonn
AUTHOR
Matthew Lehman, Jun 14 2008
STATUS
approved