A337747 Maximal number of 4-point circles passing through n points on a plane.
0, 0, 0, 1, 1, 3, 6, 12, 14, 22, 30, 45
Offset: 1
Examples
See examples in links.
Links
- Zhao Hui Du, Source code and running data to show there are at most 30 circles for 11 trees.
- Zhao Hui Du, A group of solutions with 30 circles for 11 trees.
- Zhao Hui Du, Geogebra dynamic graph for a group of solution to 12 trees 45 circles (4 trees per circle).
- Zhao Hui Du, Best known solution for 14 trees (73 circles), removing point I from the solution to form a solution with 13 trees and 53 circles so that a(13) >= 53, a(14) >= 73.
- Zhao Hui Du, Graph for 14 trees 73 circles (all black circles have same patterns as that in that in two co-center regular polygons (Paul Panzer's solution) while red circles are those extra circles).
- Zhao Hui Du, Graph for 16 trees with 120 circles.
- Zhao Hui Du, Geogebra graph for 16 trees with 120 circles (parameter d and m could be any real value and point PP could be moving too), removing any tree to form 15 trees with 90 circles so that a[15]>=90, a[16]>=120.
- Zhao Hui Du, Chinese webpage to show that the number of 4 points circle through the n points in ellipse could be transformed to the number to pick 4 different numbers k1,k2,k3,k4 from 1 to n so that n|2+k1+k2+k3+k4, which is equal to A008610(n-4).
- Dmitry Kamenetsky, Best known solutions for n <= 13.
- Dmitry Kamenetsky, Orchard planting problem, Puzzling StackExchange, August 2020.
- Dmitry Kamenetsky, General orchard planting problem, Puzzling StackExchange, September 2020.
Extensions
a(11) from Zhao Hui Du, Nov 22 2022
a(12) from Zhao Hui Du, Dec 01 2022
Comments