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.

A054760 Table T(n,k) = order of (n,k)-cage (smallest n-regular graph of girth k), n >= 2, k >= 3, read by antidiagonals.

Original entry on oeis.org

3, 4, 4, 5, 6, 5, 6, 8, 10, 6, 7, 10, 19, 14, 7, 8, 12, 30, 26, 24, 8, 9, 14, 40, 42, 67, 30, 9, 10, 16, 50, 62
Offset: 0

Views

Author

N. J. A. Sloane, Apr 26 2000

Keywords

Examples

			First eight antidiagonals are:
   3  4  5  6  7  8  9 10
   4  6 10 14 24 30 58
   5  8 19 26 67 80
   6 10 30 42  ?
   7 12 40 62
   8 14 50
   9 16
  10
		

References

  • P. R. Christopher, Degree monotonicity of cages, Graph Theory Notes of New York, 38 (2000), 29-32.

Crossrefs

Moore lower bound: A198300.
Orders of cages: this sequence (n,k), A000066 (3,n), A037233 (4,n), A218553 (5,n), A218554 (6,n), A218555 (7,n), A191595 (n,5).
Graphs not required to be regular: A006787, A006856.

Formula

T(k,g) >= A198300(k,g) with equality if and only if: k = 2 and g >= 3; g = 3 and k >= 2; g = 4 and k >= 2; g = 5 and k = 2, 3, 7 or possibly 57; or g = 6, 8, or 12, and there exists a symmetric generalized g/2-gon of order k - 1. - Jason Kimberley, Jan 01 2013

Extensions

Edited by Jason Kimberley, Apr 25 2010, Oct 26 2011, Dec 21 2012, Jan 01 2013

A159847 The number of non-isomorphic n-node graphs with the maximal number of edges, and containing no three-cycles or four-cycles.

Original entry on oeis.org

1, 1, 1, 2, 1, 2, 1, 1, 1, 1, 3, 7, 1, 4, 1, 22, 14, 15, 1, 1, 3, 3, 7, 1, 6, 2, 1, 4, 1, 1, 2, 1
Offset: 1

Views

Author

David Garnick, Apr 23 2009

Keywords

Comments

The Moore graphs are unique examples of these graphs for their orders. Thus the fiftieth term in this sequence is 1.
Two additional values of this sequence determined: a(24)=1 and a(32)=1. [Michael Codish, Apr 09 2013]

References

  • D. K. Garnick and N. A. Nieuwejaar, Non-isomorphic Extremal Graphs without Three-Cycles or Four-Cycles, Journal of Combinatorial Mathematics and Combinatorial Computing, 12(1992), 33-56.

Crossrefs

Cf. A006856.

Extensions

a(22)-a(31) from Miller and Codish, David Garnick, Dec 24 2022
Showing 1-2 of 2 results.