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!)
A222622 Inverse permutation to A113966. 3
1, 4, 2, 7, 3, 5, 8, 11, 9, 6, 10, 15, 12, 17, 13, 20, 14, 18, 16, 23, 21, 19, 22, 26, 28, 24, 29, 33, 25, 35, 27, 30, 32, 34, 31, 39, 36, 41, 37, 44, 38, 42, 40, 46, 48, 43, 45, 51, 47, 55, 49, 53, 50, 56, 52, 59, 54, 57, 60, 65, 58, 61, 63, 68, 62, 71, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a222622 = (+ 1) . fromJust . (`elemIndex` a113966_list)
CROSSREFS
Cf. A222623 (fixed points).
Sequence in context: A182364 A373024 A021238 * A161179 A105727 A126091
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 26 2013
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 September 6 19:40 EDT 2024. Contains 375718 sequences. (Running on oeis4.)