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!)
A351334 a(n) = Sum_{k=0..n} k! * (-k)^k * Stirling2(n,k). 1
1, -1, 7, -139, 5227, -317491, 28352347, -3495615859, 568791063547, -118065959980051, 30445266606199387, -9547490385298102579, 3578014749635903623867, -1579193384981544127824211, 810752966831581612807206427, -479049438742420410992820125299 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
E.g.f.: Sum_{k>=0} (k * (1 - exp(x)))^k.
PROG
(PARI) a(n) = sum(k=0, n, k!*(-k)^k*stirling(n, k, 2));
(PARI) my(N=20, x='x+O('x^N)); Vec(serlaplace(sum(k=0, N, (k*(1-exp(x)))^k)))
CROSSREFS
Sequence in context: A137463 A274525 A221375 * A190195 A126156 A082162
KEYWORD
sign
AUTHOR
Seiichi Manyama, Feb 07 2022
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 18 06:10 EDT 2024. Contains 371767 sequences. (Running on oeis4.)