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!)
A341586 E.g.f.: (exp(1 - exp(x)) - 1)^2 / 2. 0
1, 0, -4, -5, 22, 98, -5, -1458, -5136, 9053, 161328, 549822, -1954067, -30099188, -114161728, 500200027, 8875931202, 42311243830, -149028931789, -3816065804086, -24704581255020, 33033659868037, 2184285021783940, 20047242475274290, 30117550563701293 (list; graph; refs; listen; history; text; internal format)
OFFSET
2,3
LINKS
FORMULA
a(n) = Sum_{k=2..n} (-1)^k * Stirling2(n, k) * Stirling2(k, 2).
a(n) = Sum_{k=2..n} (-1)^k * Stirling2(n, k) * (2^(k-1) - 1).
a(n) = Sum_{k=1..n-1} binomial(n-1, k) * A000587(k) * A000587(n-k).
MATHEMATICA
nmax = 26; CoefficientList[Series[(Exp[1 - Exp[x]] - 1)^2/2, {x, 0, nmax}], x] Range[0, nmax]! // Drop[#, 2] &
Table[Sum[(-1)^k StirlingS2[n, k] StirlingS2[k, 2], {k, 2, n}], {n, 2, 26}]
CROSSREFS
Sequence in context: A129346 A291670 A176957 * A010302 A361981 A338422
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Feb 15 2021
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 24 22:17 EDT 2024. Contains 371964 sequences. (Running on oeis4.)