A331693 Number of Tom graphs with n vertices.
1, 1, 2, 3, 6, 10, 20, 37, 76, 153, 328, 705, 1576, 3551, 8179, 18980, 44559, 105111, 249426, 593484, 1416269, 3384581, 8099819, 19398194, 46487665, 111447044, 267260387, 641022947, 1537706522, 3688974818, 8850411933, 21234093757, 50946316856, 122234742311
Offset: 0
Keywords
Examples
The graph 1---2---3 is a Tom graph: Tom can follow the sequence 2, 2 to guarantee that he catches Jerry. The graph 1 / \ 2---3 is not a Tom graph: Jerry always has 2 vertices to go to, and whatever vertex Tom picks, Jerry can choose another to evade Tom.
Links
- Seiichi Manyama, Table of n, a(n) for n = 0..2000
- Project Euler, Problem 690: Tom and Jerry
- Peter Steinbach, Simple Graphs - Trees, illustrations of the graphs, including an added marking of the relevant 4 cases for 11 nodes.
- Peter Steinbach, Simple Graphs - Trees, illustrations of the graphs, including an added marking of the relevant 19 cases for 12 nodes.
Formula
a(n) <= A005195(n) with equality only for n in {1, ..., 9}.
Extensions
a(11)-a(12) from Hugo Pfoertner, Feb 20 2020
a(0), a(13)-a(33) from Rainer Rosenthal, Feb 29 2020
Comments