Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.
%I #8 Nov 05 2016 07:26:54
%S 1,2,3,4,5,6,7,9,10,12,8,15,18,20,24,11,17,30,36,40,48,13,23,34,60,72,
%T 80,96,14,27,46,68,120,144,160,192,16,29,54,92,136,240,288,320,384,19,
%U 33,58,108,184,272,480,576,640,768,21,39,66,116,216,368,544,960,1152,1280,1536,22,43,78,132,232,432,736,1088,1920,2304,2560,3072
%N Dispersion of evil numbers, array transposed.
%C See comments in A277880.
%H Antti Karttunen, <a href="/A277882/b277882.txt">Table of n, a(n) for n = 1..10440; the first 144 antidiagonals of array</a>
%H <a href="/index/Bi#binary">Index entries for sequences related to binary expansion of n</a>
%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%e The top left 11 x 11 corner of the array:
%e 1, 2, 4, 7, 8, 11, 13, 14, 16, 19, 21
%e 3, 5, 9, 15, 17, 23, 27, 29, 33, 39, 43
%e 6, 10, 18, 30, 34, 46, 54, 58, 66, 78, 86
%e 12, 20, 36, 60, 68, 92, 108, 116, 132, 156, 172
%e 24, 40, 72, 120, 136, 184, 216, 232, 264, 312, 344
%e 48, 80, 144, 240, 272, 368, 432, 464, 528, 624, 688
%e 96, 160, 288, 480, 544, 736, 864, 928, 1056, 1248, 1376
%e 192, 320, 576, 960, 1088, 1472, 1728, 1856, 2112, 2496, 2752
%e 384, 640, 1152, 1920, 2176, 2944, 3456, 3712, 4224, 4992, 5504
%e 768, 1280, 2304, 3840, 4352, 5888, 6912, 7424, 8448, 9984, 11008
%e 1536, 2560, 4608, 7680, 8704, 11776, 13824, 14848, 16896, 19968, 22016
%o (Scheme) (define (A277882 n) (A277880bi (A004736 n) (A002260 n))) ;; Code for A277880bi given in A277880.
%Y Transpose: A277880.
%Y Inverse: A277883.
%Y Topmost row: A000069, second topmost: A129771.
%Y Leftmost column: A003945.
%K nonn,base,tabl
%O 1,2
%A _Antti Karttunen_, Nov 03 2016