A226088 a(n) is the number of the distinct quadrilaterals in a regular n-gon, which Q3 type are excluded.
0, 1, 1, 3, 4, 8, 10, 15, 19, 26, 31, 39, 46, 56, 64, 75, 85, 98, 109, 123, 136, 152, 166, 183, 199, 218
Offset: 3
Examples
For a pentagon, there are 5 quadrilaterals which are the same size and shape. Therefore a(5) = 1.
Links
- Kival Ngaokrajang, The distinct quadrilaterals for n = 4..9
- Kival Ngaokrajang, The distinct quadrilaterals for n = 10
- Kival Ngaokrajang, Q1 & Q2 for n = 23
- Kival Ngaokrajang, Q3 for n = 23
Crossrefs
Formula
Empirical g.f.: -x^4*(x^2-x+1)^2*(x^2+x+1) / ((x-1)^3*(x+1)*(x^2+1)). - Colin Barker, Oct 31 2013
Comments