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).

A225331 A continuous "look-and-repeat" sequence (method 2).

Original entry on oeis.org

1, 1, 1, 1, 3, 3, 1, 2, 2, 3, 1, 1, 1, 2, 2, 2, 1, 1, 3, 3, 3, 1, 3, 3, 2, 2, 2, 1, 3, 3, 3, 1, 1, 1, 2, 2, 3, 3, 3, 2, 1, 1, 1, 3, 3, 3, 3, 3, 1, 2, 2, 2, 3, 3, 3, 1, 1, 2, 3, 3, 1, 5, 5, 3, 1, 1, 1, 3, 3, 2, 3, 3
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.
There are different optional rules to build such a sequence. This method 2 never considers twice the already said digits.
With this rule and seed, a(n) is always equal to 1, 2, 3 or 5, and the sequence is the simple concatenation of the look-and-repeat sequence by block A225329. This is because all blocks of A225329 begin with 2 or 3 and end with 2 and therefore, there is no possible interaction between blocks after concatenation.
It never contains runs of exactly four identical digits (except the first four ones), but it does contain runs of five identical digits. However, five 5's never appear. Proof: suppose '55555' appears for the first time in a(n)..a(n+4); because of 'five five 5' in 55555, it would imply that 55555 appears from a smaller n, which is a contradiction.

Examples

			a(1) = 1, then a(2) = a(3) = a(4) = 1 (one one 1). Leaving out the first 1 already said, we now have three 1's, then a(5) = a(6) = 3, and a(7) = 1, etc.
		

Crossrefs

Cf. A225330 (a close variant with 4's), A225329 (look-and-repeat by block), A005150 (original look-and-say), A225224, A221646, A225212 (continuous look-and-say versions).

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.