A338573 Array read by ascending antidiagonals: T(m,n) (m, n >= 1) is the minimum number of unit resistors needed to produce resistance m/n.
1, 2, 2, 3, 1, 3, 4, 3, 3, 4, 5, 2, 1, 2, 5, 6, 4, 4, 4, 4, 6, 7, 3, 4, 1, 4, 3, 7, 8, 5, 2, 5, 5, 2, 5, 8, 9, 4, 5, 3, 1, 3, 5, 4, 9, 10, 6, 5, 5, 5, 5, 5, 5, 6, 10, 11, 5, 3, 2, 5, 1, 5, 2, 3, 5, 11, 12, 7, 6, 6, 5, 5, 5, 5, 6, 6, 7, 12, 13, 6, 6, 4, 6, 4, 1, 4, 6, 4, 6, 6, 13
Offset: 1
Examples
T(1,2) = 2: at least 2 unit resistors in parallel are needed for resistance 1/2. T(2,1) = 2: at least 2 unit resistors in series are needed for resistance 2 = 2/1. T(11,13) = 6: the following "bridge" has resistance Bri(Par(1,1),1,1,1,1) = 11/13 (see A337516 for definitions): . (+) / \ ---* \ / / \ (1)(1) (1) \ | | \| | *--(1)--* \ / (1) (1) \ / (-) . T(13,11) = 6: Bri(Ser(1,1),1,1,1,1) = 13/11. T(95,106) = 10, but T(106,95) > 10: Karnofsky (2004, p. 5), see comment.
References
- Technology Review's Puzzle Corner, How many different resistances can be obtained by combining 10 one ohm resistors? Oct 3, 2003.
Links
- Joel Karnofsky, Solution of problem from Technology Review's Puzzle Corner Oct 3, 2003, Feb 23 2004.
- Hugo Pfoertner, Where A338573 differs from A113881, x,y <= 380.
- Index to sequences related to resistances.
Comments