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!)
A226387 Inverse permutation to A085612. 2
1, 2, 3, 4, 7, 11, 8, 16, 5, 12, 9, 22, 10, 13, 14, 29, 37, 23, 38, 24, 15, 46, 39, 56, 6, 47, 17, 25, 40, 67, 41, 79, 48, 49, 50, 92, 42, 51, 52, 57, 43, 68, 44, 26, 27, 53, 45, 106, 121, 28, 54, 137, 154, 58, 55, 59, 172, 173, 155, 191, 156, 174, 138, 211 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a226387 = (+ 1) . fromJust . (`elemIndex` a085612_list)
(PARI) See Links section.
CROSSREFS
Cf. A224401.
Sequence in context: A104722 A270613 A296446 * A102282 A353178 A232543
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Jun 05 2013
EXTENSIONS
More terms from Rémy Sigrist, Apr 25 2021
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)