A127399
Number of segments of the longest possible zigzag paths fitting into a circle of diameter 2 if the path with index n is constructed according to the rules of the "Snakes on a Plane" problem of Al Zimmermann's programming contest.
Original entry on oeis.org
2, 6, 4, 6, 7, 7, 8, 11, 9, 11, 12, 14, 13, 17, 16, 19, 20, 20, 23, 23, 23, 27, 27, 28, 29
Offset: 2
A127400
Number of segments of the longest possible zigzag paths fitting into a circle of diameter 3 if the path with index n is constructed according to the rules of the "Snakes on a Plane" problem of Al Zimmermann's programming contest.
Original entry on oeis.org
6, 8, 17, 10, 20, 22, 27, 23, 34, 33, 51, 44, 52
Offset: 3
- Contest Organizers, Snakes on a plane.. Rules for the Fall 2006 round of Al Zimmermann's Programming Contests.
- Contest Organizers, Al Zimmermann's Programming Contests - Snakes on a Plane
- Hugo Pfoertner, Submitted Zigzag Paths Sorted by Problem Class. Contest results.
- Hugo Pfoertner, Longest snake for n=13
- Hugo Pfoertner, Longest snake for n=14
- Hugo Pfoertner, Longest snake for n=15, first possible configuration.
- Hugo Pfoertner, Longest snake for n=15, second possible configuration.
- Hugo Pfoertner, Longest known snake for n=16, conjectured unique solution.
A346123
Numbers m such that no self-avoiding walk of length m + 1 on the honeycomb net fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 2, 6, 7, 10, 12, 13, 14, 15, 16, 23, 24, 25, 27, 28, 30, 33, 36, 37, 38, 42, 43, 46, 53, 54, 55, 56, 58, 59, 62
Offset: 1
Illustration of initial terms:
%%% %%% %%%
% %
% %
% % % /%
% % % a(2) = 2 / %
%__________% % / %
% L = 1 % % / %
% D = 1 % % L = 2, D = 1.732 / %
% % % / %
% / Pi/3 %
a(1) = 1 %-------------- . . . .%
% %
% %
%%% %%% %%%
.
%%% %%%% %%% %%% %%%% %%%
% % % %
% % % \ %
% % % \ %
% % % \ %
% % % \ %
% % % \ %
%. L = 3, D = 2.00 .% %. L = 4, D = 2.00 .%
% \ / % % \ / %
% \ / % % \ / %
% \ / % % \ / %
% \ / % % \ / %
% ---------------- % % ---------------- %
%%% %%% %%% %%% %%% %%%
.
%%% %%% %%% %%% %%% %%%
% ______________ % % ______________ %
% \ % % / \ %
% \ % % / \ %
% \ % % / \ %
% \ % % / a(3) = 6 \ %
% \ % % / \ %
%. L = 5, D = 2.00 .% %. L = 6, D = 2.00 .%
% \ / % % \ / %
% \ / % % \ / %
% \ / % % \ / %
% \ / % % \ / %
% ---------------- % % ---------------- %
%%% %%%% %%% %%% %%%% %%%
.
The path of minimum diameter of length 7 requires an enclosing circle of D = 3.055, which is greater than the previous minimum diameter of D = 2.00 corresponding to a(3) = 6. No path of length 8 exists that fits into a circle of D = 3.055, thus a(4) = 7.
See link for illustrations of terms corresponding to diameters D <= 9.85.
Cf.
A346124-
A346132 similar to this sequence with other sets of turning angles.
A346132
Numbers m such that no self-avoiding walk that can make turns from the set 0, +-Pi/6, +-2*Pi/6, +-3*Pi/6, +-4*Pi/6, +-5*Pi/6, of length m + 1 fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 21, 22, 23, 24, 25, 26, 29, 30, 32, 33, 34, 35, 36, 37, 41
Offset: 1
See link for illustrations of terms corresponding to diameters D < 3.23.
Cf.
A346123-
A346131 similar to this sequence with other sets of turning angles.
A322831
Average path length to self-trapping, rounded to nearest integer, of self-avoiding two-dimensional random walks using unit steps and direction changes from the set Pi*(2*k/n - 1), k = 1..n-1.
Original entry on oeis.org
71, 71, 40, 77, 45, 51, 42, 56, 49, 51, 48, 54
Offset: 3
- S. Hemmer, P. C. Hemmer, An average self-avoiding random walk on the square lattice lasts 71 steps, J. Chem. Phys. 81, 584 (1984)
- Hugo Pfoertner, Examples of self-trapping random walks.
- Hugo Pfoertner, Probability density for the number of steps before trapping occurs, 2018.
- Hugo Pfoertner, Results for the 2D Self-Trapping Random Walk.
- Alexander Renner, Self avoiding walks and lattice polymers, Diplomarbeit, Universität Wien, December 1994.
Cf.
A001668,
A001411,
A001334,
A077482,
A306175,
A306177,
A306178,
A306179,
A306180,
A306181,
A306182.
Cf.
A122223,
A122224,
A122226,
A127399,
A127400,
A127401,
A300665,
A323141,
A323560,
A323562,
A323699.
A346124
Numbers m such that no self-avoiding walk of length m + 1 on the square lattice fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 4, 6, 8, 12, 14, 15, 16, 18, 20, 21, 23, 24, 25, 26, 27, 28, 32, 34, 36, 38, 44, 46, 48, 52, 56, 58, 60
Offset: 1
See link for illustrations of terms corresponding to diameters D < 8.5.
The squared radii of the enclosing circles are a subset of
A192493/
A192494.
Cf.
A346123-
A346132 similar to this sequence with other sets of turning angles.
A346126
Numbers m such that no self-avoiding walk of length m + 1 on the hexagonal lattice fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 3, 4, 7, 8, 9, 10, 12, 14, 15, 16, 19, 20, 22, 23, 24, 25, 27, 31, 32, 34, 37, 38, 39, 40, 42, 43, 44, 45, 48, 49, 55, 56, 57, 58, 60, 61
Offset: 1
See link for illustrations of terms corresponding to diameters D <= 8.
Cf.
A346123 (similar to this sequence, but for honeycomb net),
A346124 (ditto for square lattice).
A346125
Numbers m such that no self-avoiding walk that can make turns from the set +-Pi/5, +-3*Pi/5, of length m + 1 fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 3, 5, 6, 7, 9, 11, 12, 14, 15, 17, 19, 25, 27, 28, 31, 32, 33, 34, 35, 37, 38, 39, 42, 43, 44, 45, 46, 48, 49, 50, 51, 52, 53, 54, 57, 59
Offset: 1
See link for illustrations of terms corresponding to diameters D < 5.114.
Cf.
A346123-
A346132 similar to this sequence with other sets of turning angles.
A346127
Numbers m such that no self-avoiding walk that can make turns from the set +-Pi/7, +-3*Pi/7, +-5*Pi/7, of length m + 1 fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 2, 3, 5, 7, 8, 9, 10, 11, 12, 14, 15, 16, 17, 18, 19, 20, 21, 23, 24, 25, 26, 28, 29, 30, 31, 35, 37, 38, 39, 40, 41, 42, 43, 45, 47, 48
Offset: 1
See link for illustrations of terms corresponding to diameters D < 4.126.
Cf.
A346123-
A346132 similar to this sequence with other sets of turning angles.
A346131
Numbers m such that no self-avoiding walk that can make turns from the set +-Pi/11, +-3*Pi/11, +-5*Pi/11, +-7*Pi/11, +-9*Pi/11, of length m + 1 fits into the smallest circle that can enclose a walk of length m.
Original entry on oeis.org
1, 2, 3, 4, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 22, 23, 24, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 41
Offset: 1
See link for illustrations of terms corresponding to diameters D < 3.53.
Cf.
A346123-
A346132 similar to this sequence with other sets of turning angles.
Showing 1-10 of 13 results.
Comments