Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107670
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107670 Matrix square of triangle A107667. +0
5
1, 12, 4, 216, 45, 9, 5248, 816, 112, 16, 160675, 20225, 2200, 225, 25, 5931540, 632700, 58176, 4860, 396, 36, 256182290, 23836540, 1920163, 138817, 9408, 637, 49, 12665445248, 1048592640, 75683648, 4886464, 290816, 16576, 960, 64 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Column 0 is A082165. See triangle A107667 for more formulas.

FORMULA

Matrix diagonalization method: define triangular matrix P by P(n, k) = ((n+1)^2)^(n-k)/(n-k)!, n>=k>=0, and diagonal matrix D(n, n) = n+1, then T is given by T = P^-1*D^2*P.

EXAMPLE

Triangle begins:

1;

12,4;

216,45,9;

5248,816,112,16;

160675,20225,2200,225,25;

5931540,632700,58176,4860,396,36;

256182290,23836540,1920163,138817,9408,637,49; ...

PROGRAM

(PARI) {T(n, k)=local(P=matrix(n+1, n+1, r, c, if(r>=c, (r^2)^(r-c)/(r-c)!)), D=matrix(n+1, n+1, r, c, if(r==c, r))); if(n>=k, (P^-1*D^2*P)[n+1, k+1])}

CROSSREFS

Cf. A107667, A107668, A107669, A082165 (column 0).

Sequence in context: A047709 A002911 A038330 this_sequence A002679 A133208 A122561

Adjacent sequences: A107667 A107668 A107669 this_sequence A107671 A107672 A107673

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Jun 07 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 July 23 17:35 EDT 2008. Contains 142285 sequences.


AT&T Labs Research