Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A113369
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A113369 Triangle, read by rows, given by the product Q^2*P^-1, where the triangular matrices involved are P = A113340 and Q = A113350. +0
2
1, 3, 1, 12, 5, 1, 69, 35, 7, 1, 560, 325, 70, 9, 1, 6059, 3880, 889, 117, 11, 1, 83215, 57560, 13853, 1881, 176, 13, 1, 1399161, 1030751, 258146, 36051, 3421, 247, 15, 1, 28020221, 21763632, 5633264, 805875, 77726, 5629, 330, 17, 1 (list; table; graph; listen)
OFFSET

0,2

COMMENT

Matrix product Q^2*P^-1 = SHIFT_LEFT_UP(P). Compare to the matrix product Q^-1*P^2 = SHIFT_DOWN_RIGHT(Q), as given by triangle A113368.

EXAMPLE

The product Q^2*P^-1 forms a triangle that begins:

1;

3,1;

12,5,1;

69,35,7,1;

560,325,70,9,1;

6059,3880,889,117,11,1;

83215,57560,13853,1881,176,13,1;

1399161,1030751,258146,36051,3421,247,15,1;

28020221,21763632,5633264,805875,77726,5629,330,17,1; ...

Compare Q^2*P^-1 to P (A113340) which begins:

1;

1,1;

1,3,1;

1,12,5,1;

1,69,35,7,1;

1,560,325,70,9,1;

1,6059,3880,889,117,11,1;

1,83215,57560,13853,1881,176,13,1; ...

PROGRAM

(PARI) {T(n, k)=local(A, B); A=matrix(1, 1); A[1, 1]=1; for(m=2, n+2, B=matrix(m, m); for(i=1, m, for(j=1, i, if(i<3|j==i|j>m-1, B[i, j]=1, if(j==1, B[i, 1]=1, B[i, j]=(A^(2*j-1))[i-j+1, 1])); )); A=B); A[n+2, k+2]}

CROSSREFS

Cf. A113340, A113350, A113368 (Q^-1*P^2).

Adjacent sequences: A113366 A113367 A113368 this_sequence A113370 A113371 A113372

Sequence in context: A121420 A117375 A122844 this_sequence A127894 A127898 A078938

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Nov 12 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 October 11 13:47 EDT 2008. Contains 144830 sequences.


AT&T Labs Research