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!)
A189419 Inverse permutation to A114183. 4
1, 2, 9, 3, 7, 10, 34, 4, 15, 8, 26, 11, 31, 35, 110, 5, 57, 16, 68, 52, 41, 27, 63, 12, 47, 32, 100, 36, 106, 111, 209, 6, 23, 58, 88, 17, 124, 69, 82, 53, 145, 42, 118, 28, 397, 64, 95, 13, 76, 48, 152, 33, 224 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a189419 = (+ 1) . fromJust . (`elemIndex` a114183_list)
-- Reinhard Zumkeller, Mar 05 2013
CROSSREFS
Sequence in context: A363632 A011385 A293816 * A199604 A260525 A366249
KEYWORD
nonn
AUTHOR
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 8 00:02 EDT 2024. Contains 372317 sequences. (Running on oeis4.)