login
A201471
Maximal diameter of a connected n-gamma_t-vertex-critical graph.
1
3, 4, 6, 7, 9, 11, 15, 17, 19, 21, 23, 25, 27, 29, 31, 33, 35, 37, 39, 41, 43, 45, 47, 49, 51, 53, 55, 57, 59, 61, 63, 65, 67, 69, 71, 73, 75, 77, 79, 81, 83, 85, 87, 89, 91, 93, 95, 97, 99, 101, 103, 105, 107, 109, 111, 113, 115, 117, 119, 121, 123, 125, 127, 129, 131, 133, 135, 137, 139, 141, 143, 145, 147, 149, 151, 153, 155, 157
OFFSET
3,1
REFERENCES
Henning, Michael A., A survey of selected recent results on total domination in graphs. Discrete Math. 309 (2009), no. 1, 32-63.
FORMULA
For n >= 9, a(n) = 2n-3.
G.f.: x^3*(3 - 2*x + x^2 - x^3 + x^4 + 2*x^6 - 2*x^7) / (1 - x)^2. - Colin Barker, Dec 25 2019
MATHEMATICA
LinearRecurrence[{2, -1}, {3, 4, 6, 7, 9, 11, 15, 17}, 80] (* Harvey P. Dale, Nov 07 2021 *)
PROG
(PARI) Vec(x^3*(3 - 2*x + x^2 - x^3 + x^4 + 2*x^6 - 2*x^7) / (1 - x)^2 + O(x^70)) \\ Colin Barker, Dec 25 2019
CROSSREFS
Sequence in context: A301766 A229173 A066499 * A338387 A360799 A136110
KEYWORD
nonn,easy
AUTHOR
N. J. A. Sloane, Dec 01 2011
STATUS
approved