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.
%I A002762 M3362 N1354 #22 Oct 20 2023 10:05:18 %S A002762 4,9,21,40,74,125,209,330,515,778,1160,1690,2439,3457,4857,6735,9264, %T A002762 12607,17040,22826,30391,40165,52788,68938,89589,115778,148957,190714, %U A002762 243184,308746,390539,492071,617900,773175,964443,1199168,1486724,1837806 %N A002762 Number of bipartite partitions. %D A002762 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. %D A002762 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002762 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002762 M. S. Cheema and H. Gupta, <a href="/A002755/a002755.pdf">Tables of Partitions of Gaussian Integers. National Institute of Sciences of India, Mathematical Tables, Vol. 1, New Delhi, 1956</a>. (Annotated scanned pages from, plus a review) %p A002762 nmax := 40: %p A002762 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)): %p A002762 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 %K A002762 nonn %O A002762 0,1 %A A002762 _N. J. A. Sloane_ %E A002762 More terms from _Sean A. Irvine_, Aug 14 2014