login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A234747 Self-inverse and multiplicative permutation of natural numbers, A091202-conjugate of Blue code: a(n) = A091203(A193231(A091202(n))). 7
0, 1, 3, 2, 9, 5, 6, 11, 27, 4, 15, 7, 18, 13, 33, 10, 81, 19, 12, 17, 45, 22, 21, 37, 54, 25, 39, 8, 99, 43, 30, 41, 243, 14, 57, 55, 36, 23, 51, 26, 135, 31, 66, 29, 63, 20, 111, 59, 162, 121, 75, 38, 117, 61, 24, 35, 297, 34, 129, 47, 90, 53, 123, 44, 729 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
a(n) has the same prime signature as n: the permutation maps primes to primes, squares to squares, cubes to cubes, and so on.
LINKS
FORMULA
a(n) = A091203(A193231(A091202(n))).
Completely multiplicative with p_i = p_{A234751(i)} (where p_i stands for the i-th prime, A000040(i)), and a(x*y) = a(x)*a(y) for x, y > 0.
EXAMPLE
Example of multiplicativity: a(7)=11, a(23)=37, a(7*23) = a(161) = a(7)*a(23) = 11*37 = 407.
PROG
(Scheme) (define (A234747 n) (A091203 (A193231 (A091202 n))))
CROSSREFS
See A234748 for a variant.
Sequence in context: A306470 A251560 A064614 * A016650 A033313 A231442
KEYWORD
nonn,mult,look
AUTHOR
Antti Karttunen, Dec 31 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 23 20:33 EDT 2024. Contains 371916 sequences. (Running on oeis4.)