login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

A254054
Permutation of natural numbers: a(n) = A254052(A048673(n)).
3
1, 3, 2, 6, 4, 5, 7, 10, 37, 8, 11, 9, 16, 12, 67, 15, 22, 47, 29, 13, 172, 17, 46, 14, 137, 23, 862, 18, 56, 80, 79, 21, 232, 30, 326, 58, 92, 38, 407, 19, 106, 192, 121, 24, 1712, 57, 154, 20, 821, 155, 497, 31, 191, 905, 466, 25, 742, 68, 211, 94, 254, 93, 4187, 28, 781, 255, 277, 39, 1177, 353, 301, 70, 352, 107, 3322, 48, 1129, 437, 379, 26
OFFSET
1,2
COMMENTS
This is an inverse permutation to A254053, see comments there.
FORMULA
a(n) = A254052(A048673(n)).
PROG
(Scheme)
(define (A254054 n) (A254052 (A048673 n)))
CROSSREFS
Inverse: A254053.
Similar or related permutations: A048673, A254052.
Sequence in context: A249725 A253552 A265896 * A303767 A163252 A340250
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jan 24 2015
STATUS
approved