The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A254650 Inverse permutation to A254649. 3
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 17, 15, 14, 12, 18, 16, 19, 13, 20, 21, 22, 38, 32, 24, 23, 28, 27, 34, 26, 25, 35, 30, 36, 37, 29, 42, 45, 33, 41, 40, 53, 31, 43, 39, 44, 46, 47, 58, 50, 48, 49, 56, 60, 55, 59, 51, 52, 54, 57, 61, 64, 62, 65, 63, 66, 71 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a254650 = (+ 1) . fromJust . (`elemIndex` a254649_list)
CROSSREFS
Cf. A254649 (inverse), A254656 (fixed points).
Sequence in context: A290144 A115060 A004840 * A032994 A072356 A105119
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 04 2015
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 June 10 06:14 EDT 2024. Contains 373253 sequences. (Running on oeis4.)