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!)
A106342 Matrix inverse of A008278, which is a triangle of Stirling numbers of 2nd kind. 1
1, -1, 1, 2, -3, 1, -9, 15, -7, 1, 94, -160, 80, -15, 1, -2220, 3790, -1915, 375, -31, 1, 114456, -195461, 98875, -19460, 1652, -63, 1, -12542341, 21419587, -10836231, 2133635, -181559, 7035, -127, 1, 2868686486, -4899099640, 2478483560, -488022556, 41534164, -1611120, 29360, -255, 1 (list; table; graph; refs; listen; history; text; internal format)
OFFSET
0,4
COMMENTS
Column 0 is A106343. Row sums are zero after the initial row.
LINKS
EXAMPLE
Triangle T begins:
1;
-1,1;
2,-3,1;
-9,15,-7,1;
94,-160,80,-15,1;
-2220,3790,-1915,375,-31,1;
114456,-195461,98875,-19460,1652,-63,1;
-12542341,21419587,-10836231,2133635,-181559,7035,-127,1; ...
Matrix inverse is A008278 and begins:
1;
1,1;
1,3,1;
1,6,7,1;
1,10,25,15,1; ...
PROG
(PARI) {T(n, k)=(matrix(n+1, n+1, r, c, if(r>=c, sum(m=0, r-c+1, (-1)^(r-c+1-m)*m^r/m!/(r-c+1-m)!)))^-1)[n+1, k+1]}
CROSSREFS
Sequence in context: A117025 A078021 A300838 * A247563 A322702 A107855
KEYWORD
sign,tabl
AUTHOR
Paul D. Hanna, May 01 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 23 09:22 EDT 2024. Contains 371905 sequences. (Running on oeis4.)