login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

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
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