The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A359517 Inverse permutation (conjectured) of A359356. 2

%I #14 Jan 06 2023 15:27:43

%S 0,1,80,204,241,1220,1647,862,1248,481,2,603,3,70,22,13,49,42,121,67,

%T 79,36,925,132,122,95,59,94,165,101,203,16,38,2396,244,169,343,344,

%U 140,174,240,28,81,116,2179,246,149,266,864,247,1219,46,54,18,229,27492

%N Inverse permutation (conjectured) of A359356.

%H Alois P. Heinz, <a href="/A359517/b359517.txt">Table of n, a(n) for n = 0..554</a>

%e a(55) = 27492 because A359356(27492) = 55.

%o (Python)

%o def A359517(n, i=0):

%o while A359356(i) != n: i += 1

%o return i

%Y Cf. A359356.

%K nonn,base

%O 0,3

%A _M. F. Hasler_, Jan 03 2023

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 21 19:35 EDT 2024. Contains 372738 sequences. (Running on oeis4.)