login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A247144
Inverse permutation to A247143.
3
0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 14, 12, 16, 18, 19, 21, 22, 26, 28, 11, 15, 20, 23, 24, 29, 30, 31, 36, 38, 13, 32, 37, 44, 27, 40, 33, 35, 43, 47, 17, 34, 39, 45, 58, 49, 51, 53, 63, 67, 25, 42, 48, 54, 68, 71, 57, 61, 74, 85, 41, 46, 50, 56, 72, 82, 90, 93
OFFSET
0,3
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a247144 = fromJust . (`elemIndex` a247143_list)
CROSSREFS
Cf. A247143 (inverse), A247167 (fixed points).
Sequence in context: A308493 A263443 A266352 * A050726 A108155 A134932
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 20 2014
STATUS
approved