Picture Numbering From 1 And Continue To 3
Let's say you want to use different page numbers or number formats and styles in different parts of your document. You could use page numbers such as i, ii, iii for the introduction and table of contents and 1, 2, 3 for everything after. The trick is to divide the document into sections and to make sure those sections aren’t linked. Let's say you want to use different page numbers or number formats and styles in different parts of your document. You could use page numbers such as i, ii, iii for the introduction and table of contents and 1, 2, 3 for everything after. The trick is to divide the document into sections and to make sure those sections aren’t linked.
- I have a word document that I am creating for writing a thesis.
- I am using/ have created only two styles in it - Heading 1 and Heading 2 so that I can create a TABLE OF CONTENTS on the basis of the style
- The structure of my document should be like this
1.0 Heading 1
1.1 Heading 2
1.1.1 content is written here
2.0. Heading 1
2.1 Heading 2
2.1.1 content is written here
2.2 Heading 2
2.2.1
2.2.2
3.0 Heading 1
3.1 Heading 2
3.1.1 content is written here
3.2 Heading 2
3.2.1
3.2.2
Whats happening is that the first set of NUMBERING (including sub numbering) i.e for 1.0 HEADING 1 is coming PERFECTLY as numbered. I hit 'enter' at any level of numbering, word automatically puts the next number below that number. However for the rest of the headings such as 2.0 and 3.0, where there should be 2.1 there is 1.1, where there should be 2.2, its 1.2 and so on and so forth. Same for 3.0 and its numbering subsets.
The structure that I have right now (which is incorrect) is like this.
2.0. Heading 1
1.1 Heading 2 --- should be 2.1
2.1.1 content is written here
2.1.2 content is written here
2.1.3 content is written here
1.2 Heading 2 --- should be 2.2
2.1.4 ---- should be 2.2.1
2.1.5 ----- should be 2.2.2
3.0 Heading 1
May 7, 2017 - considering purchasing the game, but really want to know if there is coop campiegn multiplayer? Apr 5, 2013 - YouTube™ Video: How to play Star Wars Republic Commando Coop. Views: 47,016. Republic commando co op. Jan 17, 2019 - a coop mod made for republic commando so you can play the campaing with other people. For Star Wars: Republic Commando on the Xbox, a GameFAQs Answers question. Instead of fighting each other is there a way you can do coop missions?
1.3 Heading 2 ---should be 3.1
3.1.1 content is written here
3.1.2 content is written here
3.1.3 content is written here
1.4 Heading 2 --- should be 3.2
3.1.4 --- should be 3.2.1
3.1.5 --- should be 3.2.2
How do I fix this so that the 2.0 and 3.0 have a perfect numbering order as shown in italics and underline.
In mathematics, the look-and-say sequence is the sequence of integers beginning as follows:
- 1, 11, 21, 1211, 111221, 312211, 13112221, 1113213211, .. (sequence A005150 in the OEIS).
To generate a member of the sequence from the previous member, read off the digits of the previous member, counting the number of digits in groups of the same digit. For example:
- 1 is read off as 'one 1' or 11.
- 11 is read off as 'two 1s' or 21.
- 21 is read off as 'one 2, then one 1' or 1211.
- 1211 is read off as 'one 1, one 2, then two 1s' or 111221.
- 111221 is read off as 'three 1s, two 2s, then one 1' or 312211.
The look-and-say sequence was introduced and analyzed by John Conway.[1]
The idea of the look-and-say sequence is similar to that of run-length encoding.
If started with any digit d from 0 to 9 then d will remain indefinitely as the last digit of the sequence. For d different from 1, the sequence starts as follows:
- d, 1d, 111d, 311d, 13211d, 111312211d, 31131122211d, …
Ilan Vardi has called this sequence, starting with d = 3, the Conway sequence (sequence A006715 in the OEIS). (for d = 2, see OEIS: A006751)[2]
- 1Basic properties
- 1.4Growth in length
Markdown Auto Numbered List
Basic properties[edit]
Growth[edit]
The sequence grows indefinitely. In fact, any variant defined by starting with a different integer seed number will (eventually) also grow indefinitely, except for the degenerate sequence: 22, 22, 22, 22, … (sequence A010861 in the OEIS)[3]
Digits presence limitation[edit]
No digits other than 1, 2, and 3 appear in the sequence, unless the seed number contains such a digit or a run of more than three of the same digit.[3]
Cosmological decay[edit]
Conway's cosmological theorem asserts that every sequence eventually splits ('decays') into a sequence of 'atomic elements', which are finite subsequences that never again interact with their neighbors. There are 92 elements containing the digits 1, 2, and 3 only, which John Conway named after the chemical elements up to uranium, calling the sequence audioactive. There are also two 'transuranic' elements for each digit other than 1, 2, and 3.[3][4]
Growth in length[edit]
The terms eventually grow in length by about 30% per generation. In particular, if Ln denotes the number of digits of the n-th member of the sequence, then the limit of the ratio exists and is given by
where λ = 1.303577269034.. (sequence A014715 in the OEIS) is an algebraic number of degree 71.[3] This fact was proven by Conway, and the constant λ is known as Conway's constant. The same result also holds for every variant of the sequence starting with any seed other than 22.
Polynomial returning Conway's constant[edit]
Conway's constant is the unique positive real root of the following polynomial: (sequence A137275 in the OEIS)
In his original article, Conway gives an incorrect value for this polynomial, writing − instead of + in front of .[5] However, the value of λ given in his article is correct.
Popularization[edit]
The look-and-say sequence is also popularly known as the Morris Number Sequence, after cryptographer Robert Morris, and the puzzle 'What is the next number in the sequence 1, 11, 21, 1211, 111221?' is sometimes referred to as the Cuckoo's Egg, from a description of Morris in Clifford Stoll's book The Cuckoo's Egg.[6][7]
Variations[edit]
There are many possible variations on the rule used to generate the look-and-say sequence. For example, to form the 'pea pattern' one reads the previous term and counts all instances of each digit, listed in order of their first appearance, not just those occurring in a consecutive block. Thus, beginning with the seed 1, the pea pattern proceeds 1, 11 ('one 1'), 21 ('two 1s'), 1211 ('one 2 and one 1'), 3112 (three 1s and one 2), 132112 ('one 3, two 1s and one 2'), 311322 ('three 1s, one 3 and two 2s'), etc. This version of the pea pattern eventually forms a cycle with the two terms 23322114 and 32232114.[8]
Other versions of the pea pattern are also possible; for example, instead of reading the digits as they first appear, one could read them in ascending order instead. In this case, the term following 21 would be 1112 ('one 1, one 2') and the term following 3112 would be 211213 ('two 1s, one 2 and one 3').
These sequences differ in several notable ways from the look-and-say sequence. Notably, unlike the Conway sequences, a given term of the pea pattern does not uniquely define the preceding term. Moreover, for any seed the pea pattern produces terms of bounded length. This bound will not typically exceed 2 * radix + 2 digits and may only exceed 3 * radix digits in length for degenerate long initial seeds ('100 ones, etc'). For these maximum bounded cases, individual elements of the sequence take the form a0b1c2d3e4f5g6h7i8j9 for decimal where the letters here are placeholders for the digit counts from the preceding element of the sequence. Given that this sequence is infinite and the length is bounded, it must eventually repeat due to the pigeonhole principle. As a consequence, these sequences are always eventually periodic.
See also[edit]
References[edit]
- ^Conway, John (January 1986). 'The Weird and Wonderful Chemistry of Audioactive Decay'. Eureka. 46: 5–16. Archived from the original on 2014-10-11.
- ^Conway Sequence, MathWorld, accessed on line February 4, 2011.
- ^ abcdMartin, Oscar (2006). 'Look-and-Say Biochemistry: Exponential RNA and Multistranded DNA'(PDF). American Mathematical Monthly. Mathematical association of America. 113 (4): 289–307. doi:10.2307/27641915. ISSN0002-9890. Archived from the original(PDF) on 2006-12-24. Retrieved January 6, 2010.
- ^Ekhad, S. B., Zeilberger, D.: Proof of Conway's lost cosmological theorem, Electronic Research Announcements of the American Mathematical Society, August 21, 1997, Vol. 5, pp. 78–82. Retrieved July 4, 2011.
- ^Ilan Vardi, Computational Recreation in Mathematica
- ^Robert Morris Sequence
- ^FAQ about Morris Number Sequence
- ^'Ascending Pea Pattern generator'. codegolf.stackexchange.com. Retrieved 2016-05-07.
External links[edit]
- Conway speaking about this sequence and telling that it took him some explanations to understand the sequence.
- Implementations in many programming languages on Rosetta Code
- Weisstein, Eric W.'Look and Say Sequence'. MathWorld.
- Look and Say sequence generator p
- OEISsequence A014715 (Decimal expansion of Conway's constant)