a(n) is the concatenation of the positions of 1-bits in the binary expansion of the Gray code for n, when 1 is the rightmost position; a(0) = 0.
A360287
a(n) is the concatenation of the positions of 1-bits in the binary expansion of the Gray code for n, when 1 is the rightmost position; a(0) = 0.
Terms
- a(0) =0a(1) =1a(2) =12a(3) =2a(4) =23a(5) =123a(6) =13a(7) =3a(8) =34a(9) =134a(10) =1234a(11) =234a(12) =24a(13) =124a(14) =14a(15) =4a(16) =45a(17) =145a(18) =1245a(19) =245a(20) =2345a(21) =12345a(22) =1345a(23) =345a(24) =35a(25) =135a(26) =1235a(27) =235a(28) =25a(29) =125
External references
- oeis: A360287