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!)
A187652 Alternated binomial cumulative sums of the (signless) central Stirling numbers of the first kind (A187646). 0
1, 0, 10, 194, 5932, 237624, 11820780, 702992968, 48662470640, 3843811669088, 341207224961856, 33627579102171680, 3643463136559851440, 430456189350273371648, 55075003474909952394848, 7586546772496980353804704 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = sum((-1)^(n-k)binomial(n,k)s(2k,k)),k=0..n)
a(n) ~ c * d^n * (n-1)!, where d = 8*w^2/(2*w-1), where w = -LambertW(-1,-exp(-1/2)/2) = 1.7564312086261696769827376166... and c = 0.11686978539934159049334861225275481804523808136863346883911376048... - Vaclav Kotesovec, Jul 05 2021
MAPLE
seq(sum((-1)^(n-k)*binomial(n, k)*abs(combinat[stirling1](2*k, k)), k=0..n), n=0..12);
MATHEMATICA
Table[Sum[(-1)^(n - k)Binomial[n, k]Abs[StirlingS1[2k, k]], {k, 0, n}], {n, 0, 15}]
PROG
(Maxima) makelist(sum((-1)^(n-k)*binomial(n, k)*abs(stirling1(2*k, k)), k, 0, n), n, 0, 12);
CROSSREFS
Cf. A187646.
Sequence in context: A006436 A252974 A341503 * A361311 A007816 A365176
KEYWORD
nonn,easy
AUTHOR
Emanuele Munarini, Mar 12 2011
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 23 02:53 EDT 2024. Contains 371906 sequences. (Running on oeis4.)