# Greetings from The On-Line Encyclopedia of Integer Sequences! http://oeis.org/ Search: id:a241012 Showing 1-1 of 1 %I A241012 #13 Mar 22 2022 00:10:52 %S A241012 1,2,4,6,8,3,10,12,14,5,16,7,18,9,11,20,22,13,24,15,17,19,26,21,28,23, %T A241012 30,25,32,27,34,36,29,31,33,35,38,37,39,41,40,42,43,44,46,48,45,50,47, %U A241012 52,54,56,49,58,60,62,64,66,51,53,55,68,70,57,72,59,61 %N A241012 Inverse permutation to A109465. %H A241012 Reinhard Zumkeller, Table of n, a(n) for n = 1..10000 %H A241012 Index entries for sequences that are permutations of the natural numbers %o A241012 (Haskell) %o A241012 import Data.List (elemIndex); import Data.Maybe (fromJust) %o A241012 a241012 = (+ 1) . fromJust . (`elemIndex` a109465_list) %K A241012 nonn %O A241012 1,2 %A A241012 _Reinhard Zumkeller_, Aug 07 2014 # Content is available under The OEIS End-User License Agreement: http://oeis.org/LICENSE