Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107726
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107726 Matrix inverse of triangle A107717, read by rows. +0
3
1, -3, 1, -3, -6, 1, -21, -3, -9, 1, -219, -21, -3, -12, 1, -2973, -219, -21, -3, -15, 1, -49323, -2973, -219, -21, -3, -18, 1, -964173, -49323, -2973, -219, -21, -3, -21, 1, -21680571, -964173, -49323, -2973, -219, -21, -3, -24, 1, -551173053, -21680571, -964173, -49323, -2973, -219, -21, -3, -27, 1 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Except for initial terms, each column is the same and equals negative A107716 (inverse INVERT of triple factorials).

EXAMPLE

Triangle begins:

1;

-3,1;

-3,-6,1;

-21,-3,-9,1;

-219,-21,-3,-12,1;

-2973,-219,-21,-3,-15,1;

-49323,-2973,-219,-21,-3,-18,1;

-964173,-49323,-2973,-219,-21,-3,-21,1; ...

Matrix inverse is A107717:

1;

3,1;

21,6,1;

219,57,9,1;

2973,723,111,12,1;

49323,11361,1713,183,15,1; ...

PROGRAM

(PARI) {T(n, k)=if(n<k|k<0, 0, matrix(n+1, n+1, m, j, if(m>=j, if(m==j, 1, if(m==j+1, -3*j, polcoeff(1/sum(i=0, m-j, prod(r=0, i-1, 3*r+1)*x^i)+O(x^m), m-j)))))[n+1, k+1])}

CROSSREFS

Cf. A107716, A107717.

Sequence in context: A128549 A055885 A096713 this_sequence A114159 A033789 A109532

Adjacent sequences: A107723 A107724 A107725 this_sequence A107727 A107728 A107729

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), May 30 2005

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 December 2 15:58 EST 2008. Contains 150992 sequences.


AT&T Labs Research