OFFSET
0,1
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).
LINKS
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. (Annotated scanned pages from, plus a review)
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
CROSSREFS
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Aug 14 2014
STATUS
approved