login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A006777 Number of n-step spirals on hexagonal lattice.
(Formerly M1098)
2

%I M1098 #23 Apr 05 2022 08:22:43

%S 1,2,4,8,14,26,43,74,120,197,311,495,768,1189,1811,2748,4116,6136,

%T 9058,13299,19370,28069,40399,57856,82374,116736,164574,231007,322749,

%U 449089,622263,858935,1181048,1618209,2209299,3006273,4077285,5512650,7430440,9986147

%N Number of n-step spirals on hexagonal lattice.

%C The hexagonal lattice is the familiar 2-dimensional lattice in which each point has 6 neighbors. This is sometimes called the triangular lattice.

%C Corresponds to the Model II single spiral of Table 3 in Szekeres and Guttmann. In Model II every step of the walk consists of either continuing in the current direction or turning clockwise by 60 degrees (i.e., giving an obtuse angle on the path). Roughly speaking, a "single spiral" is a self-avoiding clockwise walk that cannot get stuck in a dead end. More precisely, let u(i) denote the length of the successive straight-line segment of the walk with u(0)=0. Then a walk with k straight line segments (note k <= n), is a single spiral if u(i-4) + u(i-3) < u(i-1) + u(i) for 4 <= i <= k. - _Sean A. Irvine_, Apr 05 2022

%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

%H Sean A. Irvine, <a href="https://github.com/archmageirvine/joeis/blob/master/src/irvine/oeis/a006/A006777.java">Java program</a> (github).

%H G. Nebe and N. J. A. Sloane, <a href="http://www.math.rwth-aachen.de/~Gabriele.Nebe/LATTICES/A2.html">Home page for hexagonal (or triangular) lattice A2</a>

%H G. Szekeres and A. J. Guttmann, <a href="https://doi.org/10.1088/0305-4470/20/2/033">Spiral self-avoiding walks on the triangular lattice</a>, J. Phys. A 20 (1987), 481-493.

%Y Cf. A309982, A006778.

%K nonn

%O 1,2

%A _N. J. A. Sloane_

%E More terms from _Sean A. Irvine_, Apr 04 2022

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 16 15:31 EDT 2024. Contains 375976 sequences. (Running on oeis4.)