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

A132283 Normalization of dense fractal sequence A054065 (defined from fractional parts {n*tau}, where tau = golden ratio).

Original entry on oeis.org

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

Views

Author

Clark Kimberling, Aug 16 2007

Keywords

Comments

A fractal sequence, dense in the sense that if i,j are neighbors in a segment, then eventually i and j are separated by some k in all later segments. (Hence in the "limit", i,j are separated by infinitely many other numbers.)

Examples

			Start with A054065=(1,2,1,2,1,3,2,4,1,3,5,2,4,1,3,5,2,4,1,6,3,5,2,...)
Step 1. Append initial 1.
Step 2. Write segments: 1; 1,2; 1,2; 1,3,2,4; 1,3,5,2,4;...
Step 3. Delete repeated segments: 1; 1,2; 1,3,2,4; 1,3,5,2,4; ...
Step 4. Make segment #n have length n by allowing only newcomer, namely n, like this: 1; 1,2; 1,3,2; 1,3,2,4; 1,3,5,2,4; 1,6,3,5,2,4; ...
Step 5. Concatenate those segments.
		

References

  • C. Kimberling, Proper self-containing sequences, fractal sequences and para-sequences, preprint, 2007.

Crossrefs

Cf. A132284.
Showing 1-1 of 1 results.