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!)
A113233 Inverse permutation to A109812. 14
1, 2, 4, 3, 6, 9, 16, 5, 10, 7, 20, 12, 26, 14, 28, 8, 13, 11, 22, 19, 24, 30, 39, 17, 33, 36, 41, 44, 51, 54, 76, 15, 18, 25, 43, 21, 37, 34, 48, 23, 31, 60, 80, 46, 57, 85, 104, 27, 66, 62, 71, 64, 90, 83, 109, 68, 88, 100, 102, 74, 112, 107, 162, 29, 35, 32, 45, 42, 61, 67 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
A113234(n) = a(a(n)).
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a113233 = (+ 1) . fromJust . (`elemIndex` a109812_list)
-- Reinhard Zumkeller, Sep 15 2014
CROSSREFS
Sequence in context: A348018 A363504 A332878 * A051849 A283961 A333029
KEYWORD
nonn,base
AUTHOR
Reinhard Zumkeller, Oct 19 2005
EXTENSIONS
a(63) corrected by Reinhard Zumkeller, Sep 15 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 April 18 14:46 EDT 2024. Contains 371780 sequences. (Running on oeis4.)