Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A098542
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A098542 Triangle T, read by rows, such that the matrix square shifts T left one column and up one row, with T(0,0)=T(1,0)=1 and T(n,0)=0 for n>1 and T(n,n)=1 for n>=0. +0
3
1, 1, 1, 0, 2, 1, 0, 2, 4, 1, 0, 2, 12, 8, 1, 0, 2, 44, 56, 16, 1, 0, 2, 236, 504, 240, 32, 1, 0, 2, 2028, 6776, 4720, 992, 64, 1, 0, 2, 29164, 146552, 139120, 40672, 4032, 128, 1, 0, 2, 719340, 5314680, 6583152, 2500832, 337344, 16256, 256, 1, 0, 2, 30943724 (list; table; graph; listen)
OFFSET

0,5

COMMENT

Column 2 forms A098543. Row sums form A098544. The absolute value of the matrix inverse equals A098539.

FORMULA

T(n+1, 1) = 2 for n>0; T(n+1, n) = 2^n, T(n+2, n) = 4^n - 2^n for n>=0. Matrix square: [T^2](n, k) = T(n+1, k+1). Matrix inverse: [T^-1](n, k) = (-1)^(n-k)*A098539(n, k). Matrix square inverse: [T^-2](n, k) = (-1)^(n-k)*A098539(n+1, k+1).

EXAMPLE

Rows of T begin:

[1],

[1,1],

[0,2,1],

[0,2,4,1],

[0,2,12,8,1],

[0,2,44,56,16,1],

[0,2,236,504,240,32,1],

[0,2,2028,6776,4720,992,64,1],

[0,2,29164,146552,139120,40672,4032,128,1],

[0,2,719340,5314680,6583152,2500832,337344,16256,256,1],...

Rows of T^2 begin:

[1],

[2,1],

[2,4,1],

[2,12,8,1],

[2,44,56,16,1],

[2,236,504,240,32,1],...

showing that T shifts left and up under matrix square.

The matrix inverse of T begins:

[1],

[ -1,1],

[2,-2,1],

[ -6,6,-4,1],

[26,-26,20,-8,1],

[ -166,166,-140,72,-16,1],...

the absolute value of which equals triangle A098539.

PROGRAM

(PARI) {T(n, k)=local(A, B); A=matrix(1, 1); A[1, 1]=1; for(m=2, n+1, 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, j]=(A^0)[i-1, 1], B[i, j]=(A^2)[i-1, j-1])); )); A=B); A[n+1, k+1]}

CROSSREFS

Cf. A098543, A098544, A098539 (absolute inverse).

Sequence in context: A104558 A115247 A122542 this_sequence A141343 A066709 A108354

Adjacent sequences: A098539 A098540 A098541 this_sequence A098543 A098544 A098545

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Sep 16 2004

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 November 25 20:09 EST 2009. Contains 167514 sequences.


AT&T Labs Research