Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).
%I #4 May 27 2015 05:52:50
%S 3,6,9,2,5,8,1,4,7,30,33,36,39,42,45,48,51,54,57,60,63,66,69,72,75,78,
%T 81,84,87,90,93,96,99,102,105,108,11,14,17,20,23,26,29,32,35,38,41,44,
%U 47,50,53,56,59,62,65,68,71,74,77,80,83,86,89,92,95,98
%N Inverse permutation to A258225.
%H Reinhard Zumkeller, <a href="/A258226/b258226.txt">Table of n, a(n) for n = 1..9999</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 a258226 = (+ 1) . fromJust . (`elemIndex` a258225_list)
%Y Cf. A258225.
%K nonn
%O 1,1
%A _Reinhard Zumkeller_, May 27 2015