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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A252448 Inverse permutation to A249990. 4
2, 1, 4, 5, 7, 3, 9, 8, 11, 12, 18, 6, 13, 14, 16, 10, 20, 17, 24, 25, 31, 15, 26, 19, 22, 23, 33, 32, 39, 27, 29, 21, 35, 34, 37, 40, 50, 30, 41, 42, 48, 38, 52, 49, 60, 61, 71, 28, 43, 44, 46, 36, 54, 47, 62, 63, 69, 45, 64, 51, 58, 59, 73, 72, 83, 53, 56 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a252448 = (+ 1) . fromJust . (`elemIndex` a249990_list)
CROSSREFS
Cf. A249990 (inverse), A252458 (fixed points).
Sequence in context: A110332 A052947 A159287 * A021992 A337123 A292388
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Dec 17 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | 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 April 24 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)