OFFSET
0,2
COMMENTS
The convex hull of a finite point set in dimension 2, say S, forms a convex polygon whose vertices are in S.
For any n >= 0, A000328(n) gives the number of elements of the set of points of norm <= n^2 in square lattice.
For symmetry reasons, a(n) is a multiple of 4 for any n > 0.
LINKS
Rémy Sigrist, C++ program for A292276
Rémy Sigrist, Illustration of the convex hulls for n=0..10
Wikipedia, Convex hull of a finite point set
EXAMPLE
See Links section.
PROG
(C++) See Links section.
CROSSREFS
KEYWORD
nonn
AUTHOR
Rémy Sigrist, Sep 13 2017
STATUS
approved