cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

Showing 1-6 of 6 results.

A225330 A continuous "look-and-repeat" sequence (method 1).

Original entry on oeis.org

1, 1, 1, 1, 4, 4, 1, 2, 2, 4, 1, 1, 1, 2, 2, 2, 1, 1, 4, 3, 3, 1, 3, 3, 2, 2, 2, 1, 1, 1, 4, 2, 2, 3, 1, 1, 1, 2, 2, 3, 3, 3, 2, 3, 3, 1, 1, 1, 4, 2, 2, 2, 1, 1, 3, 3, 3, 1, 2, 2, 2, 3, 3, 3, 1, 1, 2, 2, 2, 3, 3, 3, 1, 1, 1, 4
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

A variant of the 'look-and-repeat' sequence A225329, without run cut-off. It describes at each step the preceding digits by repeating the frequency number.
The sequence is determined by triples of digits. The first two terms of a triple are the repeated frequency and the last term is the digit.
a(n) is always equal to 1, 2, 3, 4 or 5.
However, the occurrence of 4 is specific to this variant (method and seed), and only due to the initial sequence of four 1's. No other series of four identical digit happens in the sequence.
There are different optional rules to build such a sequence. This method 1 does not consider already said digits, unless if the length of the sequence of repeated figures to which they belongs change : this happens only once at the beginning, with the first 1 which is considered twice (and this brings up the 4): 1 -> 1,1,1 -> 4,4,1. The variant A225330 never considers already said digit (and does not contain 4). With other seeds (for example, 2 or 3), this special case at the beginning does not arise, and both variants coincide (and do not contain 4).
Applying the look-and-repeat principle to the sequence itself, it is simply shift four ranks to the left.

Examples

			a(1) = 1, you then see "one 1" and repeating "one", a(2) = a(3) = 1 (one) and a(4) = 1; Looking at a(1), a(2), a(3), and a(4) altogether, you then see "four 1": a(5) = a(6) = 4 and a(7) = 1, etc.
		

Crossrefs

Cf. A225331 (a close variant), A225329 (look-and-repeat by block), A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions).

A225329 Look-and-repeat: similar to look-and-say except frequency is repeated.

Original entry on oeis.org

1, 111, 331, 223111, 222113331, 332221333111, 223332111333331, 222333112331553111, 332333221112223111225113331, 223112333222331332113331222115221333111
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

Repeated frequency followed by digit-indication. Repeating the frequency allows 5 to appear, in addition to 1, 2 and 3 which are already contained in Conway's original look-and-say sequence. However, 4 still does not appear.
The sequence is determined by triples of digits. The first two terms of a triple are the repeated figure and the last term is the digit.
Therefore, sequences of form xy (x != y), xxyy can never appear. A fortiori, the sequence never contains series of four identical digits, but contains series of five 3, which make appear the 5's (55 and 5). However five 5's never appear. Proof: suppose it appears for the first time in a(n)-a(n+4); because of 'five five 5' in 55555, it would imply that 55555 appears form a smaller n, which is a contradiction. By the same argument, 555 also never appear.
Also 22222 or 11111 are impossible : 22222 would imply a preceding 22yy and 11111 a preceding 1x (x != 1), but both cannot exist.
All terms end with 1 (the seed) and, except the first two, begin with 2 or 3.

Examples

			The term after 331 is obtained by saying (repeating) two two 3, one one 1, which gives 223111.
		

Crossrefs

Cf. A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions), A225330, A225331 (continuous look-and-repeat).

A225332 A continuous "look-and-repeat" sequence (seed 2).

Original entry on oeis.org

2, 1, 1, 2, 2, 2, 1, 3, 3, 2, 1, 1, 1, 2, 2, 3, 1, 1, 2, 3, 3, 1, 2, 2, 2, 1, 1, 3, 2, 2, 1, 1, 1, 2, 2, 2, 3, 1, 1, 1, 3, 3, 2, 2, 2, 1, 1, 1, 3, 2, 2, 2, 3, 3, 1, 3, 3, 2, 1, 1, 3, 3, 3, 1, 2, 2, 3, 3, 3, 2, 3, 3
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

The 'look-and-repeat' sequence A225330, with seed 2. The variant A225331 with the same seed 2 gives this same sequence.
It describes at each step the preceding digits by repeating the frequency number.
The sequence is determined by triples of digits. The first two terms of a triple are the repeated count and the last term is the digit.
a(n) is always equal to 1, 2, 3, or 5. No series of four identical digits happens in the sequence, nor any of five 5's.
Applying the look-and-repeat principle to the sequence itself, it is simply shift one rank to the left.

Examples

			a(1) = 2, you then see "one 2" and repeating "one", a(2) = a(3) = 1 (one) and a(4) = 2; you have then two 1's, so 2, 2, 1; then three 2, so 3, 3, 1, etc.
		

Crossrefs

Cf. A225330, A225331 (two variants with seed 1), A225329 (look-and-repeat by block), A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions).

A225333 Look-and-repeat: similar to look-and-say except frequency is repeated (seed 2).

Original entry on oeis.org

2, 112, 221112, 222331112, 332223331112, 223332333331112, 222333112553331112, 332333221112225333331112, 223112333222331332115553331112, 222113221112333332223111223112221335333331112
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

Look-and-repeat sequence A225329 with seed 2.
Contains 1, 2, 3 and 5, but not 4.
All terms end with 2 (the seed) and, starting at the fourth, with 3331112, which makes the 5 appear.
All terms except the second begin with 2 or 3; this is a direct consequence of the look-and-repeat rule.

Examples

			The term after 112 is obtained by saying (repeating) two two 1, one one 2, which gives 221112.
		

Crossrefs

Cf. A225329 (seed one), A225332 (continuous look-and-repeat, seed 2), A225330, A225331 (continuous look-and-repeat, seed 1).
Cf. A005150 (original look-and-repeat), A225224, A221646, A225212 (continuous look-and-repeat versions).

A225334 Look-and-repeat: similar to look-and-say except frequency is repeated (seed 3).

Original entry on oeis.org

3, 113, 221113, 222331113, 332223331113, 223332333331113, 222333112553331113, 332333221112225333331113, 223112333222331332115553331113, 222113221112333332223111223112221335333331113
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

Look-and-repeat sequence A225329 with seed 3.
Contains 1, 2, 3 and 5, but not 4.
All terms end with 3 (the seed) and, starting at the fourth, with 3331113, which makes the 5 appear.
All terms except the second begin with 2 or 3; it is a direct consequence of the look-and-repeat rule.
Sequence A225333, the look-and-repeat sequence with seed 2 is almost the same, differing only in the last digit of each term (2 instead of 3 here). Indeed, any one-digit seed except 1 leads to essentially the same sequence with all terms identical except the last one = the seed.

Examples

			The term after 113 is obtained by saying (repeating) two two 1, one one 3, which gives 221113.
		

Crossrefs

Cf. A225329 (seed one), A225333 (seed two), A225332 (continuous look-and-repeat, seed 2), A225330, A225331 (continuous look-and-repeat, seed 1).
Cf. A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions).

Formula

a(n) = A225333(n) + 1.

A225335 A continuous "look-and-repeat" sequence (seed 3).

Original entry on oeis.org

3, 1, 1, 3, 2, 2, 1, 1, 1, 3, 2, 2, 2, 3, 3, 1, 1, 1, 3, 3, 3, 2, 2, 2, 3, 3, 3, 1, 3, 3, 3, 3, 3, 2, 3, 3, 3, 1, 1, 1, 5, 5, 3, 1, 1, 2, 3, 3, 3, 3, 3, 1, 2, 2, 5, 1, 1, 3, 2, 2, 1, 1, 1, 2, 5, 5, 3, 1, 1, 1, 2, 2
Offset: 1

Views

Author

Jean-Christophe Hervé, May 12 2013

Keywords

Comments

The 'look-and-repeat' sequence A225330, with seed 3. The variant A225331 with the same seed 3 gives this same sequence.
It describes at each step the preceding digits by repeating the frequency number.
The sequence is determined by triples of digits. The first two terms of a triple are the repeated frequency and the last term is the digit.
a(n) is always equal to 1, 2, 3, or 5. No series of four identical digits happens in the sequence, nor any of five 5's.
Applying the look-and-repeat principle to the sequence itself, it is simply shift one rank to the left.

Examples

			a(1) = 3, you then see "one 3" and repeating "one", a(2) = a(3) = 1 (one) and a(4) = 3; you have then two 1's, so 2,2,1 ; then one 3, so 1,1,3, etc.
		

Crossrefs

Cf. A225330, A225331 (two variants with seed 1), A225331 (seed 2), A225329, A225333, A225334 (look-and-repeat by block with resp. seed 1, seed 2, seed 3).
Cf. A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions).
Showing 1-6 of 6 results.