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!)
A262461 Inverse permutation to A262460. 2
1, 5, 10, 16, 20, 24, 28, 32, 36, 40, 44, 48, 52, 56, 60, 2, 3, 4, 9, 15, 21, 23, 29, 31, 37, 39, 45, 47, 53, 55, 61, 6, 8, 7, 11, 17, 19, 25, 27, 33, 35, 41, 43, 49, 51, 57, 59, 12, 14, 18, 13, 65, 70, 72, 80, 82, 63, 84, 86, 88, 90, 92, 94, 66, 22, 26, 64 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a262461 = (+ 1) . fromJust . (`elemIndex` a262460_list)
CROSSREFS
Cf. A262411.
Sequence in context: A313822 A313823 A262255 * A313824 A313825 A313826
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 23 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)