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 A002765 M4495 N1902 #20 Oct 20 2023 10:06:49 %S A002765 8,23,57,119,231,415,719,1189,1915,2997,4595,6898,10198,14833,21303, %T A002765 30211,42393,58869,81028,110551,149683,201160,268539,356167,469630, %U A002765 615712,803029,1042051,1345896,1730473,2215561,2825037,3588364,4541036 %N A002765 Number of bipartite partitions. %D A002765 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 A002765 N. J. A. Sloane, A Handbook of Integer Sequences, Academic Press, 1973 (includes this sequence). %D A002765 N. J. A. Sloane and Simon Plouffe, The Encyclopedia of Integer Sequences, Academic Press, 1995 (includes this sequence). %H A002765 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 A002765 nmax := 35: %p A002765 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 A002765 seq(coeff(coeff(series(series(gf(nmax, 9, 2), x, nmax+1), y, 10), y, 9), x, n), n=0..nmax); # _Sean A. Irvine_, Aug 14 2014 %K A002765 nonn %O A002765 0,1 %A A002765 _N. J. A. Sloane_ %E A002765 More terms from _Sean A. Irvine_, Aug 14 2014