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

A275841
Permutation of nonnegative integers: a(n) = A273663(A275837(A273670(n))).
7
0, 2, 12, 3, 16, 1, 72, 14, 11, 13, 90, 8, 70, 6, 7, 17, 84, 9, 58, 76, 77, 15, 78, 5, 480, 53, 36, 94, 95, 10, 47, 54, 74, 75, 576, 19, 474, 45, 52, 88, 89, 4, 33, 71, 92, 93, 552, 483, 358, 449, 26, 28, 21, 82, 29, 83, 62, 73, 501, 60, 431, 86, 43, 87, 528, 579, 206, 417, 493, 496, 485, 57, 203, 497, 492, 55, 38, 91, 494, 597, 48, 50, 294, 80, 288, 24, 25, 81
OFFSET
0,2
FORMULA
a(n) = A273663(A275837(A273670(n))).
PROG
(Scheme) (define (A275841 n) (A273663 (A275837 (A273670 n))))
CROSSREFS
Inverse: A275842.
Sequence in context: A113698 A048794 A365703 * A224841 A363932 A317206
KEYWORD
nonn,base
AUTHOR
Antti Karttunen, Aug 13 2016
STATUS
approved