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.

A320283 Lexicographical ordering of pure imaginary integers in the base (-1+i) numeral system.

Original entry on oeis.org

0, 1, -2, -1, -4, -3, -6, -5, 8, 9, 6, 7, 4, 5, 2, 3, 16, 17, 14, 15, 12, 13, 10, 11, 24, 25, 22, 23, 20, 21, 18, 19, -32, -31, -34, -33, -36, -35, -38, -37, -24, -23, -26, -25, -28, -27, -30, -29, -16, -15, -18, -17, -20, -19, -22, -21, -8, -7, -10, -9, -12, -11, -14, -13, -64, -63, -66, -65, -68, -67, -70, -69
Offset: 0

Views

Author

Andreas K. Badea, Oct 09 2018

Keywords

Comments

For ordering of pure real integers in same system see A073791.
All integers appear in this sequence.

Crossrefs

Formula

From Andrey Zabolotskiy, Jan 31 2019: (Start)
a(n) = A073791(2*n)/2.
a(n) = -a(4*n)/4.
a(n) = -4*a(floor(n/4)) + a(n mod 4). (End)