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

A265368
Permutation of nonnegative integers: a(n) = A263273(A263272(A264974(n))).
3
0, 1, 2, 3, 4, 7, 6, 19, 64, 9, 10, 55, 12, 13, 22, 21, 8, 23, 18, 5, 20, 57, 46, 199, 192, 73, 208, 27, 28, 163, 30, 37, 190, 165, 58, 193, 36, 31, 166, 39, 40, 67, 66, 25, 70, 63, 16, 61, 24, 17, 68, 69, 26, 71, 54, 11, 56, 15, 14, 65, 60, 181, 586, 171, 100, 505, 138, 127, 604, 597, 226, 631, 576, 145, 550, 219, 154, 613, 624, 235, 640, 81
OFFSET
0,3
COMMENTS
Composition of A263273 with the permutations obtained from its bisection (A263272) and quadrisection (A264974), in that order from left to right.
FORMULA
a(n) = A263273(A263272(A264974(n))).
As a composition of other related permutations:
a(n) = A265352(A264974(n)).
a(n) = A263273(A264976(n)).
Other identities. For all n >= 0:
a(3*n) = 3*a(n).
PROG
(Scheme) (define (A265368 n) (A263273 (A263272 (A264974 n))))
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 07 2015
STATUS
approved