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!)
A262429 Inverse permutation to A262411. 3
1, 5, 2, 3, 4, 6, 8, 7, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 20, 19, 22, 24, 21, 26, 23, 25, 29, 28, 27, 30, 31, 32, 34, 33, 36, 39, 35, 37, 38, 40, 41, 42, 43, 44, 46, 45, 48, 50, 47, 49, 52, 51, 54, 53, 55, 56, 57, 59, 58, 60, 61, 62, 63, 65, 64, 67, 69 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a262429 = (+ 1) . fromJust . (`elemIndex` a262411_list)
CROSSREFS
Cf. A262411, A262435 (fixed points).
Sequence in context: A031285 A307603 A234593 * A097078 A302715 A237200
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 22 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 5 21:53 EDT 2024. Contains 373110 sequences. (Running on oeis4.)