Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A277819
Transpose of square array A277820.
3
1, 2, 3, 7, 6, 5, 4, 9, 10, 15, 13, 12, 27, 30, 17, 14, 23, 20, 45, 34, 51, 11, 18, 57, 60, 119, 102, 85, 8, 29, 54, 75, 68, 153, 170, 255, 25, 24, 39, 90, 221, 204, 427, 510, 257, 26, 43, 40, 105, 238, 359, 340, 765, 514, 771, 31, 46, 125, 120, 187, 306, 937, 1020, 1799, 1542, 1285, 28, 33, 114, 135, 136, 461, 854, 1275, 1028, 2313, 2570, 3855
OFFSET
1,2
COMMENTS
See A277820.
EXAMPLE
The top left 10 x 10 corner of the array:
1, 2, 7, 4, 13, 14, 11, 8, 25, 26
3, 6, 9, 12, 23, 18, 29, 24, 43, 46
5, 10, 27, 20, 57, 54, 39, 40, 125, 114
15, 30, 45, 60, 75, 90, 105, 120, 135, 150
17, 34, 119, 68, 221, 238, 187, 136, 393, 442
51, 102, 153, 204, 359, 306, 461, 408, 667, 718
85, 170, 427, 340, 937, 854, 599, 680, 1965, 1874
255, 510, 765, 1020, 1275, 1530, 1785, 2040, 2295, 2550
257, 514, 1799, 1028, 3341, 3598, 2827, 2056, 6425, 6682
771, 1542, 2313, 3084, 5911, 4626, 7453, 6168, 11051, 11822
PROG
(Scheme) (define (A277819 n) (A277820bi (A004736 n) (A002260 n))) ;; Code for A277820bi given in A277820.
CROSSREFS
Transpose: A277820.
Row 1: A065621, row 2: A277823.
Column 1: A001317.
Sequence in context: A246265 A234612 A069772 * A098287 A115304 A277901
KEYWORD
nonn,base,tabl
AUTHOR
Antti Karttunen, Nov 01 2016
STATUS
approved