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!)
A213913 Inverse permutation of A213912. 2
1, 6, 2, 9, 5, 7, 23, 84, 3, 13, 47, 10, 27, 88, 44, 17, 51, 8, 92, 21, 24, 96, 132, 85, 105, 114, 4, 64, 36, 14, 60, 32, 48, 141, 73, 11, 56, 194, 28, 255, 155, 89, 137, 175, 45, 124, 69, 18, 270, 449, 52, 146, 78, 280, 199, 190, 93, 225, 180, 22, 129, 251 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a213913 = (+ 1) . fromJust . (`elemIndex` a213912_list)
CROSSREFS
Sequence in context: A228040 A153633 A118388 * A195491 A243453 A142871
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Mar 05 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 April 24 09:18 EDT 2024. Contains 371935 sequences. (Running on oeis4.)