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.

A002764 Number of bipartite partitions.

Original entry on oeis.org

7, 18, 44, 88, 169, 296, 507, 824, 1314, 2029, 3083, 4578, 6714, 9676, 13795, 19408, 27053, 37302, 51029, 69180, 93139, 124447, 165259, 218021, 286068, 373207, 484512, 625845, 804840, 1030369, 1313823, 1668466, 2111101, 2661365, 3343811, 4187191
Offset: 0

Views

Author

Keywords

References

  • M. S. Cheema and H. Gupta, Tables of Partitions of Gaussian Integers. National Institute of Sciences of India, Mathematical Tables, Vol. 1, New Delhi, 1956, p. 11.
  • N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence).
  • N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence).

Programs

  • Maple
    nmax := 35:
    gf := (n, m, k) -> 1/(product(product(1-x^r*y^t, t=k..m), r=0..n) * product(1-x^s, s=1..n)):
    seq(coeff(coeff(series(series(gf(nmax, 8, 2), x, nmax+1), y, 9), y, 8), x, n), n=0..nmax); # Sean A. Irvine, Aug 14 2014

Extensions

More terms from Sean A. Irvine, Aug 14 2014