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!)
A187658 Binomial convolution of the (signless) central Stirling numbers of the first kind (A187646). 0
1, 2, 24, 516, 16064, 655840, 33157240, 1999679696, 140128848384, 11189643689088, 1003005057594240, 99725721676986240, 10892178742891589792, 1296379044138734510656, 166999512859041432577280, 23149972436862049305233280 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
FORMULA
a(n) = sum(binomial(n,k)s(2k,k)s(2n-2k,n-k)),k=0..n)
MAPLE
seq(sum(binomial(n, k)*abs(combinat[stirling1](2*k, k))*abs(combinat[stirling1](2*(n-k), n-k)), k=0..n), n=0..12);
MATHEMATICA
Table[Sum[Binomial[n, k]Abs[StirlingS1[2k, k]]Abs[StirlingS1[2n - 2k, n - k]], {k, 0, n}], {n, 0, 15}]
PROG
(Maxima) makelist(sum(binomial(n, k)*abs(stirling1(2*k, k))*abs(stirling1(2*n-2*k, n-k)), k, 0, n), n, 0, 12);
CROSSREFS
Sequence in context: A012236 A186414 A359848 * A138450 A262009 A367271
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 May 4 18:21 EDT 2024. Contains 372257 sequences. (Running on oeis4.)