login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A002762 Number of bipartite partitions.
(Formerly M3362 N1354)
0
4, 9, 21, 40, 74, 125, 209, 330, 515, 778, 1160, 1690, 2439, 3457, 4857, 6735, 9264, 12607, 17040, 22826, 30391, 40165, 52788, 68938, 89589, 115778, 148957, 190714, 243184, 308746, 390539, 492071, 617900, 773175, 964443, 1199168, 1486724, 1837806 (list; graph; refs; listen; history; text; internal format)
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
MAPLE
nmax := 40:
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, 6, 2), x, nmax+1), y, 7), y, 6), x, n), n=0..nmax); # Sean A. Irvine, Aug 14 2014
CROSSREFS
Sequence in context: A287143 A238641 A038415 * A361152 A009911 A009887
KEYWORD
nonn
AUTHOR
EXTENSIONS
More terms from Sean A. Irvine, Aug 14 2014
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 06:24 EDT 2024. Contains 371769 sequences. (Running on oeis4.)