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
0, 1, 80, 204, 241, 1220, 1647, 862, 1248, 481, 2, 603, 3, 70, 22, 13, 49, 42, 121, 67, 79, 36, 925, 132, 122, 95, 59, 94, 165, 101, 203, 16, 38, 2396, 244, 169, 343, 344, 140, 174, 240, 28, 81, 116, 2179, 246, 149, 266, 864, 247, 1219, 46, 54, 18, 229, 27492 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
EXAMPLE
a(55) = 27492 because A359356(27492) = 55.
PROG
(Python)
def A359517(n, i=0):
while A359356(i) != n: i += 1
return i
CROSSREFS
Cf. A359356.
Sequence in context: A357080 A044412 A044793 * A211689 A364719 A202439
KEYWORD
nonn,base
AUTHOR
M. F. Hasler, Jan 03 2023
STATUS
approved

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 23 12:58 EDT 2024. Contains 371913 sequences. (Running on oeis4.)