Given a triangular prism of infinite length along the X direction. A graph is formed with the set of nodes all the points on an edge of the prism with integer values of X, and the with each node connected to its two nearest neighbors in the X direction and its two neighbors sharing the same value of X.
(Think of this graph as a collection of empty triangles, all lined up, and all connected to their X-direction neighbors at the three corresponding vertices.)
The question is:
If each edge of that graph is a 1 ohm resistor, find the net resistance between two neighboring nodes sharing the same value of X.
The analagous problem for an n-dimensional Cartesian grid becomes easy, by superposing two hypothetical 1-amp currents, one sourced at neighbor A and sinked at infinity, the other sinked at neighbor B and sourced at infinity. The key is the symmetry: Each current will obviously run 1/4 amp through each of the four resistors connected to A or B; then superpose the two situations -- the resistor from A to B carries 1/2 amp. So the voltage difference between A and B is the voltage across that 1 ohm resistor, which is 1/2 volt ($V=IR$). Thus we have a net of 1 amp flowing from A to B driven by 1/2 volt of potential difference, so the effective resistance between neighboring nodes is 1/2 ohm.
(The question of effective resistance between non-neighboring nodes, say a knight's move apart, is much harder but can be attacked successfully using Fourier transform methods.)
The problem I pose should be in between in difficulty: The symmetry argument would work if we somehow could figure out the ratio of X direction currents to shared-X currents in the sink-at-infinity case, but that ratio is not obvious.
Super-experts might be able to solve this using the Fourier transform methods, but I am hoping for a simpler solution.