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!)
A248043 Inverse permutation to A248024. 2
1, 3, 6, 13, 11, 16, 9, 27, 32, 2, 4, 5, 7, 8, 10, 12, 14, 15, 17, 19, 20, 22, 23, 26, 28, 30, 31, 36, 37, 21, 33, 39, 45, 46, 50, 53, 54, 56, 61, 40, 41, 52, 58, 65, 66, 69, 74, 80, 81, 29, 49, 51, 63, 67, 72, 73, 78, 88, 94, 68, 90, 99, 102, 113, 122, 130 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a248043 = (+ 1) . fromJust . (`elemIndex` a248024_list)
CROSSREFS
Sequence in context: A309719 A332365 A257276 * A189420 A215972 A341249
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Sep 30 2014
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 August 10 16:09 EDT 2024. Contains 375057 sequences. (Running on oeis4.)