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!)
A262461 Inverse permutation to A262460. 2

%I #4 Sep 24 2015 09:37:13

%S 1,5,10,16,20,24,28,32,36,40,44,48,52,56,60,2,3,4,9,15,21,23,29,31,37,

%T 39,45,47,53,55,61,6,8,7,11,17,19,25,27,33,35,41,43,49,51,57,59,12,14,

%U 18,13,65,70,72,80,82,63,84,86,88,90,92,94,66,22,26,64

%N Inverse permutation to A262460.

%H Reinhard Zumkeller, <a href="/A262461/b262461.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 a262461 = (+ 1) . fromJust . (`elemIndex` a262460_list)

%Y Cf. A262411.

%K nonn

%O 1,2

%A _Reinhard Zumkeller_, Sep 23 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 18 20:26 EDT 2024. Contains 371781 sequences. (Running on oeis4.)