login

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

A263256
Transpose of array A263255.
3
0, 1, 2, 3, 9, 6, 5, 4, 10, 12, 7, 8, 11, 25, 18, 19, 17, 13, 14, 26, 22, 23, 21, 24, 15, 32, 28, 30, 27, 93, 84, 72, 16, 44, 38, 34, 29, 97, 95, 89, 87, 20, 48, 49, 42, 31, 36, 99, 96, 91, 98, 40, 81, 52, 46, 35, 33, 101, 104, 100, 143, 139, 50, 86, 66, 54, 37, 109, 103, 105, 108, 149, 145, 141, 56, 88, 68, 58
OFFSET
0,3
COMMENTS
See comments in A263255.
EXAMPLE
Top left corner of the array:
0, 1, 3, 5, 7, 19, 23, 27, 29, 31, 35, 37, 41, 43, 51
2, 9, 4, 8, 17, 21, 93, 97, 36, 33, 109, 39, 45, 47, 179
6, 10, 11, 13, 24, 84, 95, 99, 101, 103, 111, 113, 119, 123, 413
12, 25, 14, 15, 72, 89, 96, 104, 105, 107, 136, 115, 173, 177, 415
18, 26, 32, 16, 87, 91, 100, 108, 120, 128, 140, 117, 407, 409, 479
22, 28, 44, 20, 98, 143, 149, 151, 155, 132, 161, 163, 471, 411, 481
30, 38, 48, 40, 139, 145, 153, 158, 164, 157, 165, 167, 473, 477, 495
34, 49, 81, 50, 141, 146, 154, 224, 232, 159, 393, 171, 475, 483, 581
42, 52, 86, 56, 142, 147, 160, 248, 260, 276, 395, 397, 568, 484, 583
46, 66, 88, 60, 150, 148, 212, 307, 264, 280, 399, 401, 571, 577, 587
54, 68, 116, 83, 202, 206, 229, 309, 311, 313, 461, 403, 572, 578, 589
58, 74, 130, 85, 208, 220, 240, 379, 324, 389, 465, 405, 573, 579, 594
62, 76, 135, 92, 225, 227, 305, 381, 383, 391, 532, 463, 575, 580, 671
70, 80, 175, 134, 228, 301, 356, 385, 387, 453, 540, 467, 659, 585, 676
78, 82, 184, 137, 297, 350, 364, 447, 400, 457, 567, 469, 663, 661, 677
90, 110, 186, 138, 338, 352, 377, 458, 449, 459, 584, 544, 665, 667, 679
94, 112, 192, 198, 340, 373, 443, 464, 451, 500, 600, 560, 861, 669, 869
102, 122, 200, 204, 371, 440, 445, 480, 455, 516, 651, 569, 874, 675, 871
106, 124, 244, 216, 372, 441, 454, 536, 472, 520, 851, 616, 904, 863, 873
...
PROG
(Scheme)
(define (A263256 n) (A263255bi (A025581 n) (+ 1 (A002262 n))))
;; Other code as in A263255.
CROSSREFS
Cf. A263255.
Sequence in context: A038756 A011164 A082234 * A168221 A011028 A224519
KEYWORD
nonn,tabl
AUTHOR
Antti Karttunen, Nov 07 2015
STATUS
approved