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”).

A214416
Inverse permutation to A105025.
3
0, 1, 3, 2, 4, 7, 6, 5, 15, 10, 9, 8, 11, 14, 13, 12, 22, 17, 16, 31, 18, 21, 20, 19, 30, 25, 24, 23, 26, 29, 28, 27, 37, 32, 63, 46, 33, 36, 35, 34, 45, 40, 39, 38, 41, 44, 43, 42, 53, 48, 47, 62, 49, 52, 51, 50, 61, 56, 55, 54, 57, 60, 59, 58, 68, 127, 94
OFFSET
0,3
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a214416 = fromJust . (`elemIndex` a105025_list)
CROSSREFS
Cf. A214417, A105271 (fixed points).
Sequence in context: A246259 A105025 A129594 * A170950 A276954 A276944
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 21 2012
STATUS
approved