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!)
A180077 Inverse permutation to A180076. 4
0, 1, 3, 5, 2, 7, 11, 4, 9, 13, 6, 19, 15, 23, 27, 49, 8, 21, 17, 12, 25, 29, 37, 43, 33, 10, 47, 58, 14, 99, 56, 62, 31, 39, 20, 45, 35, 16, 93, 127, 24, 60, 106, 28, 75, 143, 50, 64, 71, 79, 41, 95, 22, 68, 129, 18, 164, 148, 120, 112, 141, 26, 110, 108, 30, 89, 77, 38, 91, 52 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
COMMENTS
A180079(n) = a(a(n));
a(A180078(n)) = A180078(a(n)) = A180076(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a180077 = fromJust . (`elemIndex` a180076_list)
-- Reinhard Zumkeller, Mar 13 2014
CROSSREFS
Sequence in context: A026208 A120837 A208754 * A095749 A137988 A258367
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Aug 14 2010
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 07:08 EDT 2024. Contains 371698 sequences. (Running on oeis4.)