login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A254106
Inverse permutation to A254105.
3
1, 2, 3, 6, 4, 5, 10, 15, 9, 21, 28, 7, 8, 14, 36, 45, 20, 55, 66, 13, 27, 78, 91, 35, 105, 120, 11, 12, 19, 44, 136, 153, 54, 171, 190, 26, 65, 210, 231, 77, 253, 276, 18, 34, 90, 300, 325, 104, 351, 378, 43, 119, 406, 435, 135, 465, 496, 16, 17, 25, 53, 152, 528, 561, 170, 595, 630, 64, 189, 666, 703, 209, 741, 780, 33, 76
OFFSET
1,2
PROG
(Scheme) (define (A254106 n) (let ((col (A254112 n)) (row (A254111 n))) (* (/ 1 2) (- (expt (+ col row) 2) col row row row -2))))
CROSSREFS
Inverse: A254105.
Sequence in context: A358026 A331117 A282841 * A373323 A072637 A138153
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 27 2015
STATUS
approved