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!)
A258827 Smallest m such that A258767(m) = n. 3
1, 4, 6, 5, 10, 7, 2, 8, 12, 9, 20, 11, 13, 3, 16, 14, 35, 15, 36, 17, 18, 19, 21, 23, 30, 24, 38, 25, 26, 29, 39, 33, 37, 34, 31, 22, 43, 41, 44, 32, 42, 40, 50, 47, 45, 28, 27, 46, 49, 48, 51, 53, 74, 52, 59, 54, 63, 55, 56, 58, 84, 57, 62, 65, 60, 64, 69 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If A258767 is a permutation, this sequence is its inverse.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a258827 = (+ 1) . fromJust . (`elemIndex` a258767_list)
CROSSREFS
Cf. A258767, A258768 (fixed points).
Sequence in context: A073922 A201945 A362974 * A347092 A012891 A013074
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 11 2015
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 May 27 16:57 EDT 2024. Contains 372880 sequences. (Running on oeis4.)