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