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