A233569 Canonical parts power representation of n: n = concatenation((1)^k_1,(10)^k_2,...).
0, 1, 2, 3, 4, 6, 6, 7, 8, 12, 10, 14, 12, 14, 14, 15, 16, 24, 20, 28, 20, 26, 26, 30, 24, 28, 26, 30, 28, 30, 30, 31, 32, 48, 40, 56, 36, 52, 52, 60, 40, 52, 42, 58, 52, 58, 58, 62, 48, 56, 52, 60, 52, 58, 58, 62, 56, 60, 58, 62, 60, 62, 62, 63, 64, 96, 80
Offset: 0
Links
Crossrefs
Cf. A114994.
Programs
-
Mathematica
bitPatt[n_]:=bitPatt[n]=Split[IntegerDigits[n,2],#1>#2||#2==0&];Map[FromDigits[Flatten[Sort[bitPatt[#]]],2]&,Range[0,33]] (* Peter J. C. Moses, Dec 14 2013 *)
Extensions
More terms from Peter J. C. Moses, Dec 15 2013
Comments