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!)
A200087 Smallest number m such that A079878(m) = n. 2
1, 2, 53, 5, 71, 26, 9, 8, 19, 72, 149, 27, 91, 18, 21, 17, 43, 20, 29, 50, 35, 150, 45, 28, 99, 92, 773, 34, 171, 42, 33, 32, 123, 44, 49, 41, 75227, 58, 137, 51, 295, 48, 789, 68, 47, 46, 65, 57, 891, 100, 269, 90, 111, 428, 921, 64, 131, 172, 105, 203 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A079878(a(n)) = n and A079878(m) <> n for m < a(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a200087 n = (fromJust $ elemIndex n a079878_list) + 1
CROSSREFS
Sequence in context: A249656 A248987 A179616 * A346215 A139841 A167771
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Nov 13 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 August 14 16:54 EDT 2024. Contains 375166 sequences. (Running on oeis4.)