fbpx
Wikipedia

Moser–de Bruijn sequence

In number theory, the Moser–de Bruijn sequence is an integer sequence named after Leo Moser and Nicolaas Govert de Bruijn, consisting of the sums of distinct powers of 4. Equivalently, they are the numbers whose binary representations are nonzero only in even positions.

The addition table for where and both belong to the Moser–de Bruijn sequence, and the Z-order curve that connects the sums in numerical order

The Moser–de Bruijn numbers in this sequence grow in proportion to the square numbers. They are the squares for a modified form of arithmetic without carrying. The difference of two Moser–de Bruijn numbers, multiplied by two, is never square. Every natural number can be formed in a unique way as the sum of a Moser–de Bruijn number and twice a Moser–de Bruijn number. This representation as a sum defines a one-to-one correspondence between integers and pairs of integers, listed in order of their positions on a Z-order curve.

The Moser–de Bruijn sequence can be used to construct pairs of transcendental numbers that are multiplicative inverses of each other and both have simple decimal representations. A simple recurrence relation allows values of the Moser–de Bruijn sequence to be calculated from earlier values, and can be used to prove that the Moser–de Bruijn sequence is a 2-regular sequence.

Definition and examples edit

The numbers in the Moser–de Bruijn sequence are formed by adding distinct powers of four. The sequence lists these numbers in sorted order; it begins[1]

0, 1, 4, 5, 16, 17, 20, 21, 64, 65, 68, 69, 80, 81, 84, 85, 256, ... (sequence A000695 in the OEIS)

For instance, 69 belongs to this sequence because it equals 64 + 4 + 1, a sum of three distinct powers of 4.

Another definition of the Moser–de Bruijn sequence is that it is the ordered sequence of numbers whose binary representation has nonzero digits only in the even positions. For instance, 69 belongs to the sequence, because its binary representation 10001012 has nonzero digits in the positions for 26, 22, and 20, all of which have even exponents. The numbers in the sequence can also be described as the numbers whose base-4 representation uses only the digits 0 or 1.[1] For a number in this sequence, the base-4 representation can be found from the binary representation by skipping the binary digits in odd positions, which should all be zero. The hexadecimal representation of these numbers contains only the digits 0, 1, 4, 5. For instance, 69 = 10114 = 4516. Equivalently, they are the numbers whose binary and negabinary representations are equal.[1][2] Because there are no two consecutive nonzeros in their binary representations, the Moser–de Bruijn sequence forms a subsequence of the fibbinary numbers.


Growth rate and differences edit

 
Plot of the number of sequence elements up to   divided by  , on a logarithmic horizontal scale

It follows from either the binary or base-4 definitions of these numbers that they grow roughly in proportion to the square numbers. The number of elements in the Moser–de Bruijn sequence that are below any given threshold   is proportional to  ,[3] a fact which is also true of the square numbers. More precisely, the number oscillates between   (for numbers of the form  ) and   (for  ). In fact the numbers in the Moser–de Bruijn sequence are the squares for a version of arithmetic without carrying on binary numbers, in which the addition and multiplication of single bits are respectively the exclusive or and logical conjunction operations.[4]

In connection with the Furstenberg–Sárközy theorem on sequences of numbers with no square difference, Imre Z. Ruzsa found a construction for large square-difference-free sets that, like the binary definition of the Moser–de Bruijn sequence, restricts the digits in alternating positions in the base-  numbers.[5] When applied to the base  , Ruzsa's construction generates the Moser–de Bruijn sequence multiplied by two, a set that is again square-difference-free. However, this set is too sparse to provide nontrivial lower bounds for the Furstenberg–Sárközy theorem.

Unique representation as sums edit

The Moser–de Bruijn sequence obeys a property similar to that of a Sidon sequence: the sums  , where   and   both belong to the Moser–de Bruijn sequence, are all unique. No two of these sums have the same value. Moreover, every integer   can be represented as a sum  , where   and   both belong to the Moser–de Bruijn sequence. To find the sum that represents  , compute  , the bitwise Boolean and of   with a binary value (expressed here in hexadecimal) that has ones in all of its even positions, and set  .[1][6]

The Moser–de Bruijn sequence is the only sequence with this property, that all integers have a unique expression as  . It is for this reason that the sequence was originally studied by Moser (1962).[7] Extending the property, De Bruijn (1964) found infinitely many other linear expressions like   that, when   and   both belong to the Moser–de Bruijn sequence, uniquely represent all integers.[8][9]

Z-order curve and successor formula edit

Decomposing a number   into  , and then applying to   and   an order-preserving map from the Moser–de Bruijn sequence to the integers (by replacing the powers of four in each number by the corresponding powers of two) gives a bijection from non-negative integers to ordered pairs of non-negative integers. The inverse of this bijection gives a linear ordering on the points in the plane with non-negative integer coordinates, which may be used to define the Z-order curve.[1][10]

In connection with this application, it is convenient to have a formula to generate each successive element of the Moser–de Bruijn sequence from its predecessor. This can be done as follows. If   is an element of the sequence, then the next member after   can be obtained by filling in the bits in odd positions of the binary representation of   by ones, adding one to the result, and then masking off the filled-in bits. Filling the bits and adding one can be combined into a single addition operation. That is, the next member is the number given by the formula[1][6][10]

 
The two hexadecimal constants appearing in this formula can be interpreted as the 2-adic numbers   and  , respectively.[1]

Subtraction game edit

Golomb (1966) investigated a subtraction game, analogous to subtract a square, based on this sequence. In Golomb's game, two players take turns removing coins from a pile of   coins. In each move, a player may remove any number of coins that belongs to the Moser–de Bruijn sequence. Removing any other number of coins is not allowed. The winner is the player who removes the last coin. As Golomb observes, the "cold" positions of this game (the ones in which the player who is about to move is losing) are exactly the positions of the form   where   belongs to the Moser–de Bruijn sequence. A winning strategy for playing this game is to decompose the current number of coins,  , into   where   and   both belong to the Moser–de Bruijn sequence, and then (if   is nonzero) to remove   coins, leaving a cold position to the other player. If   is zero, this strategy is not possible, and there is no winning move.[3]

Decimal reciprocals edit

The Moser–de Bruijn sequence forms the basis of an example of an irrational number   with the unusual property that the decimal representations of   and   can both be written simply and explicitly. Let   denote the Moser–de Bruijn sequence itself. Then for

 
a decimal number whose nonzero digits are in the positions given by the Moser–de Bruijn sequence, it follows that the nonzero digits of its reciprocal are located in positions 1, 3, 9, 11, ..., given by doubling the numbers in   and adding one to all of them:[11][12]
 

Alternatively, one can write:

 

Similar examples also work in other bases. For instance, the two binary numbers whose nonzero bits are in the same positions as the nonzero digits of the two decimal numbers above are also irrational reciprocals.[13] These binary and decimal numbers, and the numbers defined in the same way for any other base by repeating a single nonzero digit in the positions given by the Moser–de Bruijn sequence, are transcendental numbers. Their transcendence can be proven from the fact that the long strings of zeros in their digits allow them to be approximated more accurately by rational numbers than would be allowed by Roth's theorem if they were algebraic numbers, having irrationality measure no less than 3.[12]

Generating function edit

The generating function

 
whose exponents in the expanded form are given by the Moser–de Bruijn sequence, obeys the functional equations[1][2]
 
and[14]
 
For example, this function can be used to describe the two decimal reciprocals given above: one is   and the other is  . The fact that they are reciprocals is an instance of the first of the two functional equations. The partial products of the product form of the generating function can be used to generate the convergents of the continued fraction expansion of these numbers themselves, as well as multiples of them.[11]

Recurrence and regularity edit

The Moser–de Bruijn sequence obeys a recurrence relation that allows the nth value of the sequence,   (starting at  ) to be determined from the value at position  :

 
Iterating this recurrence allows any subsequence of the form   to be expressed as a linear function of the original sequence, meaning that the Moser–de Bruijn sequence is a 2-regular sequence.[15]

See also edit

Notes edit

  1. ^ a b c d e f g h Sloane, N. J. A. (ed.), "Sequence A000695 (Moser–De Bruijn sequence)", The On-Line Encyclopedia of Integer Sequences, OEIS Foundation
  2. ^ a b Arndt, Jörg (2011), Matters Computational: Ideas, Algorithms, Source Code (PDF), Springer, pp. 59, 750.
  3. ^ a b Golomb, Solomon W. (1966), "A mathematical investigation of games of "take-away"", Journal of Combinatorial Theory, 1 (4): 443–458, doi:10.1016/S0021-9800(66)80016-9, MR 0209015.
  4. ^ Applegate, David; LeBrun, Marc; Sloane, N. J. A. (2011), "Dismal arithmetic" (PDF), Journal of Integer Sequences, 14 (9): Article 11.9.8, 34, arXiv:1107.1130, Bibcode:2011arXiv1107.1130A, MR 2859992.
  5. ^ Ruzsa, I. Z. (1984), "Difference sets without squares", Periodica Mathematica Hungarica, 15 (3): 205–209, doi:10.1007/BF02454169, MR 0756185, S2CID 122624503.
  6. ^ a b The constants in this formula are expressed in hexadecimal and based on a 32-bit word size. The same bit pattern should be extended or reduced in the obvious way to handle other word sizes.
  7. ^ Moser, Leo (1962), "An application of generating series", Mathematics Magazine, 35 (1): 37–38, doi:10.1080/0025570X.1962.11975291, JSTOR 2689100, MR 1571147.
  8. ^ De Bruijn, N. G. (1964), "Some direct decompositions of the set of integers", Mathematics of Computation, 18 (88): 537–546, doi:10.2307/2002940, JSTOR 2002940, MR 0167447.
  9. ^ Eigen, S. J.; Ito, Y.; Prasad, V. S. (2004), "Universally bad integers and the 2-adics", Journal of Number Theory, 107 (2): 322–334, doi:10.1016/j.jnt.2004.04.001, MR 2072392.
  10. ^ a b Thiyagalingam, Jeyarajan; Beckmann, Olav; Kelly, Paul H. J. (September 2006), (PDF), Concurrency and Computation: Practice and Experience, 18 (11): 1509–1539, doi:10.1002/cpe.v18:11, archived from the original (PDF) on 2017-03-29, retrieved 2016-11-18.
  11. ^ a b van der Poorten, A. J. (1993), "Continued fractions of formal power series" (PDF), Advances in number theory (Kingston, ON, 1991), Oxford Sci. Publ., Oxford Univ. Press, New York, pp. 453–466, MR 1368441.
  12. ^ a b Blanchard, André; Mendès France, Michel (1982), "Symétrie et transcendance", Bulletin des Sciences Mathématiques, 106 (3): 325–335, MR 0680277. As cited by van der Poorten (1993).
  13. ^ Bailey, David H.; Borwein, Jonathan M.; Crandall, Richard E.; Pomerance, Carl (2004), "On the binary expansions of algebraic numbers", Journal de Théorie des Nombres de Bordeaux, 16 (3): 487–518, doi:10.5802/jtnb.457, hdl:1959.13/1037857, MR 2144954, S2CID 122848891. See in particular the discussion following Theorem 4.2.
  14. ^ Lehmer, D. H.; Mahler, K.; van der Poorten, A. J. (1986), "Integers with digits 0 or 1", Mathematics of Computation, 46 (174): 683–689, doi:10.2307/2008006, JSTOR 2008006, MR 0829638.
  15. ^ Allouche, Jean-Paul; Shallit, Jeffrey (1992), "The ring of k-regular sequences", Theoretical Computer Science, 98 (2): 163–197, doi:10.1016/0304-3975(92)90001-V, MR 1166363. Example 13, p. 188.

External links edit

moser, bruijn, sequence, confused, with, bruijn, sequence, artifact, from, combinatorics, number, theory, integer, sequence, named, after, moser, nicolaas, govert, bruijn, consisting, sums, distinct, powers, equivalently, they, numbers, whose, binary, represen. Not to be confused with the de Bruijn sequence an artifact from combinatorics In number theory the Moser de Bruijn sequence is an integer sequence named after Leo Moser and Nicolaas Govert de Bruijn consisting of the sums of distinct powers of 4 Equivalently they are the numbers whose binary representations are nonzero only in even positions The addition table for x 2y displaystyle x 2y where x displaystyle x and y displaystyle y both belong to the Moser de Bruijn sequence and the Z order curve that connects the sums in numerical orderThe Moser de Bruijn numbers in this sequence grow in proportion to the square numbers They are the squares for a modified form of arithmetic without carrying The difference of two Moser de Bruijn numbers multiplied by two is never square Every natural number can be formed in a unique way as the sum of a Moser de Bruijn number and twice a Moser de Bruijn number This representation as a sum defines a one to one correspondence between integers and pairs of integers listed in order of their positions on a Z order curve The Moser de Bruijn sequence can be used to construct pairs of transcendental numbers that are multiplicative inverses of each other and both have simple decimal representations A simple recurrence relation allows values of the Moser de Bruijn sequence to be calculated from earlier values and can be used to prove that the Moser de Bruijn sequence is a 2 regular sequence Contents 1 Definition and examples 2 Growth rate and differences 3 Unique representation as sums 4 Z order curve and successor formula 5 Subtraction game 6 Decimal reciprocals 7 Generating function 8 Recurrence and regularity 9 See also 10 Notes 11 External linksDefinition and examples editThe numbers in the Moser de Bruijn sequence are formed by adding distinct powers of four The sequence lists these numbers in sorted order it begins 1 0 1 4 5 16 17 20 21 64 65 68 69 80 81 84 85 256 sequence A000695 in the OEIS For instance 69 belongs to this sequence because it equals 64 4 1 a sum of three distinct powers of 4 Another definition of the Moser de Bruijn sequence is that it is the ordered sequence of numbers whose binary representation has nonzero digits only in the even positions For instance 69 belongs to the sequence because its binary representation 10001012 has nonzero digits in the positions for 26 22 and 20 all of which have even exponents The numbers in the sequence can also be described as the numbers whose base 4 representation uses only the digits 0 or 1 1 For a number in this sequence the base 4 representation can be found from the binary representation by skipping the binary digits in odd positions which should all be zero The hexadecimal representation of these numbers contains only the digits 0 1 4 5 For instance 69 10114 4516 Equivalently they are the numbers whose binary and negabinary representations are equal 1 2 Because there are no two consecutive nonzeros in their binary representations the Moser de Bruijn sequence forms a subsequence of the fibbinary numbers Growth rate and differences edit nbsp Plot of the number of sequence elements up to n displaystyle n nbsp divided by n displaystyle sqrt n nbsp on a logarithmic horizontal scaleIt follows from either the binary or base 4 definitions of these numbers that they grow roughly in proportion to the square numbers The number of elements in the Moser de Bruijn sequence that are below any given threshold n displaystyle n nbsp is proportional to n displaystyle sqrt n nbsp 3 a fact which is also true of the square numbers More precisely the number oscillates between n displaystyle sqrt n nbsp for numbers of the form n 4k displaystyle n 4 k nbsp and 3n displaystyle sqrt 3n nbsp for n 4k 3 displaystyle n sim 4 k 3 nbsp In fact the numbers in the Moser de Bruijn sequence are the squares for a version of arithmetic without carrying on binary numbers in which the addition and multiplication of single bits are respectively the exclusive or and logical conjunction operations 4 In connection with the Furstenberg Sarkozy theorem on sequences of numbers with no square difference Imre Z Ruzsa found a construction for large square difference free sets that like the binary definition of the Moser de Bruijn sequence restricts the digits in alternating positions in the base b displaystyle b nbsp numbers 5 When applied to the base b 2 displaystyle b 2 nbsp Ruzsa s construction generates the Moser de Bruijn sequence multiplied by two a set that is again square difference free However this set is too sparse to provide nontrivial lower bounds for the Furstenberg Sarkozy theorem Unique representation as sums editThe Moser de Bruijn sequence obeys a property similar to that of a Sidon sequence the sums x 2y displaystyle x 2y nbsp where x displaystyle x nbsp and y displaystyle y nbsp both belong to the Moser de Bruijn sequence are all unique No two of these sums have the same value Moreover every integer n displaystyle n nbsp can be represented as a sum x 2y displaystyle x 2y nbsp where x displaystyle x nbsp and y displaystyle y nbsp both belong to the Moser de Bruijn sequence To find the sum that represents n displaystyle n nbsp compute x n amp 0x55555555 displaystyle x n amp mathrm 0x55555555 nbsp the bitwise Boolean and of n displaystyle n nbsp with a binary value expressed here in hexadecimal that has ones in all of its even positions and set y n x 2 displaystyle y n x 2 nbsp 1 6 The Moser de Bruijn sequence is the only sequence with this property that all integers have a unique expression as x 2y displaystyle x 2y nbsp It is for this reason that the sequence was originally studied by Moser 1962 7 Extending the property De Bruijn 1964 found infinitely many other linear expressions like x 2y displaystyle x 2y nbsp that when x displaystyle x nbsp and y displaystyle y nbsp both belong to the Moser de Bruijn sequence uniquely represent all integers 8 9 Z order curve and successor formula editDecomposing a number n displaystyle n nbsp into n x 2y displaystyle n x 2y nbsp and then applying to x displaystyle x nbsp and y displaystyle y nbsp an order preserving map from the Moser de Bruijn sequence to the integers by replacing the powers of four in each number by the corresponding powers of two gives a bijection from non negative integers to ordered pairs of non negative integers The inverse of this bijection gives a linear ordering on the points in the plane with non negative integer coordinates which may be used to define the Z order curve 1 10 In connection with this application it is convenient to have a formula to generate each successive element of the Moser de Bruijn sequence from its predecessor This can be done as follows If x displaystyle x nbsp is an element of the sequence then the next member after x displaystyle x nbsp can be obtained by filling in the bits in odd positions of the binary representation of x displaystyle x nbsp by ones adding one to the result and then masking off the filled in bits Filling the bits and adding one can be combined into a single addition operation That is the next member is the number given by the formula 1 6 10 x 0xaaaaaaab amp 0x55555555 displaystyle displaystyle x textrm 0xaaaaaaab amp textrm 0x55555555 nbsp The two hexadecimal constants appearing in this formula can be interpreted as the 2 adic numbers 1 3 displaystyle 1 3 nbsp and 1 3 displaystyle 1 3 nbsp respectively 1 Subtraction game editGolomb 1966 investigated a subtraction game analogous to subtract a square based on this sequence In Golomb s game two players take turns removing coins from a pile of n displaystyle n nbsp coins In each move a player may remove any number of coins that belongs to the Moser de Bruijn sequence Removing any other number of coins is not allowed The winner is the player who removes the last coin As Golomb observes the cold positions of this game the ones in which the player who is about to move is losing are exactly the positions of the form 2y displaystyle 2y nbsp where y displaystyle y nbsp belongs to the Moser de Bruijn sequence A winning strategy for playing this game is to decompose the current number of coins n displaystyle n nbsp into x 2y displaystyle x 2y nbsp where x displaystyle x nbsp and y displaystyle y nbsp both belong to the Moser de Bruijn sequence and then if x displaystyle x nbsp is nonzero to remove x displaystyle x nbsp coins leaving a cold position to the other player If x displaystyle x nbsp is zero this strategy is not possible and there is no winning move 3 Decimal reciprocals editThe Moser de Bruijn sequence forms the basis of an example of an irrational number x displaystyle x nbsp with the unusual property that the decimal representations of x displaystyle x nbsp and 1 x displaystyle 1 x nbsp can both be written simply and explicitly Let E displaystyle E nbsp denote the Moser de Bruijn sequence itself Then forx 3 n E10 n 3 300330000000000330033 displaystyle x 3 sum n in E 10 n 3 300330000000000330033 dots nbsp a decimal number whose nonzero digits are in the positions given by the Moser de Bruijn sequence it follows that the nonzero digits of its reciprocal are located in positions 1 3 9 11 given by doubling the numbers in E displaystyle E nbsp and adding one to all of them 11 12 1x 3 n E10 2n 1 0 30300000303 displaystyle frac 1 x 3 sum n in E 10 2n 1 0 30300000303 dots nbsp Alternatively one can write n E10 n n E10 2n 109 displaystyle displaystyle left sum n in E 10 n right left sum n in E 10 2n right frac 10 9 nbsp Similar examples also work in other bases For instance the two binary numbers whose nonzero bits are in the same positions as the nonzero digits of the two decimal numbers above are also irrational reciprocals 13 These binary and decimal numbers and the numbers defined in the same way for any other base by repeating a single nonzero digit in the positions given by the Moser de Bruijn sequence are transcendental numbers Their transcendence can be proven from the fact that the long strings of zeros in their digits allow them to be approximated more accurately by rational numbers than would be allowed by Roth s theorem if they were algebraic numbers having irrationality measure no less than 3 12 Generating function editThe generating functionF x i 0 1 x4i 1 x x4 x5 x16 x17 displaystyle F x prod i 0 infty 1 x 4 i 1 x x 4 x 5 x 16 x 17 cdots nbsp whose exponents in the expanded form are given by the Moser de Bruijn sequence obeys the functional equations 1 2 F x F x2 11 x displaystyle F x F x 2 frac 1 1 x nbsp and 14 F x 1 x F x4 displaystyle F x 1 x F x 4 nbsp For example this function can be used to describe the two decimal reciprocals given above one is 3F 1 10 displaystyle 3F 1 10 nbsp and the other is 310F 1 100 displaystyle tfrac 3 10 F 1 100 nbsp The fact that they are reciprocals is an instance of the first of the two functional equations The partial products of the product form of the generating function can be used to generate the convergents of the continued fraction expansion of these numbers themselves as well as multiples of them 11 Recurrence and regularity editThe Moser de Bruijn sequence obeys a recurrence relation that allows the n th value of the sequence S n displaystyle S n nbsp starting at S 0 0 displaystyle S 0 0 nbsp to be determined from the value at position n 2 displaystyle lfloor n 2 rfloor nbsp S 2n 4S n S 2n 1 4S n 1 displaystyle begin aligned S 2n amp 4S n S 2n 1 amp 4S n 1 end aligned nbsp Iterating this recurrence allows any subsequence of the form S 2in j displaystyle S 2 i n j nbsp to be expressed as a linear function of the original sequence meaning that the Moser de Bruijn sequence is a 2 regular sequence 15 See also editStanley sequence and Cantor set sets defined similarly using the base 3 representations of their elementsNotes edit a b c d e f g h Sloane N J A ed Sequence A000695 Moser De Bruijn sequence The On Line Encyclopedia of Integer Sequences OEIS Foundation a b Arndt Jorg 2011 Matters Computational Ideas Algorithms Source Code PDF Springer pp 59 750 a b Golomb Solomon W 1966 A mathematical investigation of games of take away Journal of Combinatorial Theory 1 4 443 458 doi 10 1016 S0021 9800 66 80016 9 MR 0209015 Applegate David LeBrun Marc Sloane N J A 2011 Dismal arithmetic PDF Journal of Integer Sequences 14 9 Article 11 9 8 34 arXiv 1107 1130 Bibcode 2011arXiv1107 1130A MR 2859992 Ruzsa I Z 1984 Difference sets without squares Periodica Mathematica Hungarica 15 3 205 209 doi 10 1007 BF02454169 MR 0756185 S2CID 122624503 a b The constants in this formula are expressed in hexadecimal and based on a 32 bit word size The same bit pattern should be extended or reduced in the obvious way to handle other word sizes Moser Leo 1962 An application of generating series Mathematics Magazine 35 1 37 38 doi 10 1080 0025570X 1962 11975291 JSTOR 2689100 MR 1571147 De Bruijn N G 1964 Some direct decompositions of the set of integers Mathematics of Computation 18 88 537 546 doi 10 2307 2002940 JSTOR 2002940 MR 0167447 Eigen S J Ito Y Prasad V S 2004 Universally bad integers and the 2 adics Journal of Number Theory 107 2 322 334 doi 10 1016 j jnt 2004 04 001 MR 2072392 a b Thiyagalingam Jeyarajan Beckmann Olav Kelly Paul H J September 2006 Is Morton layout competitive for large two dimensional arrays yet PDF Concurrency and Computation Practice and Experience 18 11 1509 1539 doi 10 1002 cpe v18 11 archived from the original PDF on 2017 03 29 retrieved 2016 11 18 a b van der Poorten A J 1993 Continued fractions of formal power series PDF Advances in number theory Kingston ON 1991 Oxford Sci Publ Oxford Univ Press New York pp 453 466 MR 1368441 a b Blanchard Andre Mendes France Michel 1982 Symetrie et transcendance Bulletin des Sciences Mathematiques 106 3 325 335 MR 0680277 As cited by van der Poorten 1993 Bailey David H Borwein Jonathan M Crandall Richard E Pomerance Carl 2004 On the binary expansions of algebraic numbers Journal de Theorie des Nombres de Bordeaux 16 3 487 518 doi 10 5802 jtnb 457 hdl 1959 13 1037857 MR 2144954 S2CID 122848891 See in particular the discussion following Theorem 4 2 Lehmer D H Mahler K van der Poorten A J 1986 Integers with digits 0 or 1 Mathematics of Computation 46 174 683 689 doi 10 2307 2008006 JSTOR 2008006 MR 0829638 Allouche Jean Paul Shallit Jeffrey 1992 The ring of k regular sequences Theoretical Computer Science 98 2 163 197 doi 10 1016 0304 3975 92 90001 V MR 1166363 Example 13 p 188 External links editWeisstein Eric W Moser De Bruijn Sequence MathWorld Retrieved from https en wikipedia org w index php title Moser de Bruijn sequence amp oldid 1193727035, wikipedia, wiki, book, books, library,

article

, read, download, free, free download, mp3, video, mp4, 3gp, jpg, jpeg, gif, png, picture, music, song, movie, book, game, games.