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!)
A249918 Inverse permutation to A203069. 3
1, 4, 7, 12, 11, 8, 3, 2, 9, 14, 13, 6, 5, 22, 15, 10, 17, 16, 21, 26, 23, 18, 19, 24, 25, 20, 29, 28, 27, 30, 33, 32, 31, 34, 35, 40, 37, 38, 39, 36, 41, 44, 43, 42, 45, 46, 47, 48, 57, 58, 49, 54, 53, 50, 59, 56, 51, 52, 55, 60, 61, 62, 63, 68, 67, 64, 65 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a249918 = (+ 1) . fromJust . (`elemIndex` a203069_list)
CROSSREFS
Sequence in context: A270684 A083487 A253129 * A340244 A158937 A092572
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 March 28 22:04 EDT 2024. Contains 371254 sequences. (Running on oeis4.)