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

A234744
Multiplicative permutation of integers: a(n) = A234840(A235199(n)).
9
0, 1, 3, 2, 9, 61, 6, 19, 27, 4, 183, 101, 18, 281, 57, 122, 81, 11, 12, 5, 549, 38, 303, 263, 54, 3721, 843, 8, 171, 157, 366, 31, 243, 202, 33, 1159, 36, 1811, 15, 562, 1647, 1091, 114, 29, 909, 244, 789, 131, 162, 361, 11163, 22, 2529, 541, 24, 6161, 513, 10, 471, 59, 1098, 7
OFFSET
0,3
COMMENTS
Please see the comments at A234743. The observations given there apply also here.
FORMULA
a(n) = A234840(A235199(n)).
Multiplicative with a(p_i) = p_{A235048(i)} for primes with index i, except for cases i=3 and i=4, use p_18 and p_8 (61 and 19) instead of 19 and 61. For the composites, the value is determined as: a(u*v) = a(u) * a(v).
PROG
(Scheme) (define (A234744 n) (A234840 (A235199 n)))
CROSSREFS
Inverse: A234743. Similarly composed multiplicative permutations, with more tractable cycle structures: A235485/A235486, A235493/A235494.
Sequence in context: A049971 A234748 A156528 * A092502 A292923 A354191
KEYWORD
nonn,mult
AUTHOR
Antti Karttunen, Jan 04 2014
STATUS
approved