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 M1206 N0465 #34 Aug 23 2016 12:24:53
%S 1,1,2,4,10,24,66,176,493,1362,3821,10660,29864,83329,232702,648182,
%T 1804901,5015725,13931755,38635673,107090666,296449133,820271143,
%U 2267225157,6264244414,17291930470
%N Number of different shapes formed by bending a piece of wire of length n in the plane.
%C The wire is marked into n equal segments by n-1 marks, is bent at right angles at each of one or more of these points, making each segment parallel to one of two rectangular axes. (Stays in plane, bends are of 0 or +-90 degs.) May cross itself but is not self-coincident over a finite length.
%C A trail is a path which may cross itself but does not reuse an edge. This sequence counts undirected trails on the square lattice up to rotation and reflection. Directed trails are counted by A006817.
%C Much less is known about the three-dimensional problem.
%D N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
%D N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%H R. M. Foster, <a href="http://www.jstor.org/stable/2301339">Solution to Problem E185</a>, Amer. Math. Monthly, 44 (1937), 50-51.
%H R. M. Foster, <a href="/A001997/a001997.pdf">Solution to Problem E185</a>, Amer. Math. Monthly, 44 (1937), 50-51. [Annotated scanned copy]
%H Jessica Gonzalez, <a href="/A001997/a001997.png">Illustration of a(4)=10</a>
%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/Self-AvoidingWalk.html">Self-avoiding walk.</a>
%H <a href="/index/Fo#fold">Index entries for sequences obtained by enumerating foldings</a>
%e ._. ._._._. Here are the
%e |_. . ._. . 4 solutions
%e ._._| . |_. when n=3 (described by 00, RR, 0L, RL).
%e The 24 solutions for n=5 are 0000, 000R, 00R0, 00RR, 00RL, L00L, L00R, 0R0R, 0R0L, 0RR0, 0RL0, 0LRL, 0LRR, 0LLR, 0LLL, R0LR, R0LL, R0RL, R0RR, LRLR, LRLL, LRLR, LRRR, LLRR.
%Y The total number of different shapes (including those shapes where the wire is self-coincident over a finite path) is given by A001998.
%Y Cf. A006817.
%K nonn,more,nice,walk
%O 0,3
%A _N. J. A. Sloane_.
%E More terms from _David W. Wilson_, Jul 18 2001