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!)
A127812 Smallest m such that A072594(m) = n. 2
4, 1, 2, 3, 21, 5, 15, 7, 33, 22, 66, 11, 77, 13, 39, 26, 57, 17, 51, 19, 69, 46, 95, 23, 145, 465, 155, 435, 93, 29, 87, 31, 185, 777, 259, 555, 222, 37, 111, 74, 129, 41, 123, 43, 141, 94, 215, 47, 265, 1113, 371, 795, 318, 53, 159, 106, 177, 118, 354, 59, 366, 61 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
A072594(a(n)) = n and A072594(m) <> n for m < a(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a127812 = (+ 1) . fromJust . (`elemIndex` a072594_list)
-- Reinhard Zumkeller, Nov 17 2012
CROSSREFS
Sequence in context: A190649 A171172 A084454 * A072033 A100353 A366397
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Feb 02 2007
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 29 02:23 EDT 2024. Contains 371264 sequences. (Running on oeis4.)