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!)
A258063 Smallest m such that A258062(m) = n. 1
1, 4, 5, 17, 6, 43, 7, 206, 10, 15, 343, 168, 341, 1636, 1496, 1577, 526, 2463, 809, 3640, 5455, 16183, 33073, 5261, 4480, 6679, 3678, 18286, 29268, 9970, 16293, 86706, 51917, 29328, 106123, 48123, 5513, 54326, 10814, 24362, 128961, 43695, 35671, 53900, 97291, 24028, 129173, 60751, 86574, 250333, 80525, 62243, 65362, 71986, 77650, 675846, 16119, 380911, 245146, 90632, 71766, 353564, 508042, 237403 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A258062(a(n)) = n and A258062(m) != n for m < a(n).
LINKS
PROG
(Haskell)
import Data.List (elemIndex); import Data.Maybe (fromJust)
a258063 = (+ 1) . fromJust . (`elemIndex` a258062_list)
CROSSREFS
Sequence in context: A032219 A032144 A032049 * A344061 A045680 A174352
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, May 18 2015
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 08:13 EDT 2024. Contains 371265 sequences. (Running on oeis4.)