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

A265365
Permutation of nonnegative integers: a(n) = A264978(A263273(n)).
3
0, 1, 2, 3, 8, 7, 6, 5, 4, 9, 10, 29, 24, 26, 25, 21, 23, 22, 18, 17, 20, 15, 14, 16, 12, 11, 13, 27, 28, 83, 30, 89, 88, 87, 86, 85, 72, 71, 74, 78, 80, 79, 75, 77, 76, 63, 62, 61, 69, 68, 70, 66, 65, 67, 54, 19, 56, 51, 53, 52, 60, 59, 58, 45, 44, 47, 42, 41, 43, 48, 50, 49, 36, 35, 34, 33, 32, 31, 39, 38, 40, 81
OFFSET
0,3
COMMENTS
Composition of A263273 with the permutation obtained from its octisection.
FORMULA
a(n) = A264978(A263273(n)).
Other identities. For all n >= 0:
a(3*n) = 3*a(n).
PROG
(Scheme) (define (A265365 n) (A264978 (A263273 n)))
CROSSREFS
Inverse: A265366.
Cf. also A265363.
Sequence in context: A327353 A270230 A265366 * A183141 A196828 A171046
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 07 2015
STATUS
approved