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.

A308549 Number of connected graceful graphs on n vertices.

Original entry on oeis.org

1, 1, 2, 6, 18, 106, 819, 10969
Offset: 1

Views

Author

Eric W. Weisstein, Jun 06 2019

Keywords

Examples

			1 node: K_1
2 nodes: P_2
3 nodes: P_3, C_3
4 nodes: K_1,3 (claw), K_4-e, P_4, paw graph, C_4, K_4
5 nodes: K_2,3, K_1,1,3, K_1,1,1,2, P_5, S_5, W_5 (and 12 more)
		

Crossrefs

Cf. A001349, A308548 (not necessarily connected), A308557.

Formula

a(n) = A001349(n) - A308557(n). - Pontus von Brömssen, Dec 29 2024

Extensions

a(8) from Eric W. Weisstein, Aug 16 2019