HOME

TheInfoList



OR:

In
mathematics Mathematics is an area of knowledge that includes the topics of numbers, formulas and related structures, shapes and the spaces in which they are contained, and quantities and their changes. These topics are represented in modern mathematics ...
the regular paperfolding sequence, also known as the
dragon curve A dragon curve is any member of a family of self-similar fractal curves, which can be approximated by recursive methods such as Lindenmayer systems. The dragon curve is probably most commonly thought of as the shape that is generated from repe ...
sequence, is an infinite sequence of 0s and 1s. It is obtained from the repeating partial sequence by filling in the question marks by another copy of the whole sequence. The first few terms of the resulting sequence are: If a strip of paper is folded repeatedly in half in the same direction, i times, it will get 2^i-1 folds, whose direction (left or right) is given by the pattern of 0's and 1's in the first 2^i-1 terms of the regular paperfolding sequence. Opening out each fold to create a right-angled corner (or, equivalently, making a sequence of left and right turns through a regular grid, following the pattern of the paperfolding sequence) produces a sequence of
polygonal chain In geometry, a polygonal chain is a connected series of line segments. More formally, a polygonal chain is a curve specified by a sequence of points (A_1, A_2, \dots, A_n) called its vertices. The curve itself consists of the line segments co ...
s that approaches the
dragon curve A dragon curve is any member of a family of self-similar fractal curves, which can be approximated by recursive methods such as Lindenmayer systems. The dragon curve is probably most commonly thought of as the shape that is generated from repe ...
fractal:


Properties

The value of any given term t_n in the regular paperfolding sequence, starting with n=1, can be found recursively as follows. Divide n by two, as many times as possible, to get a factorization of the form n=m\cdot 2^k where m is an
odd number In mathematics, parity is the property of an integer of whether it is even or odd. An integer is even if it is a multiple of two, and odd if it is not.. For example, −4, 0, 82 are even because \begin -2 \cdot 2 &= -4 \\ 0 \cdot 2 &= 0 \\ 41 ...
. Then t_n = \begin 1 & \text m \equiv 1 \mod 4 \\ 0 & \text m \equiv 3 \mod 4 \end Thus, for instance, t_=t_3=0: dividing 12 by two, twice, leaves the odd number 3. As another example, t_=1 because 13 is congruent to 1 mod 4. The paperfolding word 1101100111001001..., which is created by concatenating the terms of the regular paperfolding sequence, is a fixed point of the morphism or
string substitution In computer science, in the area of formal language theory, frequent use is made of a variety of string functions; however, the notation used is different from that used for computer programming, and some commonly used functions in the theoretical ...
rules :11 → 1101 :01 → 1001 :10 → 1100 :00 → 1000 as follows: :11 → 1101 → 11011001 → 1101100111001001 → 11011001110010011101100011001001 ... It can be seen from the morphism rules that the paperfolding word contains at most three consecutive 0s and at most three consecutive 1s. The paperfolding sequence also satisfies the symmetry relation: :t_n = \begin 1 & \text n = 2^k \\ 1-t_ & \text 2^ which shows that the paperfolding word can be constructed as the limit of another iterated process as follows: :1 :1 1 0 :110 1 100 :1101100 1 1100100 :110110011100100 1 110110001100100 In each iteration of this process, a 1 is placed at the end of the previous iteration's string, then this string is repeated in reverse order, replacing 0 by 1 and vice versa.


Generating function

The
generating function In mathematics, a generating function is a way of encoding an infinite sequence of numbers () by treating them as the coefficients of a formal power series. This series is called the generating function of the sequence. Unlike an ordinary seri ...
of the paperfolding sequence is given by :G(t_n;x)=\sum_^t_nx^n \, . From the construction of the paperfolding sequence, it can be seen that ''G'' satisfies the functional relation :G(t_n;x) = G(t_n;x^2) + \sum_^x^ = G(t_n;x^2) + \frac \, .


Paperfolding constant

Substituting into the generating function gives a real number between and whose binary expansion is the paperfolding word :G(t_n;\frac)=\sum_^ \frac This number is known as the paperfolding constant and has the value :\sum_^ \frac = 0.85073618820186...


General paperfolding sequence

The regular paperfolding sequence corresponds to folding a strip of paper consistently in the same direction. If we allow the direction of the fold to vary at each step we obtain a more general class of sequences. Given a binary sequence (''f''''i''), we can define a general paperfolding sequence with folding instructions (''f''''i''). For a binary word ''w'', let ''w'' denote the reverse of the complement of ''w''. Define an operator ''F''''a'' as :F_a : w \mapsto w a w^\ddagger \ and then define a sequence of words depending on the (''f''''i'') by ''w''0 = ε, :w_n = F_ ( F_ ( \cdots F_(\varepsilon) \cdots ) ) \ . The limit ''w'' of the sequence ''w''''n'' is a paperfolding sequence. The regular paperfolding sequence corresponds to the folding sequence ''f''''i'' = 1 for all ''i''. If ''n'' = ''m''·2''k'' where ''m'' is odd then :t_n = \begin f_j & \text m \equiv 1 \mod 4 \\ 1-f_j & \text m \equiv 3 \mod 4 \end which may be used as a definition of a paperfolding sequence.


Properties

* A paperfolding sequence is not ultimately periodic. * A paperfolding sequence is 2- automatic if and only if the folding sequence is ultimately periodic (1-automatic).


References

* Binary sequences Paper folding {{Mathematics of paper folding