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!)
A256371 Inverse permutation to A256210. 3

%I #7 Mar 22 2022 10:01:29

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

%T 25,30,26,32,27,34,31,36,33,38,35,40,37,41,39,45,42,46,43,48,44,49,47,

%U 51,50,53,52,57,54,58,55,59,56,62,60,64,61,66,63,68,65

%N Inverse permutation to A256210.

%H Reinhard Zumkeller, <a href="/A256371/b256371.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 a256371 = (+ 1) . fromJust . (`elemIndex` a256210_list)

%Y Cf. A256210 (inverse), A256372 (fixed points).

%K nonn

%O 1,1

%A _Reinhard Zumkeller_, Mar 26 2015

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 11:13 EDT 2024. Contains 371905 sequences. (Running on oeis4.)