Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A107674
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A107674 Matrix square of triangle A107671. +0
4
1, 24, 4, 2268, 135, 9, 461056, 15936, 448, 16, 160977375, 3789250, 69000, 1125, 25, 85624508376, 1485395280, 19994688, 223560, 2376, 36, 64363893844726, 862907827866, 9138674195, 79086196, 596820, 4459, 49, 64928246784463872 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Column 0 is A107675.

FORMULA

Matrix diagonalization method: define triangular matrix P by P(n, k) = ((n+1)^3)^(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;

24,4;

2268,135,9;

461056,15936,448,16;

160977375,3789250,69000,1125,25;

85624508376,1485395280,19994688,223560,2376,36; ...

PROGRAM

(PARI) {T(n, k)=local(P=matrix(n+1, n+1, r, c, if(r>=c, (r^3)^(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, A107671, A107675, A107676, A082167.

Sequence in context: A040561 A040562 A040563 this_sequence A040560 A040558 A111803

Adjacent sequences: A107671 A107672 A107673 this_sequence A107675 A107676 A107677

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


AT&T Labs Research