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!)
A218454 Smallest number m such that A176352(m) = n. 2
1, 2, 4, 6, 8, 3, 18, 20, 11, 13, 40, 5, 64, 24, 12, 30, 395, 82, 120, 7, 22, 69, 172, 45, 14, 224, 36, 21, 23163, 9, 501, 124, 38, 325, 93, 48, 424, 389, 73, 107, 10424, 17, 588, 125, 10, 591, 39202, 143, 23, 33, 150, 71, 18422, 46, 94, 19, 203, 931, 1085 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A176352(a(n)) = n; if A176352 is a permutation of the natural numbers, then this sequence is its inverse.
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a218454 = (+ 1) . fromJust . (`elemIndex` a176352_list)
CROSSREFS
Sequence in context: A355213 A064745 A304090 * A115425 A116418 A366637
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Oct 30 2012
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 13:25 EDT 2024. Contains 371971 sequences. (Running on oeis4.)