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!)
A104416 Triangle, read by rows, where T(n,k) = A008275(k+1,n-k+1) are Stirling numbers of the first kind. 1
1, -1, 1, 0, -3, 1, 0, 2, -6, 1, 0, 0, 11, -10, 1, 0, 0, -6, 35, -15, 1, 0, 0, 0, -50, 85, -21, 1, 0, 0, 0, 24, -225, 175, -28, 1, 0, 0, 0, 0, 274, -735, 322, -36, 1, 0, 0, 0, 0, -120, 1624, -1960, 546, -45, 1, 0, 0, 0, 0, 0, -1764, 6769, -4536, 870, -55, 1, 0, 0, 0, 0, 0, 720, -13132, 22449, -9450, 1320, -66, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
The matrix inverse forms A104417, in which column 0 equals A082161.
LINKS
FORMULA
G.f.: A(x, y) = Sum_{n>=0} x^n*y^n*Product(k=1..n+1} (1-k*x).
EXAMPLE
A(x,y) = (1-x) + x*y*(1-x)*(1-2*x) + x^2*y^2*(1-x)*(1-2*x)*(1-3*x) +
x^3*y^3*(1-x)*(1-2*x)*(1-3*x)*(1-4*x) + ...
Rows begin:
1;
-1,1;
0,-3,1;
0,2,-6,1;
0,0,11,-10,1;
0,0,-6,35,-15,1;
0,0,0,-50,85,-21,1;
0,0,0,24,-225,175,-28,1;
0,0,0,0,274,-735,322,-36,1;
0,0,0,0,-120,1624,-1960,546,-45,1; ...
PROG
(PARI) {T(n, k)=local(X=x+x*O(x^n), Y=y+y*O(y^k)); polcoeff(polcoeff(sum(i=0, n, X^i*Y^i*prod(j=1, i+1, 1-j*X)), n, x), k, y)}
CROSSREFS
Sequence in context: A336344 A352609 A198345 * A194582 A357438 A324173
KEYWORD
sign,tabl
AUTHOR
Paul D. Hanna, Mar 06 2005
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 19 10:56 EDT 2024. Contains 371791 sequences. (Running on oeis4.)