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!)
A261688 Values of g-hat_3(n), a sum involving Stirling numbers of the first kind. 1
1, 1, 9, 93, 1149, 16569, 273077, 5060825, 104129025, 2354517165, 58020227265, 1547299398645, 44393468444325, 1363355665697025, 44620110552142125, 1550263572136904625, 56983667551893707625, 2209245411411957043125, 90095221067259428645625 (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-> add((-1)^k*binomial(2*n+m, n-k)
*combinat[stirling1](n+k, k), k=0..n))(-3):
seq(a(n), n=0..20); # Alois P. Heinz, Sep 06 2015
MATHEMATICA
a[n_] := Function[m, Sum[(-1)^k*Binomial[2n+m, n-k]*StirlingS1[n+k, k], {k, 0, n}]][-3]; Table[a[n], {n, 0, 20}] (* Jean-François Alcover, Feb 28 2017, after Alois P. Heinz *)
CROSSREFS
Sequence in context: A181958 A082724 A061635 * A246212 A163951 A231658
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 11:06 EDT 2024. Contains 371967 sequences. (Running on oeis4.)