Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A117260
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A117260 Triangle T, read by rows, where matrix inverse T^-1 has -2^n in the secondary diagonal: [T^-1](n+1,n) = -2^n, with all 1's in the main diagonal, and zeros elsewhere. +0
9
1, 1, 1, 2, 2, 1, 8, 8, 4, 1, 64, 64, 32, 8, 1, 1024, 1024, 512, 128, 16, 1, 32768, 32768, 16384, 4096, 512, 32, 1, 2097152, 2097152, 1048576, 262144, 32768, 2048, 64, 1, 268435456, 268435456, 134217728, 33554432, 4194304, 262144, 8192, 128, 1 (list; table; graph; listen)
OFFSET

0,4

COMMENT

More generally, if a lower triangular matrix T to the power p is given by: [T^p](n,k) = C(r,n-k)*p^(n-k)*q^(n*(n-1)/2-k*(k-1)/2) then, for all m, [T^m](n,k) = [prod_{j=0..n-k-1}(m*r-p*j)]/(n-k)!*q^(n*(n-1)/2-k*(k-1)/2) for n>k>=0, with T(n,n) = 1. This triangle results when m=1, p=-1, q=2, r=1.

FORMULA

T(n,k) = 2^(n*(n-1)/2 - k*(k-1)/2).

EXAMPLE

Triangle T begins:

1;

1,1;

2,2,1;

8,8,4,1;

64,64,32,8,1;

1024,1024,512,128,16,1;

32768,32768,16384,4096,512,32,1;

2097152,2097152,1048576,262144,32768,2048,64,1;

268435456,268435456,134217728,33554432,4194304,262144,8192,128,1;

Matrix inverse T^-1 has -2^n in the 2nd diagonal:

1,

-1,1,

0,-2,1,

0,0,-4,1,

0,0,0,-8,1,

0,0,0,0,-16,1,

0,0,0,0,0,-32,1, ...

PROGRAM

(PARI) {T(n, k)=local(m=1, p=-1, q=2, r=1); prod(j=0, n-k-1, m*r-p*j)/(n-k)!*q^((n-k)*(n+k-1)/2)}

CROSSREFS

Cf. A006125 (column 0); variants: A117250 (p=q=2), A117252 (p=q=3), A117254 (p=q=4), A117256 (p=q=5), A117258 (p=2, q=4), A117262 (p=-1, q=3), A117265 (p=-2, q=2).

Sequence in context: A096440 A121350 A135080 this_sequence A077944 A077992 A126586

Adjacent sequences: A117257 A117258 A117259 this_sequence A117261 A117262 A117263

KEYWORD

nonn,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Mar 14 2006

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 26 23:19 EDT 2008. Contains 142293 sequences.


AT&T Labs Research