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!)
A349589 E.g.f. satisfies: A(x) * log(A(x)) = 1 - exp(-x*A(x)). 5
1, 1, 0, -4, -3, 87, 230, -4583, -27216, 434928, 4871719, -62913079, -1240374960, 12230778601, 426135019232, -2759957884648, -189393687667107, 479371576805751, 105233549909615798, 233116575802412969, -71022416772836562008, -574100485456271792020 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n) = Sum_{k=0..n} (-1)^(n-k) * (n-k+1)^(k-1) * Stirling2(n,k).
MATHEMATICA
a[n_] := Sum[(-1)^(n - k)*(n - k + 1)^(k - 1)*StirlingS2[n, k], {k, 0, n}]; Array[a, 22, 0] (* Amiram Eldar, Nov 23 2021 *)
PROG
(PARI) a(n) = sum(k=0, n, (-1)^(n-k)*(n-k+1)^(k-1)*stirling(n, k, 2));
CROSSREFS
Cf. A349558.
Sequence in context: A371687 A299188 A300026 * A362736 A266255 A351792
KEYWORD
sign
AUTHOR
Seiichi Manyama, Nov 22 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 May 8 10:30 EDT 2024. Contains 372332 sequences. (Running on oeis4.)