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!)
A261898 Values of |G-hat_1(n)|, a sum involving Stirling numbers of the second kind. 2
1, 1, 4, 25, 210, 2205, 27720, 405405, 6756750, 126351225, 2618916300, 59580345825, 1475759335050, 39529267903125, 1138442915610000, 35078272337233125, 1151392703775063750, 40106845848164720625, 1477620636511331812500, 57405561728465240915625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
H. W. Gould, Harris Kwong, Jocelyn Quaintance, On Certain Sums of Stirling Numbers with Binomial Coefficients, J. Integer Sequences, 18 (2015), #15.9.6.
MAPLE
a:= n-> (m-> abs(add((-1)^k*binomial(2*n+m, n-k)
*combinat[stirling2](n+k, k), k=0..n)))(-1):
seq(a(n), n=0..20); # Alois P. Heinz, Sep 06 2015
MATHEMATICA
a[n_] := Function[m, Abs @ Sum[(-1)^k*Binomial[2n+m, n-k]*StirlingS2[n+k, k], {k, 0, n}]][-1]; Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Feb 28 2017, after Alois P. Heinz *)
CROSSREFS
Sequence in context: A332257 A203219 A064299 * A038174 A049118 A305323
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Sep 06 2015
EXTENSIONS
More terms from Alois P. Heinz, Sep 06 2015
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 25 10:22 EDT 2024. Contains 371967 sequences. (Running on oeis4.)