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!)
A261901 Values of |G-hat_4(n)|, a sum involving Stirling numbers of the second kind. 1
1, 1, 7, 61, 679, 9150, 144186, 2594410, 52390030, 1171745575, 28726923225, 765549820035, 22022976400425, 679930906554900, 22417065396425700, 785869955615745000, 29184350973268491000, 1144300243940081353125, 47232865043365173046875, 2047016588845893645605625 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
H. W. Gould, Harris Kwong, and 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)
*Stirling2(n+k, k), k=0..n)))(-4):
seq(a(n), n=0..20); # Alois P. Heinz, Sep 06 2015
MATHEMATICA
a[n_] := With[{m = -4}, Abs[Sum[(-1)^k*Binomial[2*n + m, n - k]*
StirlingS2[n + k, k], {k, 0, n}]]];
Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Mar 01 2022, after Alois P. Heinz *)
CROSSREFS
Cf. A048993 (Stirling numbers of 2nd kind).
Sequence in context: A261687 A001830 A213326 * A368324 A350157 A048287
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 24 15:18 EDT 2024. Contains 371960 sequences. (Running on oeis4.)