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.

A088372 Table read by rows where T(0,0)=0; n-th row has 2^n terms T(n,j),j=0 to 2^n-1. T(n,T088208(n,j))=2^n-j, where T088208 is the table described in A088208.

Original entry on oeis.org

0, 2, 1, 4, 1, 3, 2, 8, 1, 5, 4, 7, 2, 6, 3, 16, 1, 9, 8, 13, 4, 12, 5, 15, 2, 10, 7, 14, 3, 11, 6, 32, 1, 17, 16, 25, 8, 24, 9, 29, 4, 20, 13, 28, 5, 21, 12, 31, 2, 18, 15, 26, 7, 23, 10, 30, 3, 19, 14, 27, 6, 22, 11, 64, 1, 33, 32, 49, 16, 48, 17, 57, 8, 40, 25, 56, 9, 41, 24, 61, 4, 36
Offset: 0

Views

Author

Gary W. Adamson, Sep 28 2003

Keywords

Comments

A Thue-Morse generator using the "Ordering of Iterates" algorithm.

Examples

			0
2 1
4 1 3 2
8 1 5 4 7 2 6 3
...
		

References

  • Manfred R. Schroeder, "Fractals, Chaos, Power Laws", W.H. Freeman, 1991, p. 282, 265.

Crossrefs

Extensions

Edited by Ray Chandler and N. J. A. Sloane, Oct 08 2003