OFFSET
0,5
COMMENTS
An open quipu is a tree of maximal valency 3 such that all nodes of degree 3 lie on a path.
LINKS
Paolo Xausa, Table of n, a(n) for n = 0..1000
Renee Woo and Arnold Neumaier, On Graphs Whose Spectral Radius is Bounded by 3/2*sqrt(2), Graphs and Combinatorics 23 (2007), 713-726. Also preprint and slides.
Index entries for linear recurrences with constant coefficients, signature (2,3,-5,-3,-1,3,7,0,-1,-6,-2,4).
FORMULA
G.f.: (1 - x - 4*x^2 + x^3 + 5*x^4 + 4*x^5 - 4*x^7 - 6*x^8 - 3*x^9 + 5*x^10 + 4*x^11 - x^12)/((1 - x)^3*(1 + x)^2*(1 - 2*x)*(1 + x^2)*(1 + x + x^2)*(1 - 2*x^2)). - Andrew Howroyd, May 31 2023
EXAMPLE
The 4 open quipus with 6 nodes are:
._._._._._. ._._._._. ._._._._. ._._._.
| | | |
The smallest interesting nonexample, a 3-valent tree where the nodes of degree 3 do not lie on a path, is:
. .
| |
._._._._.
|
._._.
MATHEMATICA
LinearRecurrence[{2, 3, -5, -3, -1, 3, 7, 0, -1, -6, -2, 4}, {1, 1, 1, 1, 2, 2, 4, 6, 11, 18, 36, 64, 127}, 50] (* Paolo Xausa, Aug 13 2023 *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Didrik Fosse, May 31 2023
STATUS
approved