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.

A363240 Number of distinct resistances that can be produced from a circuit that is a 2-connected loopless multigraph with n edges and each edge having a unit resistor.

Original entry on oeis.org

1, 2, 5, 12, 32, 88, 260, 819, 2680, 8642, 27976, 88946, 281541, 893028, 2841344, 9092174, 29176634, 93854841, 302611365
Offset: 2

Views

Author

Zhao Hui Du, May 23 2023

Keywords

Comments

The resistances between any two nodes of the graph are counted.
All resistances in A337517 can be obtained by serial combinations of resistances of one or more 2-connected loopless multigraphs.

Examples

			a(2)=1 since the only multigraph with 2 edges is a double edge graph which forms resistance 1/2.
For n=4, there are a quadruple edge graph (resistance 1/4), a triangle graph with one double edge (2/5 between double edge and 3/5 between single edge) and square graph (3/4 between neighbor nodes and 1 between opposite nodes) so a(4)=5.
		

Crossrefs