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.

A006098 Gaussian binomial coefficient [ 2n,n ] for q=2.

This page as a plain text file.
%I A006098 M3138 #52 Feb 16 2025 08:32:29
%S A006098 1,3,35,1395,200787,109221651,230674393235,1919209135381395,
%T A006098 63379954960524853651,8339787869494479328087443,
%U A006098 4380990637147598617372537398675,9196575543360038413217351554014467475,77184136346814161837268404381760884963259795
%N A006098 Gaussian binomial coefficient [ 2n,n ] for q=2.
%D A006098 J. Goldman and G.-C. Rota, The number of subspaces of a vector space, pp. 75-83 of W. T. Tutte, editor, Recent Progress in Combinatorics. Academic Press, NY, 1969.
%D A006098 I. P. Goulden and D. M. Jackson, Combinatorial Enumeration. Wiley, NY, 1983, p. 99.
%D A006098 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
%D A006098 M. Sved, Gaussians and binomials, Ars. Combinatoria, 17A (1984), 325-351.
%H A006098 T. D. Noe, <a href="/A006098/b006098.txt">Table of n, a(n) for n = 0..35</a>
%H A006098 Alin Bostan and Sergey Yurkevich, <a href="https://arxiv.org/abs/2109.02406">On the q-analogue of Pólya's Theorem</a>, arXiv:2109.02406 [math.CO], 2021.
%H A006098 I. Siap and I. Aydogdu, <a href="http://arxiv.org/abs/1303.6985">Counting The Generator Matrices of Z_2 Z_8 Codes</a>, arXiv:1303.6985 [math.CO], 2013.
%H A006098 M. Sved, <a href="/A006095/a006095.pdf">Gaussians and binomials</a>, Ars. Combinatoria, 17A (1984), 325-351. (Annotated scanned copy)
%H A006098 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/q-BinomialCoefficient.html">q-Binomial Coefficient</a>.
%F A006098 a(n) = A022166(2n,n). - _Alois P. Heinz_, Mar 30 2016
%F A006098 a(n) ~ c * 2^(n^2), where c = A065446. - _Vaclav Kotesovec_, Sep 22 2016
%F A006098 a(n) = Sum_{k=0..n} 2^(k^2)*(A022166(n,k))^2. - _Werner Schulte_, Mar 09 2019
%t A006098 Table[QBinomial[2n,n,2],{n,0,20}] (* _Harvey P. Dale_, Oct 22 2012 *)
%o A006098 (Sage) [gaussian_binomial(2*n,n,2) for n in range(0,11)] # _Zerinvary Lajos_, May 25 2009
%o A006098 (PARI) q=2; {a(n) = prod(j=0, n-1, (1-q^(2*n-j))/(1-q^(j+1))) };
%o A006098 vector(10, n, n--; a(n)) \\ _G. C. Greubel_, Mar 09 2019
%o A006098 (Magma) q:=2; [n le 0 select 1 else (&*[(1-q^(2*n-j))/(1-q^(j+1)): j in [0..n-1]]): n in [0..15]]; // _G. C. Greubel_, Mar 09 2019
%Y A006098 Cf. A022166, A065446.
%K A006098 nonn
%O A006098 0,2
%A A006098 _N. J. A. Sloane_
%E A006098 More terms from _Harvey P. Dale_, Oct 22 2012