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!)
A256618 Index i such that A121217(i) = n, or 0 if no such i exists. 2
1, 2, 3, 4, 10, 5, 13, 6, 7, 8, 21, 9, 26, 11, 12, 16, 34, 14, 35, 18, 15, 19, 47, 17, 20, 24, 25, 29, 54, 22, 61, 31, 23, 32, 40, 27, 68, 33, 28, 41, 77, 30, 82, 43, 38, 45, 91, 39, 42, 46, 36, 48, 100, 50, 53, 44, 37, 52, 109, 51, 118, 59, 58, 62, 55, 60 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If A121217 is a permutation, as conjectured, then this is the inverse permutation.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a256618 = (+ 1) . fromJust . (`elemIndex` a121217_list)
CROSSREFS
Cf. A121217.
Sequence in context: A265348 A158929 A255479 * A140598 A129920 A356332
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 05 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 August 12 08:23 EDT 2024. Contains 375085 sequences. (Running on oeis4.)