A242088 Number of edges in the convex hull of a rigorous solution to Thomson's problem for n points.
0, 0, 1, 3, 6, 9, 12
Offset: 0
Examples
For n = 0 or 1 points, the convex hull is empty or a point, so there are no edges and a(0) = a(1) = 0.
Links
- Kevin Brown, Min-Energy Configurations of Electrons On A Sphere
- Eric Weisstein's MathWorld, Thomson Problem
- Wikipedia, Thomson problem
Formula
a(n) <= n(n-1)/2 = (n choose 2).
a(n) <= 3*n-6 = A008585(n-2) for n >= 3, since a solution to Thomson's problem gives a planar graph, which has 3*n-6 edges if it is maximal (see A008486 comments). - Jonathan Sondow, Mar 03 2018 answering a question by Joseph Wheat.
Comments