login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A135951 Central terms of triangle A135950, the matrix inverse of triangle A022166. 2
1, -3, 70, -11160, 12850368, -111842970624, 7558738517524480, -4024873276683363287040, 17013427111087951089139449856, -573105858480900876266937950612226048, 154142404695090288939416498797330749299097600 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

COMMENTS

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

PROG

(PARI) {a(n)=local(q=2, A=matrix(2*n+1, 2*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[2*n+1, n+1]}

CROSSREFS

Cf. A135950; A022166.

Sequence in context: A082942 A000282 A140048 * A093245 A108231 A130894

Adjacent sequences:  A135948 A135949 A135950 * A135952 A135953 A135954

KEYWORD

sign

AUTHOR

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

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 15 07:38 EST 2012. Contains 205713 sequences.