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

A245446
Permutation of nonnegative integers: a(n) = A193231(A056539(n)).
4
0, 1, 3, 2, 6, 4, 5, 7, 9, 14, 12, 11, 10, 13, 15, 8, 24, 16, 23, 31, 29, 21, 18, 26, 27, 19, 20, 28, 30, 22, 17, 25, 43, 50, 58, 35, 36, 61, 53, 44, 46, 55, 63, 38, 33, 56, 48, 41, 40, 49, 57, 32, 39, 62, 54, 47, 45, 52, 60, 37, 34, 59, 51, 42, 126, 84, 77, 103, 111, 69
OFFSET
0,3
FORMULA
a(n) = A193231(A056539(n)).
PROG
(Scheme) (define (A245446 n) (A193231 (A056539 n)))
CROSSREFS
Inverse: A245445.
Sequence in context: A106409 A115510 A230598 * A070264 A365233 A249725
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jul 22 2014
STATUS
approved