A340199 Number of sets in the geometry determined by the Hausdorff metric at each location between two sets defined by a complete bipartite graph K(3,n) (with n at least 3) missing two edges, where the two removed edges are not incident to the same vertex in the 3-point set and are also not incident to the same vertex in the other set.
43, 379, 2899, 21043, 149563, 1053739, 7396579, 51837283, 363044683, 2541863899, 17794700659, 124567864723, 871989933403, 6103974174859, 42727953147139, 299096073799363, 2093673721903723, 14655719669250619, 102590048532528019
Offset: 3
Links
- Steven Schlicker, Roman Vasquez, and Rachel Wofford, Integer Sequences from Configurations in the Hausdorff Metric Geometry via Edge Covers of Bipartite Graphs, J. Int. Seq. (2023) Vol. 26, Art. 23.6.6.
- Index entries for linear recurrences with constant coefficients, signature (11,-31,21).
Crossrefs
Programs
-
Mathematica
LinearRecurrence[{11,-31,21},{43,379,2899},20] (* Harvey P. Dale, Apr 10 2024 *)
Formula
a(n) = 9*7^(n-2) - 7*3^(n-2) + 1.
From Stefano Spezia, Dec 31 2020: (Start)
G.f.: x^3*(43 - 94*x + 63*x^2)/(1 - 11*x + 31*x^2 - 21*x^3).
a(n) = 11*a(n-1) - 31*a(n-2) + 21*a(n-3) for n > 5. (End)
Comments