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

A257737
Permutation of natural numbers: a(n) = A183089(A257725(n)).
3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 21, 14, 31, 16, 17, 18, 29, 20, 87, 42, 23, 24, 13, 26, 40, 28, 112, 56, 141, 32, 15, 34, 19, 36, 517, 54, 39, 143, 74, 177, 49, 44, 22, 46, 27, 48, 925, 618, 37, 71, 53, 179, 96, 220, 64, 58, 30, 60, 38, 62, 63, 1088, 737, 50, 51, 92, 4129, 70, 222, 122, 259, 271, 8037, 84, 77, 41
OFFSET
1,2
FORMULA
a(n) = A183089(A257725(n)).
PROG
(Scheme) (define (A257737 n) (A183089 (A257725 n)))
CROSSREFS
Inverse: A257738.
Sequence in context: A277861 A173902 A261370 * A130577 A252490 A376425
KEYWORD
nonn
AUTHOR
Antti Karttunen, May 09 2015
STATUS
approved