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!)
A256628 Index i such that A251622(i) = n, or 0 if no such i exists. 2
1, 2, 5, 3, 9, 4, 12, 6, 7, 8, 19, 10, 22, 11, 15, 13, 31, 14, 33, 16, 17, 18, 41, 20, 25, 21, 26, 23, 50, 24, 57, 29, 27, 30, 35, 28, 65, 32, 37, 34, 72, 36, 76, 38, 39, 40, 85, 42, 48, 43, 44, 45, 95, 46, 52, 47, 53, 49, 104, 51, 108, 56, 54, 58, 61, 55 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If A251622 is a permutation, as conjectured, then this is the inverse permutation.
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a256628 = (+ 1) . fromJust . (`elemIndex` a251622_list)
CROSSREFS
Cf. A251622 (conjectured inverse).
Sequence in context: A159988 A134880 A117534 * A112990 A169848 A026201
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 April 24 14:17 EDT 2024. Contains 371960 sequences. (Running on oeis4.)