The graph is a weighted undirected connected 3-regular graph. The number of nodes is N.

For each node there is one loop with weight $= \frac{1}{N}, and two other edges which goes from the node to its two ``nearest neighburs with weight $= \frac{\epsilon}{N}, where \^epsilon is a small parameter.

Therefore, we would like to know for a given value of $N$ how many different paths of lenght $2T$ are possible to go from one node to another passing through $k$ edges with weight $= \frac{\epsilon}{N}$ ?

Similar questions and discussions