OFFSET
1,8
COMMENTS
More informally:
- the "scalar product" constraint means that the points P(1), ..., P(n-2) are all on the left side of the fixed vector (P(n-1), P(n)),
- the "dot product" constraint means the angle of the vectors (P(n-2), P(n-1)) and (P(n-1), P(n)) is maximized.
See A292470 for the Y-coordinate of P(n).
The points of sequence P spin around the origin, and the segments joining consecutive points of P do not intersect (except at the common endpoint of two consecutive segments); these properties are the original motivations for this sequence.
LINKS
Rémy Sigrist, Table of n, a(n) for n = 1..1000
Rémy Sigrist, Representation of the first hundred points of P, with consecutive points joined by a segment
Rémy Sigrist, Representation of the first 500 points of P, with consecutive points joined by a segment
Rémy Sigrist, C++ program for A292469
Wikipedia, Cross product
Wikipedia, Dot product
EXAMPLE
See representation of the first hundred points of P in Links section.
PROG
(C++) See Links section.
CROSSREFS
KEYWORD
sign,look
AUTHOR
Rémy Sigrist, Sep 17 2017
STATUS
approved