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!)
A073590 Expansion of e.g.f. exp(x) * log(1+x)/(1-x). 1
1, 3, 11, 44, 229, 1339, 9603, 75200, 690009, 6779803, 75792507, 896040188, 11811267389, 163229695459, 2478388484947, 39203092296480, 673698509829233, 12002969025435603, 230288108992819819, 4563243145806294636 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Row sums of A073480.
LINKS
FORMULA
a(n) ~ n! * exp(1) * log(2). - Vaclav Kotesovec, Jul 02 2015
a(n) = Sum_{k=1..n} k! * binomial(n,k) * Sum_{j=1..k} (-1)^(j+1)/j. - Seiichi Manyama, Feb 20 2022
MATHEMATICA
Rest[CoefficientList[Series[E^x*Log[1+x]/(1-x), {x, 0, 20}], x] * Range[0, 20]!] (* Vaclav Kotesovec, Jul 02 2015 *)
PROG
(PARI) my(N=40, x='x+O('x^N)); Vec(serlaplace(exp(x)*log(1+x)/(1-x))) \\ Seiichi Manyama, Feb 20 2022
(PARI) a(n) = sum(k=1, n, k!*binomial(n, k)*sum(j=1, k, (-1)^(j+1)/j)); \\ Seiichi Manyama, Feb 20 2022
CROSSREFS
Sequence in context: A030926 A030844 A030959 * A144637 A369839 A151109
KEYWORD
nonn
AUTHOR
Vladeta Jovovic, Aug 28 2002
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 23 18:16 EDT 2024. Contains 371916 sequences. (Running on oeis4.)