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!)
A227118 Inverse permutation to A184992. 2
1, 5, 9, 13, 16, 19, 22, 25, 28, 2, 3, 4, 8, 14, 15, 20, 21, 26, 27, 6, 7, 11, 10, 12, 17, 18, 23, 24, 29, 31, 32, 30, 33, 34, 35, 36, 37, 38, 39, 41, 42, 43, 40, 44, 45, 46, 47, 48, 49, 51, 52, 53, 54, 50, 55, 56, 57, 58, 59, 61, 62, 63, 64, 65, 60, 66, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a227118 = (+ 1) . fromJust . (`elemIndex` a184992_list)
CROSSREFS
Sequence in context: A116616 A314659 A314660 * A314661 A316838 A080590
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jul 01 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 16 10:45 EDT 2024. Contains 371709 sequences. (Running on oeis4.)