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.

A183993 "Types" (parities of i and j) when all the numbers i+j*r are ranked, where r=golden ratio, i>=0, j>=0.

Original entry on oeis.org

4, 2, 3, 4, 1, 2, 4, 3, 4, 2, 1, 3, 2, 4, 3, 1, 4, 2, 4, 1, 3, 2, 4, 2, 3, 1, 4, 3, 2, 4, 1, 3, 2, 1, 4, 2, 3, 4, 1, 4, 3, 2, 4, 1, 2, 3, 2, 1, 4, 3, 2, 3, 4, 1, 4, 3, 2, 1, 4, 1, 2, 3, 4, 2, 1, 4, 3, 2, 3, 4, 1, 2, 4, 3, 2, 1, 4, 3, 1, 2
Offset: 1

Views

Author

Clark Kimberling, Jan 08 2011

Keywords

Examples

			(See the examples at A183989-A183992.)
		

Crossrefs

Formula

Let s(n)=i(n)+r*j(n) be the sequence obtained by arranging in increasing order all the numbers i+j*r, where r is the golden mean ((1+sqrt(5))/2), and i>=0, j>=0. Then
a(n)=1 if i(n) is odd and j(n) is odd (n in A183989);
a(n)=2 if i(n) is odd and j(n) is even (n in A183990);
a(n)=3 if i(n) is even and j(n) is odd (n in A183991);
a(n)=4 if i(n) is even and j(n) is even (n in A183992).

Extensions

I edited the definition slightly. - N. J. A. Sloane, Jan 11 2011