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!)
A262255 Inverse permutation to A262323. 3
1, 5, 10, 16, 20, 24, 28, 32, 36, 2, 3, 4, 9, 15, 21, 23, 29, 31, 37, 6, 8, 7, 11, 17, 19, 25, 27, 33, 35, 12, 14, 18, 13, 41, 46, 39, 48, 50, 52, 42, 22, 26, 40, 43, 44, 56, 64, 54, 66, 45, 30, 34, 47, 55, 59, 58, 60, 62, 80, 57, 38, 70, 49, 65, 61, 69, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a262255 = (+ 1) . fromJust . (`elemIndex` a262323_list)
-- Reinhard Zumkeller, Sep 21 2015
CROSSREFS
Cf. A262323.
Cf. A262367 (fixed points).
Sequence in context: A037358 A313822 A313823 * A262461 A313824 A313825
KEYWORD
nonn,look,base
AUTHOR
Paul Tek, Sep 19 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 April 24 03:00 EDT 2024. Contains 371917 sequences. (Running on oeis4.)