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!)
A064275 Inverse of sequence A032447 considered as a permutation of the positive integers. 3
1, 2, 3, 4, 6, 5, 10, 7, 11, 8, 19, 9, 21, 12, 14, 15, 27, 13, 33, 16, 22, 20, 42, 17, 37, 23, 34, 24, 54, 18, 56, 28, 38, 29, 44, 25, 65, 35, 45, 30, 73, 26, 82, 39, 46, 43, 89, 31, 83, 40, 58, 47, 102, 36, 74, 48, 66, 55, 109, 32, 111, 57, 67, 59, 91, 41, 128, 60, 86, 49, 130, 50, 132, 68, 75, 69, 112, 51, 149, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a064275 = (+ 1) . fromJust . (`elemIndex` a032447_list)
-- Reinhard Zumkeller, Nov 22 2015
CROSSREFS
Sequence in context: A075159 A362631 A191545 * A080998 A209268 A257798
KEYWORD
nonn,look,easy
AUTHOR
Howard A. Landman, Sep 23 2001
EXTENSIONS
Edited by N. J. A. Sloane, Nov 05 2007
More terms from Alois P. Heinz, Jan 20 2011
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 21:09 EDT 2024. Contains 371798 sequences. (Running on oeis4.)