A382113 Gray code transformation of the Zeckendorf representation of n.
0, 1, 3, 6, 5, 11, 10, 8, 19, 18, 16, 13, 14, 32, 31, 29, 26, 27, 21, 22, 24, 53, 52, 50, 47, 48, 42, 43, 45, 34, 35, 37, 40, 39, 87, 86, 84, 81, 82, 76, 77, 79, 68, 69, 71, 74, 73, 55, 56, 58, 61, 60, 66, 65, 63, 142, 141, 139, 136, 137, 131, 132, 134, 123, 124
Offset: 0
Examples
For n = 5: its Zeckendorf representation is 1000; the Gray code equivalent is 1111, which evaluates to 1+2+3+5=11. So a(5) = 11.