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.

A006104 Gaussian binomial coefficient [ n,n/2 ] for q=3.

Original entry on oeis.org

1, 1, 4, 13, 130, 1210, 33880, 925771, 75913222, 6174066262, 1506472167928, 366573514642546, 267598665689058580, 195168545232713290660, 427028776969176679964080, 934054234760012359481199283, 6129263888495201102915629695046
Offset: 0

Views

Author

Keywords

References

  • 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.
  • I. P. Goulden and D. M. Jackson, Combinatorial Enumeration. Wiley, NY, 1983, p. 99.
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).
  • M. Sved, Gaussians and binomials, Ars. Combinatoria, 17A (1984), 325-351.

Programs

  • Mathematica
    Table[QBinomial[n,Floor[n/2],3],{n,0,20}] (* Harvey P. Dale, Nov 11 2011 *)

Extensions

More terms from Harvey P. Dale, Nov 11 2011