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-10 of 25 results. Next

A250001 Number of arrangements of n circles in the affine plane.

Original entry on oeis.org

1, 1, 3, 14, 173, 16951
Offset: 0

Views

Author

Jon Wild, May 16 2014

Keywords

Comments

Two circles are either disjoint or meet in two points. Tangential contacts are not allowed. A point belongs to exactly one or two circles. Three circles may not meet at a point. The circles may have different radii.
This is in the affine plane, rather than the projective plane.
Two arrangements are considered the same if one can be continuously changed to the other while keeping all circles circular (although the radii may be continuously changed), without changing the multiplicity of intersection points, and without a circle passing through an intersection point. Turning the whole configuration over is allowed.
Several variations are possible:
- straight lines instead of circles (see A241600).
- straight lines in general position (see A090338).
- curved lines in general position (see A090339).
- allow circles to meet tangentially but without multiple intersection points (begins 1, 5, ...); more terms are needed.
- again use circles, but allow multiple intersection points (also begins 1, 5, ...); more terms are needed.
- use ellipses rather than circles.
- a question from Walter D. Wallis: what if the circles must all have the same radius?
a(1)-a(5) computed by Jon Wild.
a(n) >= A000081(n+1) - Benoit Jubin, Dec 21 2014. More precisely, there are A000081(n+1) ways to arrange n circles if no two of them meet. - N. J. A. Sloane, May 16 2017
From Daniel Forgues, Aug 08-09 2015: (Start)
A representation for the diagrams in a250001.jpg (in the same order):
a(1) = 1: {{2}};
a(2) = 3: {{2, 3}, {2, 4}, {4, 6}};
a(3) = 14: {{2, 4, 8}, {2, 3, 6}, {2, 3, 4}, {2, 3, 5}, {4, 6, 5},
{4, 6, 15}, {2, 6, 9}, {4, 6, 12}, {2, 8, 12}, {30, 42, 70},
{?, ?, ?}, {?, ?, ?}, {15, 21, 35}, {?, ?, ?}}.
In lexicographic order:
a(3) = 14: {{2, 3, 4}, {2, 3, 5}, {2, 3, 6}, {2, 4, 8}, {2, 6, 9},
{2, 8, 12}, {4, 6, 5}, {4, 6, 12}, {4, 6, 15}, {15, 21, 35},
{30, 42, 70}, {?, ?, ?}, {?, ?, ?}, {?, ?, ?}}.
The smallest integers greater than 1 are used for the representation:
(p_1)^(a_1)*...*(p_m)^(a_m), where
0 <= a_i <= n, for 1 <= i <= m;
(a_1)+...+(a_m) > 0.
Could the Venn diagram interpretation (of the k-wise, 1 <= k <= n, common divisors of k numbers from each subset) reveal a pattern?
Does this representation work for more complex diagrams? (End)
Once you get to n=5, geometric concerns mean that not all topologically-conceivable arrangements are actually circle-drawable. My program enumerated 16977 conceivable arrangements of 5 pseudo-circles, and Christopher Jones and I together have figured out how to show that 26 of these arrangements are not actually circle-drawable. So it seems that a(5) = 16951. This entry will be updated soon, and there will be a new sequence for the number of topologically-conceivable arrangements. - Jon Wild, Aug 25 2016 [The counts in this comment were amended by Jon Wild on Aug 30 2016. I apologize for taking so long to make the corrections here. - N. J. A. Sloane, Jun 11 2017]
a(n) <= 7*13^(binomial(n,3) + binomial(n,2) + 3n - 1) is a (loose) upper bound, see Reddit link. I believe XkF21WNJ's reply shaves off a factor of 13^3 from this bound for all n > 1. - Linus Hamilton, Apr 14 2019
A good upper bound for a(6) is given in sequence A288559, which counts the arrangements of pseudo-circles, i.e. the topologically conceivable arrangements mentioned above, which are not all necessarily realizable with true circles. The number of arrangements of 6 pseudo-circles was found by Andrii Shportko and Jon Wild to be 17,552,169. - Jon Wild, Jun 03 2025
In A288559, a(5) included 26 non-circularizable pseudocircle arrangements, which generated in turn 132,546 6-pseudocircle descendants. These descendants must be excluded from A250001, which means that a tighter upper bound for A250001(6) is 17,419,623. - Andrii Shportko, Jun 06 2025

Examples

			a(2) = 3, because two circles can either be next to each other, overlap with two intersection points, or one may be located within the other (of larger radius). (As per the first comment, the limiting case where they touch in one point is [somewhat arbitrarily] excluded. This would add two more independent configurations, where one touched the other "from inside" or "from outside".) - _M. F. Hasler_, May 03 2025
		

References

  • Jon Wild, Posting to Sequence Fans Mailing List, May 15 2014.

Crossrefs

Row sums of A261070.
Apart from first term, row sums of triangles A249752, A252158, A285996, A274776, A274777.
See A275923 and A275924 for the connected arrangements. See also A288554-A288568.
Cf. A132101 (one-dimensional analog).

Extensions

a(4) is 173, not 168. Corrected by Jon Wild, Aug 08 2015
A duplicate pair of configurations in an older file was spotted by Manfred Scheucher, Aug 13 2016. The pdf and svg files here are now correct.

A275924 Number of connected arrangements of n circles in the affine plane, in the sense that the union of the boundaries of the circles is a connected set.

Original entry on oeis.org

1, 1, 1, 6, 112, 15502
Offset: 0

Views

Author

N. J. A. Sloane, Aug 29 2016, based on information supplied by Jon Wild

Keywords

Comments

Arrangements in A250001 that are connected, in the sense that the union of the (boundaries of the) circles is a connected set. See A250001, the main entry for this problem, for further information.

Crossrefs

Extensions

a(5) corrected by Jon Wild, Aug 31 2016

A288554 Number of arrangements of n circles in the affine plane with the property that every circle intersects all the other circles.

Original entry on oeis.org

1, 1, 1, 4, 45, 5102
Offset: 0

Views

Author

N. J. A. Sloane, Jun 12 2017, based on information supplied by Jon Wild on Aug 31 2016

Keywords

Comments

See A250001, the main entry for this problem, for further information.

Crossrefs

A288568 Number of non-isomorphic connected arrangements of n pseudo-circles on a sphere, in the sense that the union of the pseudo-circles is a connected set, reduced for mirror symmetry.

Original entry on oeis.org

1, 1, 1, 3, 21, 984, 609423
Offset: 0

Views

Author

N. J. A. Sloane, Jun 13 2017, based on information supplied by Jon Wild on August 31 2016

Keywords

Comments

These counts have been reduced for mirror symmetry. Computed up to n=5 by Jon Wild and Christopher Jones and communicated to N. J. A. Sloane on August 31 2016. Definition corrected Dec 10 2017 thanks to Manfred Scheucher, who has computed same result with Stefan Felsner independently.
The list of arrangements is available online on the Homepage of Pseudocircles (see below) and a detailed description for the enumeration can be found in Arrangements of Pseudocircles: On Circularizability (see below). - Manfred Scheucher, Dec 11 2017
See A250001, the main entry for this problem, for further information.

Crossrefs

Formula

a(n) = 2^(\Theta(n^2)). (cf. Arrangements of Pseudocircles: On Circularizability)

Extensions

a(6) from Manfred Scheucher, Dec 11 2017

A296407 Number of digon-free connected arrangements of n pseudo-circles on a sphere, in the sense that the union of the pseudo-circles is a connected set, reduced for mirror symmetry.

Original entry on oeis.org

1, 1, 1, 1, 3, 30, 4509
Offset: 0

Views

Author

Manfred Scheucher, Dec 11 2017

Keywords

Comments

For more information, see A288568.

Crossrefs

A296406 Number of non-isomorphic arrangements of n pairwise intersecting pseudo-circles on a sphere, reduced for mirror symmetry.

Original entry on oeis.org

1, 1, 1, 2, 8, 278, 145058, 447905202
Offset: 0

Views

Author

Manfred Scheucher, Dec 11 2017

Keywords

Comments

The list of arrangements is available online on the Homepage of Pseudocircles (see below) and a detailed description for the enumeration can be found in Arrangements of Pseudocircles: On Circularizability (see below).

Crossrefs

Formula

a(n) = 2^(\Theta(n^2)). (cf. Arrangements of Pseudocircles: On Circularizability)

A296412 Number of non-isomorphic digon-free cylindrical arrangements of n pairwise intersecting pseudo-circles on a sphere, in the sense that two cells of the arrangement are separated by each of the pseudo-circles, reduced for mirror symmetry.

Original entry on oeis.org

1, 1, 1, 1, 2, 14, 2131, 3012906
Offset: 0

Views

Author

Manfred Scheucher, Dec 11 2017

Keywords

Comments

For more information, see A296406.

Crossrefs

A288559 Number of arrangements of n pseudo-circles in the affine plane.

Original entry on oeis.org

1, 1, 3, 14, 173, 16977, 17552169
Offset: 0

Views

Author

N. J. A. Sloane, Jun 13 2017, based on information supplied by Jon Wild on Aug 31 2016

Keywords

Comments

These counts have been reduced for mirror symmetry.
See A250001, the main entry for this problem, for further information.
This sequence is also an upper bound for A250001. - Andrii Shportko, Jun 03 2025

Crossrefs

Extensions

After consulting with Jon Wild, a(6) added by Andrii Shportko, Jun 03 2025

A285996 Triangle read by rows, 1<=k<=n, T(n,k) = number of arrangements of n circles in the affine plane having k separated islands.

Original entry on oeis.org

1, 2, 1, 11, 2, 1, 156, 14, 2, 1
Offset: 1

Views

Author

Omar E. Pol, May 21 2017

Keywords

Comments

Consider the rules for the arrangements of n circles described in A250001.
Note that T(4,1) = 156 includes the arrangement of 4 circles in which there is a little circle that is surrounded by the union of three solid circles, because the little circle is an inland island, or lake island, which does not count. So there is only one separated island. Hence T(4,2) = 14 does not include the mentioned arrangement.
Question: is 1 together with the first column of the triangle the same as A275923?

Examples

			Triangle begins:
1;
2,   1;
11,  2,  1;
156, 14, 2, 1;
		

Crossrefs

Another version of A252158.
Row sums give A250001, n >= 1.
Right border gives A000012.

A287149 Number of arrangements of n circles in the affine plane having only one island or region, which is formed by the union of all solid circles of the arrangement.

Original entry on oeis.org

1, 1, 2, 11, 155
Offset: 0

Views

Author

Omar E. Pol, May 21 2017

Keywords

Comments

A subset of the arrangements of n circles described in A250001.
Note that a(4) = 155 does not include the arrangement of four circles in which there is a little circle that is surrounded by the union of three solid circles, because in that arrangement there are two islands or regions, not one.

Crossrefs

1 together with the first column of A252158.
First differs from A275923 at a(4).
Cf. A250001.
Showing 1-10 of 25 results. Next