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

A253792
Permutation of natural numbers: a(n) = A156552(A244154(n)).
5
0, 1, 2, 4, 3, 7, 32, 17, 5, 16, 13, 256, 12, 257, 38, 4096, 8, 64, 35, 31, 66, 32768, 135, 259, 131072, 4097, 8194, 536870912, 32771, 65539, 18446744073709551616, 262145, 6, 19, 34, 25, 513, 4194304, 1029, 260, 55, 2051, 8796093022208, 4194305, 93, 36028797018963968, 4194309, 1032, 132, 145, 67108866, 160, 262151, 4111
OFFSET
0,3
FORMULA
a(n) = A156552(A244154(n)).
As a composition of other related permutations:
a(n) = A054429(A253892(A054429(n))).
PROG
(Scheme) (define (A253792 n) (A156552 (A244154 n)))
CROSSREFS
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 17 2015
STATUS
approved