Logo

Greetings from The On-Line Encyclopedia of Integer Sequences!

Hints

Search: id:A135950
Displaying 1-1 of 1 results found. page 1
     Format: long | short | internal | text      Sort: relevance | references | number      Highlight: on | off
A135950 Matrix inverse of triangle A022166. +0
3
1, -1, 1, 2, -3, 1, -8, 14, -7, 1, 64, -120, 70, -15, 1, -1024, 1984, -1240, 310, -31, 1, 32768, -64512, 41664, -11160, 1302, -63, 1, -2097152, 4161536, -2731008, 755904, -94488, 5334, -127, 1, 268435456, -534773760, 353730560, -99486720, 12850368, -777240, 21590, -255, 1 (list; table; graph; listen)
OFFSET

0,4

COMMENT

A022166 is the triangle of Gaussian binomial coefficients [n,k] for q = 2.

FORMULA

Unsigned column 0 equals A006125(n) = 2^{n(n-1)/2}. Unsigned column 1 equals A127850(n) = (2^n-1)*2^(n(n-1)/2)/(2^(n-1)). Row sums equal 0^n. Unsigned row sums equal A028361(n) = Product_{k=0..n} (1+2^k).

EXAMPLE

Triangle begins:

1;

-1, 1;

2, -3, 1;

-8, 14, -7, 1;

64, -120, 70, -15, 1;

-1024, 1984, -1240, 310, -31, 1;

32768, -64512, 41664, -11160, 1302, -63, 1;

-2097152, 4161536, -2731008, 755904, -94488, 5334, -127, 1; ...

PROGRAM

(PARI) {T(n, k)=local(q=2, A=matrix(n+1, n+1, n, k, if(n>=k, if(n==1|k==1, 1, prod(j=n-k+1, n-1, 1-q^j)/prod(j=1, k-1, 1-q^j))))^-1); A[n+1, k+1]}

CROSSREFS

Cf. A022166; A006125, A028361, A127850, A135951 (central terms).

Adjacent sequences: A135947 A135948 A135949 this_sequence A135951 A135952 A135953

Sequence in context: A103750 A098435 A096294 this_sequence A117025 A078021 A106342

KEYWORD

sign,tabl

AUTHOR

Paul D. Hanna (pauldhanna(AT)juno.com), Dec 08 2007

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 6 12:54 EDT 2008. Contains 144667 sequences.


AT&T Labs Research