cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A263256 Transpose of array A263255.

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