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!)
A064275 Inverse of sequence A032447 considered as a permutation of the positive integers. 3

%I #18 Nov 22 2015 13:34:42

%S 1,2,3,4,6,5,10,7,11,8,19,9,21,12,14,15,27,13,33,16,22,20,42,17,37,23,

%T 34,24,54,18,56,28,38,29,44,25,65,35,45,30,73,26,82,39,46,43,89,31,83,

%U 40,58,47,102,36,74,48,66,55,109,32,111,57,67,59,91,41,128,60,86,49,130,50,132,68,75,69,112,51,149,61

%N Inverse of sequence A032447 considered as a permutation of the positive integers.

%H Alois P. Heinz, <a href="/A064275/b064275.txt">Table of n, a(n) for n = 1..20000</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 a064275 = (+ 1) . fromJust . (`elemIndex` a032447_list)

%o -- _Reinhard Zumkeller_, Nov 22 2015

%Y Cf. A032447, A007614.

%K nonn,look,easy

%O 1,2

%A _Howard A. Landman_, Sep 23 2001

%E Edited by _N. J. A. Sloane_, Nov 05 2007

%E More terms from _Alois P. Heinz_, Jan 20 2011

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 24 07:00 EDT 2024. Contains 371920 sequences. (Running on oeis4.)