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!)
A237058 Inverse permutation to A237056. 3
1, 3, 5, 2, 7, 4, 9, 6, 8, 10, 11, 12, 13, 14, 16, 18, 15, 20, 22, 24, 26, 28, 17, 30, 19, 32, 34, 36, 21, 38, 40, 42, 44, 46, 48, 50, 23, 52, 54, 56, 25, 58, 27, 60, 62, 64, 29, 66, 68, 70, 72, 74, 31, 76, 78, 80, 82, 84, 86, 88, 33, 90, 92, 94, 96, 98, 35 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a237058 = (+ 1) . fromJust . (`elemIndex` a237056_list)
CROSSREFS
Sequence in context: A182813 A334627 A073897 * A285297 A097465 A340272
KEYWORD
nonn
AUTHOR
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 March 28 20:05 EDT 2024. Contains 371254 sequences. (Running on oeis4.)