Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136597
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136597 Column 3 of triangle A136595. +0
5
1, -6, 85, -1350, 26341, -603246, 15887845, -473148150, 15723174181, -576826897086, 23157022930405, -1009818279438150, 47533643556874021, -2402218856253008526, 129730266330534913765, -7455932648513351731350, 454377365410347843373861 (list; graph; listen)
OFFSET

3,2

FORMULA

a(n) = Sum_{i=0..n-1} (-1)^i*(3+i)!*Stirling2(n,3+i)*Catalan(3,i)/3!, where Stirling2(n,k) = A008277(n,k), Catalan(k,i) = C(2*i+k,i)*k/(2*i+k) = coefficient of x^i in C(x)^k with C(x) = (1-sqrt(1-4x))/(2x).

PROGRAM

(PARI) {a(n)=n!/2!* sum(i=0, n-1, (-1)^i*polcoeff(((exp(x+x*O(x^n))-1)^(3+i)), n)*binomial(2*i+3, i)/(2*i+3))} (PARI) /* Define Stirling2: */ {Stirling2(n, k)=n!*polcoeff(((exp(x+x*O(x^n))-1)^k)/k!, n)} /* Define Catalan(m, n) = [x^n] C(x)^m: */ {Catalan(m, n)=binomial(2*n+m, n)*m/(2*n+m)} /* Define this sequence: */ {a(n)=sum(i=0, n-1, (-1)^i*(3+i)!*Stirling2(n, 3+i)*Catalan(3, i)/3!)}

CROSSREFS

Cf. A136595; A048287, A136596.

Adjacent sequences: A136594 A136595 A136596 this_sequence A136598 A136599 A136600

Sequence in context: A123312 A010794 A030031 this_sequence A064329 A091881 A004701

KEYWORD

sign

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jan 10 2008

page 1

Search completed in 0.002 seconds

Lookup | Welcome | Find friends | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
More pages | Superseeker | Maintained by N. J. A. Sloane (njas@research.att.com)

Last modified January 7 17:35 EST 2009. Contains 152824 sequences.


AT&T Labs Research