login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 


A182061
Smallest number with "natural" logarithm n, cf. A061373.
3
1, 2, 3, 4, 5, 7, 10, 11, 17, 22, 23, 41, 46, 47, 83, 94, 139, 167, 235, 283, 359, 517, 659, 719, 1081, 1319, 1439, 2209, 2878, 2879, 5756, 5758, 8637, 11516, 14395, 20147, 28790, 31669, 48943, 61993, 66217, 103823, 132434, 135313, 238957, 270626, 397303
OFFSET
1,2
COMMENTS
Corresponding to A061373 like A005520 to A005245; A061373(a(n)) = n and A061373(m) < n for m < a(n).
PROG
(Haskell)
import Data.List (elemIndex)
import Data.Maybe (fromJust)
a182061 = (+ 1) . fromJust . (`elemIndex` a061373_list)
CROSSREFS
Sequence in context: A157082 A133493 A265938 * A005520 A048183 A255641
KEYWORD
nonn
AUTHOR
Reinhard Zumkeller, Apr 09 2012
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | 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 September 22 16:18 EDT 2024. Contains 376119 sequences. (Running on oeis4.)