cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A234747 Self-inverse and multiplicative permutation of natural numbers, A091202-conjugate of Blue code: a(n) = A091203(A193231(A091202(n))).

This page as a plain text file.
%I A234747 #19 Nov 19 2016 06:44:46
%S A234747 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,
%T A234747 39,8,99,43,30,41,243,14,57,55,36,23,51,26,135,31,66,29,63,20,111,59,
%U A234747 162,121,75,38,117,61,24,35,297,34,129,47,90,53,123,44,729
%N A234747 Self-inverse and multiplicative permutation of natural numbers, A091202-conjugate of Blue code: a(n) = A091203(A193231(A091202(n))).
%C A234747 a(n) has the same prime signature as n: the permutation maps primes to primes, squares to squares, cubes to cubes, and so on.
%H A234747 Antti Karttunen, <a href="/A234747/b234747.txt">Table of n, a(n) for n = 0..8191</a>
%H A234747 <a href="/index/Di#divseq">Index to divisibility sequences</a>
%H A234747 <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>
%F A234747 a(n) = A091203(A193231(A091202(n))).
%F A234747 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.
%e A234747 Example of multiplicativity: a(7)=11, a(23)=37, a(7*23) = a(161) = a(7)*a(23) = 11*37 = 407.
%o A234747 (Scheme) (define (A234747 n) (A091203 (A193231 (A091202 n))))
%Y A234747 Cf. A091202, A091203, A193231, A234751.
%Y A234747 See A234748 for a variant.
%K A234747 nonn,mult,look
%O A234747 0,3
%A A234747 _Antti Karttunen_, Dec 31 2013