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.

A065650 Inverse permutation to A065649.

Original entry on oeis.org

0, 1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 10, 15, 17, 19, 21, 23, 25, 27, 29, 31, 12, 30, 37, 39, 41, 43, 45, 47, 49, 51, 13, 32, 50, 59, 61, 63, 65, 67, 69, 71, 14, 34, 52, 70, 81, 83, 85, 87, 89, 91, 16, 35, 54, 72, 90, 103, 105, 107, 109, 111, 18, 36, 56, 74, 92, 110, 125, 127
Offset: 0

Views

Author

Klaus Strassburger (strass(AT)ddfi.uni-duesseldorf.de), Nov 09 2001

Keywords

Crossrefs

Cf. A261279 (fixed points), A261294.

Programs

  • Haskell
    import Data.List (elemIndex); import Data.Maybe (fromJust)
    a065650 = fromJust . (`elemIndex` a065649_list)
    -- Reinhard Zumkeller, Aug 13 2015

Extensions

Offset changed by Reinhard Zumkeller, Aug 13 2015