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”).

A266352
Inverse permutation to A266351.
2
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 11, 16, 12, 18, 13, 15, 20, 22, 21, 24, 30, 32, 19, 34, 44, 27, 26, 52, 40, 48, 17, 23, 29, 36, 25, 46, 54, 60, 35, 62, 38, 70, 66, 72, 68, 74, 39, 56, 76, 41, 89, 137, 85, 139, 28, 141, 143, 147, 42, 149, 50, 95, 31, 33, 43, 80, 45, 103, 58, 105, 37, 57, 64, 91, 78, 145, 151, 153, 55, 107, 93, 155, 81
OFFSET
1,2
PROG
(Scheme, with code for A266351 defined with defineperm1-macro also required)
(define (A266352 n) (A266351 (- n))) ;; This returns inverse values of A266351 from its hidden cache.
CROSSREFS
Inverse: A266351.
Sequence in context: A076356 A308493 A263443 * A247144 A050726 A108155
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 28 2015
STATUS
approved