Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A136596
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A136596 Column 2 of triangle A136595. +0
5
1, -3, 31, -375, 5911, -113463, 2571031, -67170855, 1987919671, -65731585623, 2401646633431, -96089053104135, 4178215255335031, -196193483904124983, 9894077286353278231, -533334378459657706215, 30602112192036616407991 (list; graph; listen)
OFFSET

2,2

FORMULA

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

a(n) = (1+(-1)^n*A048287(n))/2. - Vladeta Jovovic (vladeta(AT)Eunet.yu), Jan 27 2008

PROGRAM

(PARI) {a(n)=n!* sum(i=0, n-1, (-1)^i*polcoeff(((exp(x+x*O(x^n))-1)^(2+i)), n)*binomial(2*i+2, i)/(2*i+2))} (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*(2+i)!*Stirling2(n, 2+i)*Catalan(2, i)/2!)}

CROSSREFS

Cf. A136595; A048287, A136597.

Adjacent sequences: A136593 A136594 A136595 this_sequence A136597 A136598 A136599

Sequence in context: A152276 A136024 A051200 this_sequence A014178 A123818 A087591

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