Intended for: September 19, 2011
Timetable
- First draft entered by Mitch Harris on August 3, 2011 ✓
- Draft reviewed by Alonso del Arte on September 11, 2011 ✓
- Draft to be approved by August 19, 2011
The line below marks the end of the <noinclude> ... </noinclude> section.
A003188: Decimal equivalent of Gray code for
.
-
{0, 1, 3, 2, 6, 7, 5, 4, 12, 13, 15, 14, 10, 11, 9, 8, 24, 25, 27, 26, 30, 31, 29, ... }
In binary, visits every node of an
-cube, by a change of exactly one coordinate (
0 to
1, or
1 to
0).
a (0) = 0; a (n) = 2 a + mod 2, n ≥ 1. |