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!)
A127812 Smallest m such that A072594(m) = n. 2

%I #7 Nov 17 2012 15:51:03

%S 4,1,2,3,21,5,15,7,33,22,66,11,77,13,39,26,57,17,51,19,69,46,95,23,

%T 145,465,155,435,93,29,87,31,185,777,259,555,222,37,111,74,129,41,123,

%U 43,141,94,215,47,265,1113,371,795,318,53,159,106,177,118,354,59,366,61

%N Smallest m such that A072594(m) = n.

%C A072594(a(n)) = n and A072594(m) <> n for m < a(n).

%H R. Zumkeller, <a href="/A127812/b127812.txt">Table of n, a(n) for n = 0..1000</a>

%o (Haskell)

%o import Data.List (elemIndex)

%o import Data.Maybe (fromJust)

%o a127812 = (+ 1) . fromJust . (`elemIndex` a072594_list)

%o -- _Reinhard Zumkeller_, Nov 17 2012

%K nonn

%O 0,1

%A _Reinhard Zumkeller_, Feb 02 2007

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