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.

Previous Showing 11-20 of 22 results. Next

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.

Original entry on oeis.org

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

Views

Author

Rainer Rosenthal, Nov 05 2020

Keywords

Comments

Karnofsky (2004, p. 5): "[...] if some circuit has resistance m/n then some other circuit likely has n/m. In fact, for 9 or fewer resistors, this symmetry is perfect. However, for 10 resistors the following values are achieved, but not their inverses: 95/106, 101/109, 98/103, 97/98, 103/101, 97/86, 110/91, 103/83, 130/101, 103/80, 115/89, 106/77, 109/77, 98/67, 101/67". That means, that T(m,n) = T(n,m), if T(m,n) <= 9.
This starts with the values of A113881, but the Karnofsky comment says that T(n,m) is not symmetric, whereas the count of tiles in A113881 is. - R. J. Mathar, Nov 06 2020
The first difference where T(m,n) = T(n,m), but differs from the corresponding entry of A113881 occurs for (n,m) = (154,167) and (n,m) = (167,154), both representable by networks with non-planar graphs of 11 resistors, whereas A113881 counts 12 tiles. See Pfoertner link for illustration of more differences. - Hugo Pfoertner, Nov 13 2020

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.

Crossrefs

Non-reciprocal ratios: A338601/A338602 (10 resistors), A338581/A338591 (11 resistors), A338582/A338592 (12 resistors).

A338487 a(n) is the number of non-isomorphic, serial/parallel indecomposable resistor networks with n edges, n >= 5, allowing dead ends.

Original entry on oeis.org

1, 5, 36, 225, 1453, 9228, 58701, 372695, 2370155, 15117459, 96868355, 624326820, 4051597971, 26496771687, 174749567296, 1162909625384, 7812487626519, 53005074235282, 363305517314289, 2516343623698964, 17615995074375601, 124669825295709879, 892060223018406365
Offset: 5

Views

Author

Rainer Rosenthal and Hugo Pfoertner, Oct 30 2020

Keywords

Comments

A connected multigraph G with a selected pair P of nodes can be used to represent a resistor network. The edges represent resistors, and the total resistance is measured between the selected nodes. It is possible to construct complex networks using only serial or parallel combinations, but the more nodes and edges are involved, the more networks of a different kind can be found. They cannot be decomposed into serial/parallel elements. The sequence is on page 2 of the paper describing the computation of A180414 (see the Joel Karnofsky link).
Karnofsky claims that he systematically increased the number of edges by three basic operations, C, D, and E, defined in A338999, i.e., he claims to have counted the CDE-descendants of the simplest h-graph (the "bridge," see the example section). Numbers given in his paper are 1, 5, 37, 226, 1460, 9235, which is slightly off (see A339386). The difference seems to stem from the "dangling parts," as he calls them in his "addendum," so they don't affect the computation of different resistances in A180414. - Rainer Rosenthal, Dec 02 2020

Examples

			a(5) = 1. The only serial/parallel nondecomposable network with 5 resistors:
.
                      (+)-----A
     The "bridge"            / \
     see A337516            B---C
                             \ /
                      (-)-----Z
.
a(6) = 5. Constructed from the bridge with 5 resistors.
Allowed ways of adding a new edge are:
* an existing resistor is replaced by two parallel (N1, N2).
* a new resistor is appended (N3).
* an existing resistor is replaced by two serial (N4, N5).
. . . . . . . . . . . . . . . . . . . . . . . . . . . . .
                    .                   .
         .-A        .         A         .         A
        / / \       .        / \        .   D    / \
       / /   \      .       /   \       .   |   /   \
      / /     \     .      /     \      .   |  /     \
     | /       \    .     /       \     .   | /       \
     |/         \   .    /.-------.\    .   |/         \
     B-----------C  .   B.         .C   .   B-----------C
      \         /   .    \`-------ยด/    .    \         /
       \       /    .     \       /     .     \       /
        \     /     .      \     /      .      \     /
         \   /      .       \   /       .       \   /
          \ /       .        \ /        .        \ /
           Z        .         Z         .         Z
                    .                   .
     N1: new edge   .   N2: new edge    .  N3: new node D
           A-B      .         B-C       .   with edge B-D
                    .                   .
  . . . . . . . . . . . . . . . . . . . . . . . . . . . . .
                    .
           A        .         A
          / \       .        / \
         /   \      .       /   \
        D     \     .      /     \
       /       \    .     /       \
      /         \   .    /         \
     B-----------C  .   B-----D-----C
      \         /   .    \         /
       \       /    .     \       /
        \     /     .      \     /
         \   /      .       \   /
          \ /       .        \ /
           Z        .         Z
                    .
    N4: new node D  .  N5: new node D
     A-B now A-D-B  .   B-C now B-D-C
                    .
. . . . . . . . . . . . . . . . . . . . .
a(7) = 36. There are 24 interesting networks without dead ends.
See the pdf document with their description in the link section.
		

References

  • Technology Review's Puzzle Corner, How many different resistances can be obtained by combining 10 one ohm resistors? Oct 3, 2003.

Crossrefs

For graphs with two distinguished nodes see A304074.

Programs

  • Maple
    SetA338487(5) := {"011111"}: # "bridge" adjacency matrix coded
    for n from 6 to MAXEDGES do
       SetA338487(n) := C_D_E(SetA338487(n-1));  # see link section
    od:
    seq(nops(SetA338487(n)),n=1..MAXEDGES); # Rainer Rosenthal, Dec 02 2020

Extensions

a(10)-a(27) from Andrew Howroyd, Dec 02 2020

A342558 a(n) is the maximum number of distinct currents > 0 in a network of n one-ohm resistors with a total resistance of 1 ohm.

Original entry on oeis.org

1, 1, 1, 1, 1, 2, 2, 3, 4, 5, 6, 7, 9, 10, 12, 15, 16, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68
Offset: 1

Views

Author

Hugo Pfoertner and Rainer Rosenthal, May 26 2021

Keywords

Comments

The resistor networks considered here correspond to multigraphs in which each edge is replaced by one or more one-ohm resistors, and in which there are two distinguished nodes, called poles, between which there is a total resistance of 1 ohm.
It was known that the smallest resistor network with all currents being distinct consists of 21 resistors, found by Duijvestin in 1978. This assumes that the network is planar and thus the analogy to the perfectly tiled squares exists, see A014530. For history and references see link to Stuart Anderson's website "SPSS, Order 21".
In 1983, A. Augusteijn and A. J. W. Duijvestijn described networks in which the number of resistors in a network with distinct resistances was reduced to 20 by allowing the tiled square to be wrapped onto a cylinder. (see links to their publication and to Stuart Anderson's website "Simple Perfect Square-Cylinders")
For values of n greater than 21 increasingly numerous square divisions with a(n) = n exist so that a(n) = n holds for all n > 21 (see A006983).
In the present sequence, networks based on non-planar graphs are allowed, which makes it possible to find networks with a(n) = n also for n = 18 and n = 19.
In the range from n = 13 to n = 17, larger numbers of distinct currents are found than are possible with the methods for generating Mrs. Perkins's quilts, which naturally correspond to planar graphs.

Examples

			Examples for n <= 21 are given in the Pfoertner links. Visualizations of tilings corresponding to optimal networks for n <= 12 are given in the Mathworld "Mrs. Perkins's Quilt" link.
		

Crossrefs

Formula

a(n) = n for n >= 18.

A338583 Number of unlabeled 3-connected nonplanar graphs with n edges.

Original entry on oeis.org

1, 2, 3, 10, 29, 94, 343, 1291, 5206, 22061, 96908, 439837, 2053916, 9841412, 48319944, 242857491, 1248629027, 6563581656, 35258560001, 193463945790
Offset: 9

Views

Author

Hugo Pfoertner, Nov 21 2020

Keywords

Crossrefs

Formula

a(n) = A338511(n) - A002840(n).
a(n) <= A338593(n). The difference A338584(n) = A338593(n)-a(n) are the counts of nonplanar connected graphs with minimum degree 3 at each node that are not 3-connected.

A338999 Number of connected multigraphs with n edges and rooted at two indistinguishable vertices whose removal leaves a connected graph.

Original entry on oeis.org

1, 1, 3, 11, 43, 180, 804, 3763, 18331, 92330, 478795, 2547885, 13880832, 77284220, 439146427, 2543931619, 15010717722, 90154755356, 550817917537, 3421683388385, 21601986281226, 138548772267326, 902439162209914, 5967669851051612, 40053432076016812
Offset: 1

Views

Author

Rainer Rosenthal, Nov 18 2020

Keywords

Comments

This sequence counts the CDE-descendants of a single edge A-Z.
[C]onnect: different nodes {P,Q} != {A,Z} may form a new edge P-Q.
[D]issect: any edge P-Q may be dissected into P-M-Q with a new node M.
[E]xtend: any node P not in {A,Z} may form a new edge P-Q with a new node Q.
These basic operations were motivated by A338487, which seemed to count the CDE-descendants of K_4 with edge A-Z removed.

Examples

			The a(3) = 3 CDE-descendants of A-Z with 3 edges are
.
         A          A          A
        ( )        /          /
         o        o - o      o - o
         |           /        \
         Z          Z          Z
.
        DCC        DD         DE
.
		

References

  • Technology Review's Puzzle Corner, How many different resistances can be obtained by combining 10 one ohm resistors? Oct 3, 2003.

Crossrefs

Programs

  • PARI
    \\ See A339065 for G.
    InvEulerT(v)={my(p=log(1+x*Ser(v))); dirdiv(vector(#v,n,polcoef(p,n)), vector(#v,n,1/n))}
    seq(n)={my(A=O(x*x^n), g=G(2*n, x+A,[]), gr=G(2*n, x+A,[1])/g, u=InvEulerT(Vec(-1+G(2*n, x+A,[1,1])/(g*gr^2))), t=InvEulerT(Vec(-1+G(2*n, x+A,[2])/(g*subst(gr,x,x^2)))), v=vector(n)); for(n=1, #v, v[n]=(u[n]+t[n]-if(n%2==0,u[n/2]-v[n/2]))/2); v} \\ Andrew Howroyd, Nov 20 2020

Extensions

a(7)-a(25) from Andrew Howroyd, Nov 20 2020

A340726 Maximum power V_s*A_s consumed by an electrical network with n unit resistors and input voltage V_s and current A_s constrained to be exact integers which are coprime, and such that all currents between nodes are integers.

Original entry on oeis.org

1, 2, 6, 15, 42, 143, 399, 1190, 4209, 13130, 41591, 118590, 404471, 1158696, 3893831, 12222320, 39428991, 123471920, 397952081, 1297210320
Offset: 1

Views

Author

Rainer Rosenthal, Jan 17 2021

Keywords

Comments

This sequence is an analog of A338861. Equality a(n) = A338861(n) holds for small n only, see example.
Let V_s denote the specific voltage, i.e., the lowest integer voltage, which induces integer currents everywhere in the network. Denote by A_s the specific current, i.e., the corresponding total current.
A planar network with n unit resistors corresponds to a squared rectangle with height V_s and width A_s. The electrical power V_s*A_s therefore equals the area of that rectangle. In the historical overview (Stuart Anderson link) A_s is called complexity.
The corresponding rectangle tiling provides the optimal power rating of the 1 ohm resistors with respect to the specific voltage V_s and current A_s. See the picture From_Quilt_to_Net in the link section, which also provides insight in the "mysterious" correspondence between rectangle tilings and electric networks. For non-planar nets the idea of rectangle tilings can be widened to 'Cartesian squarings'. A Cartesian squaring is the dissection of the product P X Q of two finite sets into 'squaresets', i.e., sets A X B with A subset of P and B subset of Q, and card(A) = card(B). - Rainer Rosenthal, Dec 14 2022
Take the set SetA337517(n) of resistances, counted by A337517. For each resistance R multiply numerator and denominator. Conjecture: a(n) is the maximum of all these products. The reason is that common factors of V_s and A_s are quite rare (see the beautiful exceptional example with 21 resistors).

Examples

			n = 3:
Networks with 3 unit resistors have A337517(3) = 4 resistance values: {1/3, 3, 3/2, 2/3}. The maximum product numerator X denominator is 6.
n = 6:
Networks with 6 unit resistors have A337517(6) = 57 resistance values, where 11/13 and 13/11 are the resistances with maximum product numerator X denominator.
                                             +-----------+-------------+
                     A                       |           |             |
                    / \                      |           |             |
               (1) /   \ (2)                 |   6 X 6   |    7 X 7    |
                  /     \                    |           |             |
                 /  (3)  \                   |           |             |
                o---------o                  +---------+-+             |
                 \       //                  |         +-+-----+-------+
                  \  (5)//                   |  5 X 5  |       |       |
               (4) \   //(6)                 |         | 4 X 4 | 4 X 4 |
                    \ //                     |         |       |       |
                     Z                       +---------+-------+-------+
       ___________________________________________________________________
        Network with 6 unit resistors       Corresponding rectangle tiling
        total resistance 11/13 giving          with 6 squares giving
            a(6) = 11 X 13 = 143                 A338861(6) = 143
n = 10:
With n = 10, non-planarity comes in, yielding a(10) > A338861(10).
The "culprit" here is the network with resistance A338601(9)/A338602(9) = 130/101, giving a(10) = 13130 > A338861(10) = 10920.
n = 21:
The electrical network corresponding to the perfect squared square A014530 has specific voltage V_s equal to specific current A_s, namely V_s = A_s = 112. Its power V_s*A_s = 12544 is far below the maximum a(20) > a(10) > 13000, and a(n) is certainly monotonically increasing. - _Rainer Rosenthal_, Mar 28 2021
		

Crossrefs

Extensions

a(13)-a(17) from Hugo Pfoertner, Feb 08 2021
Definition corrected by Rainer Rosenthal, Mar 28 2021
a(18) from Hugo Pfoertner, Apr 09 2021
a(19)-a(20) from Hugo Pfoertner, Apr 16 2021

A339548 1 - 1/a(n) is the largest resistance value of this form that can be obtained from a resistor network of not more than n one-ohm resistors.

Original entry on oeis.org

2, 3, 4, 7, 11, 19, 35, 56, 105, 177, 321, 610, 1001, 1893, 3186, 5714, 10073, 18506
Offset: 2

Views

Author

Hugo Pfoertner, Dec 12 2020

Keywords

Examples

			The resistor networks from which the target resistance R = 1 - 1/a(n) can be obtained correspond to simple or multigraphs whose edges are one-ohm resistors. Parallel resistors on one edge are indicated by an exponent > 1 after the affected vertex pair. The resistance R occurs between vertex number 1 and the vertex with maximum number in the graph. In some cases there are other possible representations in addition to the representation given.
.
resistors      vertices
   |     R        |  edges
   2     1/2      2 [1,2]^2
   3     2/3      3 [1,2],[1,3],[2,3]
   4     3/4      4 [1,2],[1,4],[2,3],[3,4]
   5     6/7      4 [1,2]^2,[1,3],[2,4],[3,4]
   6    10/11     5 [1,2],[1,3],[1,4],[2,3],[3,5],[4,5]
   7    18/19     5 [1,2],[1,3]^2,[2,4],[3,4],[3,5],[4,5]
   8    34/35     6 [1,2],[1,3],[1,4],[2,5],[3,4],[3,5],[4,6],[5,6]
   9    55/56     6 [1,2]^2,[1,3],[2,4],[3,5],[3,6],[4,5],[4,6],[5,6]
  10   104/105    7 [1,4],[1,5],[2,4],[2,6],[2,7],[3,5],[3,6],[3,7],[4,6],[5,7]
  11   176/177    7 [1,4],[1,6],[2,4],[2,5],[2,7],[3,5],[3,6],[3,7],[4,6],[4,7],
                    [5,7]
  12   320/321    7 [1,4],[1,6],[2,4],[2,5],[2,6],[2,7],[3,4],[3,5],[3,6],[4,6],
                    [4,7],[5,7]
  13   609/610    8 [1,4],[1,5],[1,7],[2,5],[2,6],[2,7],[3,4],[3,6],[3,7],[4,5],
                    [4,6],[6,8],[7,8]
  14  1000/1001   8 [1,4],[1,5],[1,7],[2,4],[2,5],[2,6],[2,7],[3,5],[3,6],[3,7],
                    [4,5],[4,6],[4,8],[6,8]
  15  1892/1893   9 [1,4],[1,5],[2,5],[2,6],[2,7],[2,9],[3,6],[3,7],[3,8],[3,9],
                    [4,7],[4,8],[4,9],[5,8],[6,8]
  16  3185/3186   9 [1,2],[1,3],[2,6],[2,7],[2,9],[3,6],[3,7],[3,8],[4,5],[4,7],
                    [4,8],[5,6],[5,8],[5,9],[6,7],[8,9]
  17  5713/5714  10 [1,2],[1,3],[2,4],[2,5],[2,7],[3,4],[3,6],[3,10],[4,8],[5,6],
                    [5,7],[5,9],[6,8],[7,8],[7,9],[8,10],[9,10]
  18 10072/10073 10 [1,2],[1,3],[2,4],[2,5],[2,6],[3,4],[3,5],[3,10],[4,8],[5,7],
                    [5,9],[6,7],[6,8],[6,9],[7,8],[7,9],[8,10],[9,10]
  19 18505/18506 11 [1,2],[1,3],[2,5],[2,6],[2,7],[3,4],[3,5],[3,11],[4,6],[4,7],
                    [5,8],[5,10],[6,8],[6,9],[7,9],[7,10],[8,9],[9,11],[10,11]
		

Crossrefs

Cf. A279317, showing that maximum solutions using the square packing analogy can only be obtained for n <= 11 resistors.

Extensions

a(18) from Hugo Pfoertner, Apr 09 2021
a(19) from Fedor Karpelevitch, Aug 17 2025

A339808 1 + 1/a(n) is the smallest resistance value of this form that can be obtained from a resistor network of not more than n one-ohm resistors.

Original entry on oeis.org

1, 2, 3, 6, 10, 18, 34, 55, 104, 176, 320, 592, 1071, 1855, 3311, 5943, 10231, 19087
Offset: 2

Views

Author

Hugo Pfoertner, Dec 18 2020

Keywords

Examples

			a(2) = 1: 2 resistors in series produce a resistance of 2 = 1 + 1/a(1) ohm.
a(3) = 2: 3 resistors can produce {1/3, 2/3, 3/2, 3} ohms. The smallest resistance > 1 is 3/2 = 1 + 1/a(2) ohms.
a(4) = 3: 4 resistors can produce the A337517(4) = 9 distinct resistances {1/4, 2/5, 3/5, 3/4, 1, 4/3, 5/3, 5/2, 4} of which 4/3 = 1 + 1/a(4) is the smallest resistance > 1 ohm.
a(n) first differs from A339548(n) - 1 for n = 13. The resistance values of the A337517(13) = 110953 distinct resistances that can be obtained from a network of exactly 13 one-ohm resistors closest to 1 ohm are { ..., 551/552, 576/577, 596/597, 609/610, 1, 593/592, 580/579, 552/551, ...}. The largest resistance < 1 of a network of 13 one-ohm resistors is 609/610 = 1 - 1/A339548(13) ohms, whereas the smallest resistance > 1 is 593/a(13) = 593/592 ohms.
The resistor networks from which the target resistance R = 1 + 1/a(n) can be obtained correspond to simple or multigraphs whose edges are one-ohm resistors. Parallel resistors on one edge are indicated by an exponent > 1 after the affected vertex pair. The resistance R occurs between vertex number 1 and the vertex with maximum number in the graph. In some cases there are other possible representations in addition to the representation given.
.
resistors     vertices
   |      R       |   edges
   2     2/1      2  [1,2],[2,3]
   3     3/2      3  [1,2]^2,[2,3]
   4     4/3      4  [1,2]^3,[2,3]
   5     7/6      4  [1,2]^2,[2,3],[2,4],[3,4]
   6    11/10     5  [1,2]^2,[2,3]^2,[2,4],[3,4]
   7    19/18     5  [1,2]^2,[1,3],[2,3],[2,4],[3,5],[4,5]
   8    35/34     6  [1,2]^2,[1,3],[2,3],[2,4],[3,4],[3,5],[4,5]
   9    56/55     6  [1,2],[1,3],[1,4],[2,4],[3,4],[3,5],[4,5],[4,6],[5,6]
  10   105/104    7  [1,3],[1,4],[1,5],[2,4],[2,5],[2,6],[3,4],[3,5],[4,5],
                     [4,6]
  11   177/176    7  [1,2],[1,4],[1,6],[2,6],[2,7],[3,5],[3,6],[3,7],[4,5],
                     [4,6],[5,6]
  12   321/320    7  [1,2],[1,4],[1,5],[2,5],[2,6],[3,5],[3,6],[3,7],[4,5],
                     [4,6],[4,7],[5,6]
  13   593/592    8  [1,4],[1,5],[1,7],[2,4],[2,5],[2,6],[2,7],[3,5],[3,6],
                     [3,7],[3,8],[4,6],[5,8]
  14  1072/1071   9  [1,6],[1,8],[2,7],[2,8],[2,9],[3,5],[3,7],[3,9],[4,6],
                     [4,7],[4,8],[5,6],[5,8],[6,9]
  15  1856/1855   9  [1,5],[1,7],[2,5],[2,6],[2,7],[2,8],[3,6],[3,7],[3,9],
                     [4,6],[4,8],[4,9],[5,8],[5,9],[7,8]
  16  3312/3311  10  [1,7],[1,9],[2,6],[2,7],[2,8],[3,7],[3,8],[3,9],[4,5],
                     [4,6],[4,10],[5,8],[5,9],[6,9],[7,10],[8,10]
  17  5944/5943  10  [1,2],[1,3],[2,4],[2,5],[2,7],[3,4],[3,6],[3,10],[4,6],
                     [4,8],[5,6],[5,8],[6,9],[7,8],[7,9],[8,10],[9,10]
  18 10232/10231 11  [1,2],[1,3],[2,4],[2,6],[2,7],[3,5],[3,8],[3,11],[4,5],
                     [4,9],[5,7],[6,8],[6,9],[7,9],[7,10],[8,10],[9,11],[10,11]
  19 19088/19087 11  [1,2],[1,3],[2,4],[2,5],[2,7],[3,5],[3,6],[3,11],[4,6],
                     [4,9],[5,8],[5,10],[6,7],[6,8],[7,9],[7,10],[8,9],[9,11],[10,11]
		

Crossrefs

Extensions

a(18) from Hugo Pfoertner, Apr 09 2021
a(19) from Fedor Karpelevitch, Aug 20 2025

A340920 a(n) is the number of distinct resistances that can be produced from a planar circuit with exactly n unit resistors.

Original entry on oeis.org

1, 1, 2, 4, 9, 23, 57, 151, 427, 1263, 3807, 11549, 34843, 104459, 311317, 928719, 2776247, 8320757, 24967341, 74985337
Offset: 0

Views

Author

Hugo Pfoertner and Rainer Rosenthal, Feb 14 2021

Keywords

Examples

			a(10) = 3807, whereas A337517(10) = 3823. The difference of 16 resistances results from the 15 terms of A338601/A338602 and the resistance 34/27 not representable by a planar network of 10 resistors, whereas it (but not 27/34) can be represented by a nonplanar network of 10 resistors.
		

Crossrefs

Programs

Formula

a(n) = A337517(n) for n <= 9, a(n) < A337517(n) for n >= 10.

Extensions

a(19) from Hugo Pfoertner, Mar 15 2021

A340921 a(n) is the number of distinct resistances that can be produced using at most n unit resistors in a planar network.

Original entry on oeis.org

1, 2, 4, 8, 16, 36, 80, 194, 506, 1400, 4024, 11870, 35200, 104836, 311686, 929088, 2776618, 8321128, 24967712, 74985708
Offset: 0

Views

Author

Hugo Pfoertner and Rainer Rosenthal, Feb 14 2021

Keywords

Comments

The relation of this sequence to A340920 is the analog of the relation of A180414 to A337517.

Crossrefs

Formula

a(n) = A180414(n) for n <= 9, a(n) < A180414(n) for n >= 10.

Extensions

a(19) from Hugo Pfoertner, Mar 15 2021
Previous Showing 11-20 of 22 results. Next