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.

A347282 a(n) is the least number of unit resistors in an electrical network with total resistance A007305(n)/A007306(n) such that all currents through the resistors are distinct and > 0.

Original entry on oeis.org

18, 19, 20, 18, 26, 19, 17, 19
Offset: 1

Views

Author

Hugo Pfoertner, Oct 12 2021

Keywords

Comments

The trivial case of a single resistor is excluded, thus making a(1) = A342558(18) = 18.

Examples

			  n  A007305(n)/ a(n)   Edge list of network graph (example)
     A007306(n)
  1     1/1       18    [[1, 5], [1, 6], [1, 7], [2, 5], [2, 7], [2, 8],
                         [3, 6], [3, 7], [3, 8], [3, 9], [10, 6], [4, 8],
                         [4, 9], [5, 8], [5, 9], [6, 9], [7, 9], [10, 4]]
                        Poles: [5, 10]
  2     1/2       19    see linked file for description of solutions
  3     1/3       20
  4     2/3       18
  5     1/4       26
  6     2/5       19
  7     3/5       17
  8     3/4       19
  9     1/5    unknown
		

Crossrefs