cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A135951 Central terms of triangle A135950, the matrix inverse of triangle A022166.

This page as a plain text file.
%I A135951 #11 Jun 14 2017 00:58:27
%S A135951 1,-3,70,-11160,12850368,-111842970624,7558738517524480,
%T A135951 -4024873276683363287040,17013427111087951089139449856,
%U A135951 -573105858480900876266937950612226048,154142404695090288939416498797330749299097600
%N A135951 Central terms of triangle A135950, the matrix inverse of triangle A022166.
%C A135951 A022166 is the triangle of Gaussian binomial coefficients [n,k] for q = 2.
%t A135951 max = 20; M = Table[QBinomial[n, k, 2], {n, 0, max}, {k, 0, max}] // Inverse; Table[M[[n, (n+1)/2]], {n, 1, max+1, 2}] (* _Jean-François Alcover_, Apr 09 2016 *)
%t A135951 Table[(-1)^n 2^((n-1)n/2) QBinomial[2n, n, 2], {n, 0, 20}] (* _Vladimir Reshetnikov_, Sep 16 2016 *)
%o A135951 (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]
%Y A135951 Cf. A135950, A022166.
%K A135951 sign
%O A135951 0,2
%A A135951 _Paul D. Hanna_, Dec 08 2007