cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A174286 Number of distinct resistances that can be produced using at most n equal resistors in series and/or parallel, confined to the five arms (four arms and the diagonal) of a bridge configuration. Since the bridge requires a minimum of five resistors, the first four terms are zero.

Original entry on oeis.org

0, 0, 0, 0, 1, 3, 19, 75, 291, 985, 3011, 8659, 24319, 65899, 176591, 464451, 1211185
Offset: 1

Views

Author

Sameen Ahmed Khan, Mar 15 2010

Keywords

Examples

			Example 1: Five equal unit resistors. Each arm of the bridge has one unit resistor, leading to an equivalent resistance of 1; so the set is {1} and its order is 1. Example 2: Six equal unit resistors. Four arms have one unit resistor each and the fifth arm has two unit resistors. Two resistors in the same arm, when combined in series and parallel result in 2 and 1/2 respectively (corresponding to 2: {1/2, 2} in A048211). The set {1/2, 2}, in the diagonal results in {1}. Set {1/2, 2} in any of the four arms results in {11/13, 13/11}. Consequently, with six equal resistors, we have the set {11/13, 1, 13/11}, whose order is 3. Union of the previous terms is {1} and the union with these three is again {11/13, 1, 13/11}. So the terms for five and six resistors are 1 and 3 respectively.
		

Crossrefs

Programs

Extensions

From Stampfli's paper, a(8) corrected and a(9)-a(12) added by Eric M. Schmidt, Sep 09 2017
Name edited by Eric M. Schmidt, Sep 09 2017
a(13)-a(17) added by Rainer Rosenthal, Feb 05 2021