login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A113290 Matrix logarithm of triangle A113287. 5
0, 2, 0, -3, 0, 0, 6, 4, 4, 0, -10, -10, -10, 0, 0, 19, 24, 30, 12, 6, 0, -35, -49, -70, -42, -21, 0, 0, 72, 104, 164, 128, 84, 24, 8, 0, -150, -216, -360, -324, -252, -108, -36, 0, 0, 343, 480, 820, 800, 710, 400, 180, 40, 10, 0, -803, -1089, -1870, -1892, -1826, -1210, -660, -220, -55, 0, 0 (list; table; graph; refs; listen; history; internal format)
OFFSET

0,2

FORMULA

T(n, 1) = (n+1)*A113291(n).

EXAMPLE

Triangle begins:

0;

2,0;

-3,0,0;

6,4,4,0;

-10,-10,-10,0,0;

19,24,30,12,6,0;

-35,-49,-70,-42,-21,0,0;

72,104,164,128,84,24,8,0;

-150,-216,-360,-324,-252,-108,-36,0,0;

343,480,820,800,710,400,180,40,10,0; ...

PROG

(PARI) {T(n, k)=local(x=X+O(X^(n+2)), y=Y+O(Y^(n+2)), M=matrix(n+1, n+1, r, c, if(r==c, 1, if(r>c, r*polcoeff(polcoeff(1/(1-x*y)+x/((1-x*y)*(1+x+x*y)), r-1, X), c-1, Y))))); if(n<k, 0, (sum(j=1, n+1, -(M^0-M)^j/j))[n+1, k+1])}

CROSSREFS

Cf. A113287, A113288, A113291 (column 1), A113292 (column 0), A072374.

Sequence in context: A127640 A113303 A080089 * A078442 A175663 A135523

Adjacent sequences:  A113287 A113288 A113289 * A113291 A113292 A113293

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Oct 23 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 16 16:00 EST 2012. Contains 205938 sequences.