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.

Showing 1-2 of 2 results.

A363362 Number of connected weakly pancyclic graphs on n unlabeled nodes.

Original entry on oeis.org

1, 1, 2, 6, 21, 108, 827, 10908, 259567, 11704426
Offset: 1

Views

Author

Pontus von Brömssen, May 29 2023

Keywords

Comments

A graph is weakly pancyclic if it contains cycles of all lengths between its girth and its circumference. Acyclic graphs are considered to be weakly pancyclic. The concept of weak pancyclicity was introduced by Brandt, Faudree, and Goddard (1998).

Crossrefs

Formula

a(n) = A001349(n) - A363363(n).
a(n) = A001349(n) for n <= 5, because all graphs on at most 5 nodes are weakly pancyclic.

A363364 Least nonnegative integer k such that all non-bipartite graphs with n nodes and at least k edges are weakly pancyclic.

Original entry on oeis.org

0, 0, 0, 0, 0, 8, 11, 14, 17, 20
Offset: 1

Views

Author

Pontus von Brömssen, May 29 2023

Keywords

Comments

A graph is weakly pancyclic if it contains cycles of all lengths between its girth and its circumference. Acyclic graphs are considered to be weakly pancyclic.
All graphs on at most 5 nodes are weakly pancyclic, so a(n) = 0 when n <= 5.
Brandt (1997) conjectures that a(n) = floor((n-1)*(n-3)/4) + 5 for n >= 6. The conjecture is false for n = 8, since there exists a (unique) non-bipartite, not weakly pancyclic graph (shown below) with 8 nodes and 13 edges, showing that a(8) >= 14. This graph contains cycles of lengths 3, 4, 5, 6, and 8, but none of length 7.
O
/|\
/ O \
/ | \
/ O \
/ / \ \
/ / \ \
// \\
O ----------- O
\\ //
\ \ / /
\ \ / /
\ O /
\ | /
\ O /
\|/
O

Crossrefs

Formula

a(n) >= floor((n-1)*(n-3)/4) + 5 = A028309(n-1) + 2 for n >= 6 (Brandt, 1997).
a(n) <= floor((n-1)^2/4) + 2 = A290743(n-1) (Brandt, 1997).
a(n) <= floor(n^2/4) - n + 59 (Bollobás and Thomason, 1999).
Showing 1-2 of 2 results.