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!)
A129677 Inverse permutation to A129676. 4

%I #15 Mar 18 2022 21:52:07

%S 2,6,1,4,3,5,8,12,7,9,11,10,14,20,13,16,15,17,19,18,22,24,21,23,26,30,

%T 25,28,27,29,32,36,31,33,35,34,38,40,37,39,42,48,41,44,43,45,47,46,50,

%U 54,49,52,51,53,56,60,55,57,59,58,62,68,61,64,63,65,67,66,70,72,69,71

%N Inverse permutation to A129676.

%C The inversion maintains the cyclic characteristics described in A129676.

%H Ferenc Adorjan, <a href="/A129677/b129677.txt">Table of n, a(n) for n = 1..10000</a>

%H <a href="/index/Per#IntegerPermutation">Index entries for sequences that are permutations of the natural numbers</a>

%o (PARI) {pinverse(v)= /* Permutation inverse of a positive sequence */

%o local(n,m,x);n=matsize(v)[2]; x=vector(n);

%o for(i=1,n,if(v[i]<=n,x[v[i]]=i)); return(x)}

%o a=pinverse(A129676)

%Y Inverse of A129676, cf. A128754, A128755, A129681 and A000069.

%K nonn,base

%O 1,1

%A Ferenc Adorjan (fadorjan(AT)freemail.hu or ferencadorjan(AT)gmail.com), May 01 2007

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 September 6 21:39 EDT 2024. Contains 375728 sequences. (Running on oeis4.)