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

A265358
Permutation of nonnegative integers: a(n) = A263272(A264989(n)).
4
0, 1, 2, 5, 4, 3, 6, 11, 7, 14, 32, 8, 23, 13, 9, 18, 10, 12, 15, 29, 20, 59, 38, 19, 56, 34, 22, 41, 95, 17, 50, 113, 16, 47, 35, 25, 68, 104, 26, 77, 40, 27, 54, 28, 36, 45, 83, 33, 96, 37, 30, 87, 31, 39, 42, 86, 24, 69, 110, 21, 60, 101, 61, 176, 302, 62, 185, 119, 55, 164, 100, 58, 167, 299, 65, 194, 115, 64, 191, 103, 67, 122
OFFSET
0,3
COMMENTS
Composition of A263272 with the permutation obtained from its odd bisection.
FORMULA
a(n) = A263272(A264989(n)).
PROG
(Scheme) (define (A265358 n) (A263272 (A264989 n)))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 07 2015
STATUS
approved