login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A277821 Inverse permutation to A277820. 3
1, 3, 2, 10, 4, 5, 6, 36, 9, 8, 28, 14, 15, 21, 7, 136, 11, 27, 120, 19, 91, 105, 20, 44, 45, 55, 13, 78, 35, 12, 66, 528, 77, 17, 496, 90, 435, 465, 43, 53, 325, 351, 54, 406, 18, 65, 378, 152, 153, 171, 16, 210, 135, 34, 190, 300, 26, 119, 276, 25, 231, 253, 104, 2080, 118, 275, 2016, 32, 1891, 1953, 252, 324, 1653, 1711, 33 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = (1/2) * ((c+r)^2 - r - 3*c + 2), where c = A277818(n), and r = A268671(n).
PROG
(Scheme)
(define (A277821 n) (let ((row (A268671 n)) (col (A277818 n))) (* (/ 1 2) (- (expt (+ row col) 2) row col col col -2))))
CROSSREFS
Inverse: A277820.
Sequence in context: A220466 A090780 A184174 * A371220 A318280 A057977
KEYWORD
nonn
AUTHOR
Antti Karttunen, Nov 03 2016
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 25 01:35 EDT 2024. Contains 371964 sequences. (Running on oeis4.)