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

A265363
Permutation of nonnegative integers: a(n) = A264974(A263273(n)).
4
0, 1, 2, 3, 4, 7, 6, 5, 16, 9, 10, 11, 12, 13, 34, 21, 8, 25, 18, 19, 20, 15, 14, 43, 48, 17, 52, 27, 28, 29, 30, 31, 88, 33, 32, 97, 36, 37, 38, 39, 40, 115, 102, 35, 106, 63, 22, 61, 24, 23, 70, 75, 26, 79, 54, 55, 56, 57, 58, 169, 60, 59, 178, 45, 46, 47, 42, 41, 124, 129, 44, 133, 144, 49, 142, 51, 50, 151, 156, 53, 160, 81
OFFSET
0,3
COMMENTS
Composition of A263273 with the permutation obtained from its quadrisection.
FORMULA
a(n) = A264974(A263273(n)).
Other identities. For all n >= 0:
a(3*n) = 3*a(n).
PROG
(Scheme) (define (A265363 n) (A264974 (A263273 n)))
CROSSREFS
Inverse: A265364.
Cf. also A265343, A265365.
Sequence in context: A338644 A132075 A265364 * A319651 A373185 A340632
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 07 2015
STATUS
approved