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!)
A272797 Least k for which A065413(k) = n, or 0 if no such k exists. 1

%I #9 May 07 2016 00:24:48

%S 13,1,27,23,891,4795,125201,3253303

%N Least k for which A065413(k) = n, or 0 if no such k exists.

%e a(3) = 23 because the first occurrence of 3 in A065413 is A065413(23) = 3.

%p # given vector A of size N constructed as in A065413

%p M:= max(A):

%p B:= Array(0..M):

%p for i from 1 to N do

%p if B[A[i]] = 0 then B[A[i]]:= i fi

%p od:

%p convert(B,list); # _Robert Israel_, May 06 2016

%Y Cf. A065413.

%K nonn,more,base

%O 0,1

%A _Robert Israel_, May 06 2016

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 2 10:17 EDT 2024. Contains 372196 sequences. (Running on oeis4.)