login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A101851 a(n) = Sum_{k=0..n} (-1)^(n-k)*k*Stirling2(n,k). 1
0, 1, 1, -2, -1, 11, -18, -41, 317, -680, -1767, 19911, -68264, -59643, 2076973, -11905466, 18577387, 269836343, -2819431570, 12357816867, 17355428041, -752675321800, 6318046208653, -21416130683133, -152569023028272, 3016508107668601, -23667435182395287 (list; graph; refs; listen; history; internal format)
OFFSET

0,4

FORMULA

E.g.f.: (1-exp(-x))*exp(1-exp(-x)): G.f.: Sum(k*x^k/Product(1+l*x, l = 1 .. k), k = 1 .. infinity).

a(n) = Sum_{k=0..n} (-1)^(k+1)*binomial(n,k)*A000587(k+2) - Peter Luschny, Apr 17 2011

MAPLE

A101851 := proc(n) local k;

add((-1)^(n-k)*k*combinat[stirling2](n, k), k = 0..n) end:

seq(A101851(n), n = 0..26); # - Peter Luschny, Apr 17 2011

CROSSREFS

Cf. A005493, A000587.

Sequence in context: A138351 A120293 A063624 * A111724 A184299 A080371

Adjacent sequences:  A101848 A101849 A101850 * A101852 A101853 A101854

KEYWORD

easy,sign

AUTHOR

Vladeta Jovovic (vladeta(AT)eunet.rs), Jan 27 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 09:35 EST 2012. Contains 205614 sequences.