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.

A163258 Fractal sequence of the interspersion A163257.

Original entry on oeis.org

1, 2, 3, 4, 1, 2, 5, 3, 6, 4, 1, 2, 7, 5, 3, 8, 6, 4, 1, 2, 9, 7, 5, 3, 10, 8, 6, 4, 1, 2, 11, 9, 7, 5, 3, 12, 10, 8, 6, 4, 1, 2, 13, 11, 9, 7, 5, 3, 14, 12, 10, 8, 6, 4, 1, 2, 15, 13, 11, 9, 7, 5, 3, 16, 14, 12, 10, 8, 6, 4, 1, 2, 17, 15, 13, 11, 9, 7, 5, 3, 18, 16, 14, 12, 10, 8, 6, 4
Offset: 1

Views

Author

Clark Kimberling, Jul 24 2009

Keywords

Comments

As a fractal sequence, A163258 contains every positive integer; indeed, A163258 properly contains itself (infinitely many times).

Examples

			Append the following segments:
1 2 3 4
1 2 5 3 6 4
1 2 7 5 3 8 6 4
1 2 9 7 5 3 10 8 6 4
For n>1, the n-th segment arises from the (n-1)st by inserting 2*n+1 at position 3 and 2*n+2 at position n+3.
		

Crossrefs