cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-10 of 13 results. Next

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

Views

Author

Hugo Pfoertner, Jan 12 2007

Keywords

Comments

The extension of the contest problem to larger sets of hinge angles was proposed by James R. Buddenhagen. A link to the contest rules is given in A127400. Results up to n=32 were found by Markus Sigg. Known lower bounds for the next terms are a(27)>=29, a(28)>=32, a(29)>=34, a(30)>=34, a(31)>=34, a(32)>=39.

Crossrefs

Cf. A127400 [solutions for container diameter 3], A127401 [solutions for container diameter 4], A122223, A122224, A122226 [solutions for hinge angles excluded from contest].

A127401 Number of segments of the longest possible zigzag paths fitting into a circle of diameter 4 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

12, 14, 33, 19, 43, 44, 59, 50
Offset: 3

Views

Author

Hugo Pfoertner, Jan 12 2007

Keywords

Comments

Links to the contest rules and to visualizations of the results are given in A127400. Known lower bounds for the next terms are a(10)>=50, a(11)>=77, a(12)>=71. [updated by Hugo Pfoertner, May 21 2011]

Crossrefs

Cf. A127399 [solutions for container diameter 2], A127400 [solutions for container diameter 3], A122223, A122224, A122226 [solutions for hinge angles excluded from contest].

Extensions

a(10) from Hugo Pfoertner, Nov 01 2020

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

Views

Author

Hugo Pfoertner, Jul 05 2021

Keywords

Comments

The segments of the walk can make relative turns of +- 60 degrees. The walks may be open or closed.

Examples

			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.
		

Crossrefs

Cf. A346124-A346132 similar to this sequence with other sets of turning angles.

Formula

a(n+1) >= a(n) + 1 for n > 1; a(1) = 1.

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

Views

Author

Hugo Pfoertner and Markus Sigg, Jul 21 2021

Keywords

Comments

Closed walks are allowed (see A316192). The only known closed walks that fit into a smaller enclosing circle than any open walk of the same length occur for lengths 3 and 5.

Examples

			See link for illustrations of terms corresponding to diameters D < 3.23.
		

Crossrefs

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

Views

Author

Hugo Pfoertner, Dec 27 2018

Keywords

Comments

The cases n = 3, 4, and 6 correspond to the usual self-avoiding random walks on the honeycomb net, the square lattice, and the hexagonal lattice, respectively. The other cases n = 5, 7, ... are a generalization using self-avoiding rooted walks similar to those defined in A306175, A306177, ..., A306182. The walk is trapped if it cannot be continued without either hitting an already visited (lattice) point or crossing or touching any straight line connecting successively visited points on the path up to the current point.
The result 71 for n=4 was established in 1984 by Hemmer & Hemmer.
The sequence data are based on the following results of at least 10^9 simulated random walks for each n <= 12, with an uncertainty of +- 0.004 for the average walk length:
n length
3 71.132
4 70.760 (+-0.001)
5 40.375
6 77.150
7 45.297
8 51.150
9 42.049
10 56.189
11 48.523
12 51.486
13 47.9 (+-0.2)
14 53.9 (+-0.2)

Crossrefs

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

Views

Author

Hugo Pfoertner and Markus Sigg, Jul 30 2021

Keywords

Comments

Closed walks are allowed.

Examples

			See link for illustrations of terms corresponding to diameters D < 8.5.
		

Crossrefs

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

Views

Author

Hugo Pfoertner and Markus Sigg, Jul 31 2021

Keywords

Comments

Open and closed walks are allowed. It is conjectured that all optimal paths are closed except for the trivial path of length 1. See the related conjecture in A122226.

Examples

			See link for illustrations of terms corresponding to diameters D <= 8.
		

Crossrefs

Cf. A346123 (similar to this sequence, but for honeycomb net), A346124 (ditto for square lattice).
Cf. A346125, A346127-A346132 (similar to this sequence, but with other sets of turning angles).

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

Views

Author

Hugo Pfoertner and Markus Sigg, Jul 31 2021

Keywords

Comments

Although closed walks (see A316195) would be allowed, no closed walk that fits into a smaller enclosing circle than any open walk of the same length is known.

Examples

			See link for illustrations of terms corresponding to diameters D < 5.114.
		

Crossrefs

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

Views

Author

Hugo Pfoertner and Markus Sigg, Aug 01 2021

Keywords

Comments

Although closed walks (see A316197) would be allowed, no closed walk that fits into a smaller enclosing circle than any open walk of the same length is known.

Examples

			See link for illustrations of terms corresponding to diameters D < 4.126.
		

Crossrefs

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

Views

Author

Hugo Pfoertner and Markus Sigg, Aug 01 2021

Keywords

Comments

Although closed walks (see A316201) would be allowed, no closed walk that fits into a smaller enclosing circle than any open walk of the same length is known.

Examples

			See link for illustrations of terms corresponding to diameters D < 3.53.
		

Crossrefs

Cf. A346123-A346132 similar to this sequence with other sets of turning angles.
Showing 1-10 of 13 results. Next