Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #21 Aug 13 2020 14:02:28
%S 17,20,22,27,23,34,33
%N Length of longest possible 120-degree snake that fits in a circle of diameter n.
%C A snake is a sequence of unit line segments that are non-overlapping except that each one begins where the previous one ends. A snake of degree n is a snake all of whose angles with the horizontal are multiples of n.
%C These solutions have been found by experimentation and have not been proved to be maximal.
%H Erich Friedman, <a href="https://erich-friedman.github.io/mathmagic/0503.html">Problem of the month May 2003</a>
%K nonn,more
%O 5,1
%A _Kausthub Gudipati_, Oct 04 2011