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.

A382348 Number of connected bipartite graphs with n edges.

Original entry on oeis.org

1, 1, 2, 4, 7, 17, 36, 94, 237, 658, 1845, 5527, 16809, 53357, 173298, 580331, 1988935, 6991328, 25124511, 92325353, 346401296, 1326493369
Offset: 1

Views

Author

Sergey Pupyrev, May 29 2025

Keywords

Examples

			a(3) = 2 since there are two connected bipartite graphs with three edges: a path and a star "Y".
		

Crossrefs

Programs

  • nauty
    for (( i=$(bc <<< "sqrt(4*${n})"); i<=$((n+1)); i++ )) do ~/nauty2_8_9/geng -c -b ${i}:${i} ${n} -u; done

Extensions

a(19)-a(22) from Sean A. Irvine, Jun 09 2025