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!)
A058750 a(n) = floor(log(n)*exp(n)). 1
0, 5, 22, 75, 238, 722, 2133, 6198, 17804, 50717, 143571, 404430, 1134767, 3173741, 8852663, 24637529, 68436134, 189781720, 525530244, 1453425033, 4015164094, 11081117798, 30554774841, 84183856047, 231774829749, 637705962868 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
MATHEMATICA
Table[Floor[Log[n]Exp[n]], {n, 30}] (* Harvey P. Dale, Sep 20 2020 *)
PROG
(PARI) default(realprecision, 1000); for (n=1, 200, write("b058750.txt", n, " ", floor(log(n)*exp(n)))); \\ Harry J. Smith, Jun 23 2009
CROSSREFS
Sequence in context: A241694 A220733 A338707 * A058752 A234351 A255802
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Jan 01 2001
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 16 05:35 EDT 2024. Contains 371697 sequences. (Running on oeis4.)