login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Concatenate binary vectors ordered first by length, then by the number of 1's and finally by a 'reverse' lexicographical ordering (read words from right to left).
3

%I #5 Aug 19 2015 15:06:12

%S 0,1,0,0,1,0,0,1,1,1,0,0,0,1,0,0,0,1,0,0,0,1,1,1,0,1,0,1,0,1,1,1,1,1,

%T 0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,0,0,0,0,1,1,1,0,0,1,0,1,0,0,1,1,0,1,0,

%U 0,1,0,1,0,1,0,0,1,1,1,1,1,0,1,1,0,1,1,0,1,1,0,1,1,1,1,1,1,1

%N Concatenate binary vectors ordered first by length, then by the number of 1's and finally by a 'reverse' lexicographical ordering (read words from right to left).

%Y Cf. A076478, A091444, A091446, A091447.

%K easy,nonn

%O 0,1

%A _Paul Boddington_, Jan 10 2004