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

 


Inverse permutation to A101369.
2

%I #10 Apr 09 2014 10:12:20

%S 1,2,3,5,7,4,9,11,6,13,15,8,17,19,21,10,23,25,12,27,29,31,14,33,35,16,

%T 37,39,41,18,43,45,20,47,49,22,51,53,55,24,57,59,26,61,63,65,28,67,69,

%U 30,71,73,32,75,77,79,34,81,83,36,85,87,89,38,91,93,40,95,97,42,99,101

%N Inverse permutation to A101369.

%H Reinhard Zumkeller, <a href="/A101438/b101438.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 (Haskell)

%o import Data.List (elemIndex); import Data.Maybe (fromJust)

%o a101438 = (+ 1) . fromJust . (`elemIndex` a101369_list)

%o -- _Reinhard Zumkeller_, Jul 01 2013

%Y Cf. A101369.

%K nonn

%O 1,2

%A _Leroy Quet_, Jan 18 2005

%E More terms from _David Wasserman_, Mar 27 2008

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 22 02:07 EDT 2024. Contains 376090 sequences. (Running on oeis4.)