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!)
A225589 Inverse of permutation in A217122. 2
1, 2, 4, 3, 8, 5, 6, 16, 7, 9, 10, 12, 11, 32, 13, 14, 17, 15, 18, 20, 19, 24, 21, 22, 64, 23, 25, 26, 28, 27, 33, 29, 30, 34, 31, 36, 35, 40, 37, 38, 48, 39, 41, 42, 44, 43, 128, 45, 46, 49, 47, 50, 52, 51, 56, 53, 54, 65, 55, 57, 58, 60, 59, 66, 61, 62, 68 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a225589 = (+ 1) . fromJust . (`elemIndex` a217122_list)
CROSSREFS
Sequence in context: A135141 A098709 A054238 * A245603 A371591 A048679
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 11 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 July 18 05:05 EDT 2024. Contains 374377 sequences. (Running on oeis4.)