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.

A243013 Number of graphs with n vertices and n-1 edges that can be gracefully labeled.

Original entry on oeis.org

1, 1, 1, 3, 5, 12, 36
Offset: 1

Views

Author

Gordon Hamilton, May 28 2014

Keywords

Comments

Hand calculated by grade 3 students up to term 6: (1,1,1,3,5,12...)

Examples

			a(5) = 5: A001433 tells us that there are 6 simple graphs with 5 vertices and 4 edges.  Only 5 of these can be labeled gracefully.  The one that cannot is the triangular loop plus two connected nodes: ∆ / .
		

Crossrefs

A001433 provides an upper bound. If the Graceful Tree Conjecture were true, A000055 would be a lower bound.