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!)
A257465 Inverse permutation to A175498. 2
1, 2, 4, 3, 7, 5, 9, 13, 11, 6, 8, 10, 17, 21, 15, 12, 14, 19, 23, 25, 27, 31, 16, 18, 29, 22, 35, 20, 37, 33, 39, 24, 43, 26, 47, 28, 41, 49, 32, 45, 30, 51, 53, 55, 57, 36, 61, 34, 38, 64, 59, 40, 66, 68, 72, 44, 70, 76, 42, 48, 74, 78, 80, 46, 50, 84, 82 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a257465 = (+ 1) . fromJust . (`elemIndex` a175498_list)
CROSSREFS
Cf. A175498.
Sequence in context: A084385 A073885 A256283 * A120234 A249571 A103865
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 25 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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)