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.

Showing 1-2 of 2 results.

A360030 a(n) is the minimum number of equal resistors needed in an electrical network so that n nodes can be selected in this network such that there are n*(n-1)/2 distinct resistances 0 < R < oo between the selected nodes.

Original entry on oeis.org

1, 3, 5, 8, 10, 11, 12, 14, 15, 16, 18, 19, 21
Offset: 2

Views

Author

Hugo Pfoertner and Rainer Rosenthal, Feb 12 2023

Keywords

Examples

			a(2) = 1, [[1,2]]
.
  1           2
  O----R1R----O
  R_12 = 1
.
a(3) = 3, [[1,2]^2,[2,3]]
.
  1   .---R1R---.   2           3
  O --|         |-- O ---R3R--- O
      .---R2R---.
.
  R_12 = 1/2, R_13 = 3/2,
              R_23 = 1
.
a(4) = 5, node 5 hidden, [[1,2],[2,3]^2,[3,5],[4,5]]
.
  1           2   .---R2R---.   3          (5)          4
  O ---R1R--- O --|         |-- O ---R4R--- O ---R5R--- O
                  .---R3R---.
.
  R_12 = 1, R_13 = 3/2, R_14 = 7/2,
            R_23 = 1/2, R_24 = 5/2,
                        R_34 = 2
.
a(5) = 8, node 6 hidden,
  [[1, 2], [1, 3]^2, [2, 3], [2, 4], [3, 6], [4, 5], [4, 6]]
.
    1             2           4           5
    O-----R1R-----O----R5R----O----R8R----O
    |             |           |
    |            R4R         R7R
    .---R2R---.   |           |
    |         |---O----R6R----O
    .---R3R---.   3          (6)
.
   R_12 = 5/9, R_13 = 7/18, R_14 = 19/18, R_15 = 37/18,
               R_23 = 1/2,  R_24 = 13/18, R_25 = 31/18,
                            R_34 =  8/9,  R_35 = 17/9,
                                          R_45 =  1
		

Crossrefs

Extensions

a(14) from Klaus Nagel and Hugo Pfoertner, Aug 21 2025

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

Showing 1-2 of 2 results.