login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A252002
Inverse permutation to A252001.
3
1, 3, 5, 7, 9, 8, 6, 4, 2, 90, 18, 16, 14, 12, 10, 11, 13, 15, 17, 79, 20, 22, 24, 26, 28, 27, 25, 23, 19, 68, 39, 35, 33, 31, 29, 30, 32, 34, 21, 43, 41, 37, 45, 47, 49, 48, 46, 36, 38, 51, 52, 53, 54, 55, 50, 56, 57, 58, 40, 42, 44, 59, 60, 61, 62, 63, 64
OFFSET
1,2
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a252002 = (+ 1) . fromJust . (`elemIndex` a252001_list)
CROSSREFS
Cf. A252001 (inverse), A252078 (fixed points).
Sequence in context: A161821 A317509 A139083 * A139081 A196189 A206543
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 12 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified September 20 17:28 EDT 2024. Contains 376075 sequences. (Running on oeis4.)