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

A249918
Inverse permutation to A203069.
3
1, 4, 7, 12, 11, 8, 3, 2, 9, 14, 13, 6, 5, 22, 15, 10, 17, 16, 21, 26, 23, 18, 19, 24, 25, 20, 29, 28, 27, 30, 33, 32, 31, 34, 35, 40, 37, 38, 39, 36, 41, 44, 43, 42, 45, 46, 47, 48, 57, 58, 49, 54, 53, 50, 59, 56, 51, 52, 55, 60, 61, 62, 63, 68, 67, 64, 65
OFFSET
1,2
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a249918 = (+ 1) . fromJust . (`elemIndex` a203069_list)
CROSSREFS
Sequence in context: A270684 A083487 A253129 * A340244 A158937 A092572
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jan 14 2015
STATUS
approved