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

A264968
Permutation of nonnegative integers: a(n) = A246200(A263272(n)).
5
0, 1, 2, 3, 4, 5, 6, 11, 8, 9, 10, 7, 12, 19, 14, 15, 32, 27, 18, 39, 20, 33, 26, 17, 24, 25, 38, 23, 28, 13, 30, 41, 16, 21, 34, 35, 36, 31, 22, 29, 40, 37, 42, 123, 68, 75, 86, 47, 96, 135, 70, 81, 152, 77, 46, 53, 56, 107, 110, 59, 60, 163, 82, 99, 108, 65, 142, 111, 44, 51, 134, 57, 72, 139, 62, 147, 156, 83, 58, 87, 80, 69
OFFSET
0,3
FORMULA
a(n) = A246200(A263272(n)).
Other identities. For all n >= 0:
A000035(a(n)) = A000035(n). [This permutation preserves the parity of numbers.]
PROG
(Scheme) (define (A264968 n) (A246200 (A263272 n)))
CROSSREFS
Inverse: A264967.
Cf. also A264965, A264966.
Sequence in context: A072622 A072621 A263272 * A264967 A266641 A357977
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Dec 05 2015
STATUS
approved