A212494 Base 2i representation of nonnegative integers.
0, 1, 2, 3, 10300, 10301, 10302, 10303, 10200, 10201, 10202, 10203, 10100, 10101, 10102, 10103, 10000, 10001, 10002, 10003, 20300, 20301, 20302, 20303, 20200, 20201, 20202, 20203, 20100, 20101, 20102, 20103
Offset: 0
Examples
a(5) = 10301 because 5 = 1*(2i)^4+3*(2i)^2+1*(2i)^0 = 1*16+3*(-4)+1*1
References
- Donald Knuth, The Art of Computer Programming. Volume 2, 2nd Edition. Reading, Massachussetts: Addison-Wesley (1981): 189
Links
- Joerg Arndt, Table of n, a(n) for n = 0..1000
- Joerg Arndt, Radix 2i
- Donald Knuth, An imaginary number system, Communications of the ACM 3 (4), April 1960, pp. 245-247.
- OEIS Wiki, Quater-imaginary base
- Wikipedia, Quater-imaginary base
Comments