OFFSET
1,3
COMMENTS
The convex layers of a point set are obtained by finding the convex hull, removing its vertices, and continuing recursively with the remaining points.
As can be seen in the subsequence 122, 129, 129, 135, the nonzero differences of consecutive sequence values do not grow monotonically.
LINKS
S. Har-Peled and B. Lidicky, Peeling the grid, arXiv:1302.3200 [cs.DM], 2013.
S. Har-Peled and B. Lidicky, Peeling the Grid, SIAM J. Discrete Math., Vol. 27, No. 2 (2013), 650-655.
FORMULA
For every n, a(2n) = a(2n-1).
As Har-Peled and Lidicky (2013) proved, this sequence grows proportionally to n^{4/3}.
EXAMPLE
For n=3, the a(3)=3 convex layers of a 3 X 3 grid are (1) the four corner points, (2) the four side midpoints, and (3) the center point.
CROSSREFS
KEYWORD
nonn
AUTHOR
David Eppstein, Aug 15 2017
STATUS
approved