cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A214417 Inverse permutation to A105027.

Original entry on oeis.org

0, 1, 3, 2, 6, 5, 4, 7, 11, 10, 9, 12, 15, 14, 13, 8, 20, 19, 18, 21, 24, 23, 22, 17, 28, 27, 26, 29, 16, 31, 30, 25, 37, 36, 35, 38, 41, 40, 39, 34, 45, 44, 43, 46, 33, 48, 47, 42, 53, 52, 51, 54, 57, 56, 55, 50, 61, 60, 59, 62, 49, 32, 63, 58, 70, 69, 68
Offset: 0

Views

Author

Reinhard Zumkeller, Jul 21 2012

Keywords

Crossrefs

Cf. A214416, A214414 (fixed points).

Programs

  • Haskell
    -- import Data.List (elemIndex)
    -- import Data.Maybe (fromJust)
    a214417 = fromJust . (`elemIndex` a105027_list)