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!)
A189425 Expansion of e.g.f.: exp(log(1+x)-log(1+x)^2) 0
1, 1, -2, 0, 14, -70, 232, -308, -4044, 58788, -574392, 4926768, -38678088, 265429320, -1203040512, -6939932400, 339735301008, -7509538816752, 140461600744032, -2473675024255104, 42534077510399712 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
Vladimir Kruchinin and D. V. Kruchinin, Composita and their properties, arXiv:1103.2582 [math.CO], 2011-2013.
FORMULA
a(n) = sum(m=1..n, sum(k=m..n, k!*binomial(m,k-m)*(-1)^(k-m)*stirling1(n,k))/m!), n>0, a(0)=1.
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Exp[Log[1+x]-Log[1+x]^2], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 29 2020 *)
PROG
(Maxima)
a(n):=sum(sum(k!*binomial(m, k-m)*(-1)^(k-m)*stirling1(n, k), k, m, n)/m!, m, 1, n);
CROSSREFS
Sequence in context: A088504 A229091 A369243 * A266169 A277928 A232423
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Apr 21 2011
EXTENSIONS
Definition clarified by Harvey P. Dale, Mar 29 2020
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 September 14 01:41 EDT 2024. Contains 375910 sequences. (Running on oeis4.)