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

%I #12 Sep 27 2014 13:14:00

%S 0,2,1,3,727

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

%C A101403(a(n)) = n;

%C No more terms based on first 10^6 terms of A101402.

%C No more terms based on the first 3*10^7 terms of A101402. - _Robert G. Wilson v_, Sep 19 2014

%e a(5) = A129117(1) = 727.

%o (Haskell)

%o import Data.List (elemIndex); import Data.Maybe (fromJust)

%o a246431 = fromJust . (`elemIndex` a101403_list)

%Y Cf. A101403, A101402.

%K nonn,more

%O 1,2

%A _Reinhard Zumkeller_, Aug 28 2014

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 May 3 11:14 EDT 2024. Contains 372207 sequences. (Running on oeis4.)