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-2 of 2 results.

A263564 Putative inverse of A263563.

Original entry on oeis.org

1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 14, 18, 22, 26, 30, 34, 38, 42, 17, 46, 50, 55, 60, 65, 70, 75, 80, 85, 21, 90, 95, 101, 107, 113, 119, 125, 131, 137, 25, 143, 149, 156, 163, 170, 177, 184, 191, 198, 29, 205, 212, 220, 228, 236, 244, 252, 260, 268, 33, 276
Offset: 1

Views

Author

Paul Tek, Oct 21 2015

Keywords

Crossrefs

Cf. A263563.

A342164 A self-describing sequence: start with 0, then for each digit in each successive term, starting from the first term, append to the sequence its most recent position in the string formed by the concatenation of all previous terms.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 15, 17, 19, 16, 23, 18, 27, 30, 27, 22, 27, 24, 39, 41, 44, 28, 47, 50, 41, 52, 56, 50, 56, 56, 56, 50, 56, 53, 72, 42, 75, 54, 80, 80, 76, 83, 80, 85, 92, 90, 80, 54, 99, 94, 99, 86, 99, 98, 99, 108, 99, 108, 99, 108, 99, 126, 99
Offset: 0

Views

Author

Scott R. Shannon, Mar 03 2021

Keywords

Comments

After the leading zero taking the a(n)-th digit of the sequence returns the digits of the sequence.

Examples

			The second term is 1 as the 0 in the first term appears as the first digit in the sequence. Likewise the third term is 2 as the 1 in the second term is the second digit of the sequence, and so on to the eleventh term.
As the eleventh term is 10 and has two digits, the twelfth and thirteenth terms give the most recent position of a 1 and 0 in the sequence, and they appear at the eleventh and twelfth position.
As the twelfth term is 11, the fourteenth and fifteenth terms give the most recent position of the two 1's. The last 1 appears at the fifteenth position, and after appending 15, which contains a 1, the most recent 1 now appears at the seventeenth position.
		

Crossrefs

Showing 1-2 of 2 results.