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.

User: Sergey Pupyrev

Sergey Pupyrev's wiki page.

Sergey Pupyrev has authored 2 sequences.

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

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

A298361 a(n) is the number of maximal simple planar graphs of size n that admit a 2-queue layout.

Original entry on oeis.org

1, 1, 1, 2, 5, 14, 50, 233, 1249, 7595, 49566, 339712, 2405167, 17412878, 127855172, 947394711
Offset: 3

Author

Sergey Pupyrev, Jan 17 2018

Keywords

Comments

Computed by an exhaustive search.

Examples

			For n <= 13, all maximal simple planar graphs admit a 2-queue layout; hence, the values are the same as in A000109.
		

References

  • S. Pupyrev, Mixed Linear Layouts of Planar Graphs, International Symposium on Graph Drawing and Network Visualization (GD 2017).

Crossrefs

Cf. A000109.