A250001
Number of arrangements of n circles in the affine plane.
Original entry on oeis.org
1, 1, 3, 14, 173, 16951
Offset: 0
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
- Jon Wild, Posting to Sequence Fans Mailing List, May 15 2014.
- Mohammad Arab, Creative proofs in combinations, arXiv:2112.08020 [math.CO], 2021-2022.
- Andrew Cook and Luca ViganĂ², A Game Of Drones: Extending the Dolev-Yao Attacker Model With Movement, Proceedings of the 6th Workshop on Hot Issues in Security Principles and Trust (HotSpot 2020): Affiliated with Euro S&P 2020, IEEE Computer Science Press, Genova, Italy (2020).
- Linus Hamilton, How many ways can circles overlap? - Numberphile, Reddit.
- R. J. Mathar, Topologically Distinct Sets of Non-intersecting Circles in the Plane, arXiv:1603.00077 [math.CO], 2016. [Not directly related, but on a similar subject. - _N. J. A. Sloane_, Jan 20 2017]
- N. J. A. Sloane, Illustration of a(2)=3 and a(3)=14
- N. J. A. Sloane, Confessions of a Sequence Addict (AofA2017), slides of invited talk given at AofA 2017, Jun 19 2017, Princeton. Mentions this sequence.
- N. J. A. Sloane, "A Handbook of Integer Sequences" Fifty Years Later, arXiv:2301.03149 [math.NT], 2023, pp. 9, 21.
- N. J. A. Sloane and Brady Haran, How many ways can circles overlap?, Numberphile video (2019)
- Jon Wild, Illustrations of the 173 configurations of four circles
- Jon Wild, Illustrations of the 112 connected configurations of four circles (Computer-generated svg file. To see it, save file, open it with a program - such as Chrome - that can handle svg files.)
- Jon Wild, Figure showing relationship between A250001, A275923, A275924, and A288554 for n=3 circles
- Jon Wild, Two inequivalent arrangements of 4 circles with same truth table of intersections.
- Jon Wild, Email describing the arrangements of 4 circles with same truth table of intersections (see previous link)
Cf.
A132101 (one-dimensional analog).
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.
A252158
Triangle read by rows, 1 <= k <= n, T(n,k) = number of arrangements of n circles in the affine plane having k solid regions in which the union of solid circles is connected.
Original entry on oeis.org
1, 2, 1, 11, 2, 1, 155, 15, 2, 1
Offset: 1
Triangle begins:
1;
2, 1;
11, 2, 1;
155, 15, 2, 1;
Clarified definition and a(7)-a(10) added by
Omar E. Pol, May 21 2017
Clarified definition and comment by
Omar E. Pol, Jun 15 2017
A261070
Irregular triangle read by rows: T(n,k) is the number of arrangements of n circles with 2k intersections (using the same rules as A250001).
Original entry on oeis.org
1, 1, 2, 1, 4, 4, 2, 4, 9, 15, 15, 31, 24, 35, 44, 20, 50
Offset: 0
n\k 0 1 2 3 4 5 6
0 1
1 1
2 2 1
3 4 4 2 4
4 9 15 15 31 24 35 44
5 20 50 . . . . . . . . .
A274776
Irregular triangle read by rows: T(n,k) = number of arrangements of n circles in the affine plane forming k regions, including the regions that do not belong to the circles.
Original entry on oeis.org
1, 0, 2, 1, 0, 0, 4, 4, 2, 0, 4, 0, 0, 0
Offset: 1
Triangle begins:
1;
0, 2, 1;
0, 0, 4, 4, 2, 0, 4;
0, 0, 0, ...
...
For n = 3 and k = 5 there are 2 arrangements of 3 circles in the affine plane forming 5 regions, including the regions that do not belong to the circles, so T(3,5) = 2.
For n = 3 and k = 6 there are no arrangements of 3 circles in the affine plane forming 6 regions, including the regions that do not belong to the circles, so T(3,6) = 0.
Of course, there is a right triangle of all zeros starting from the second row.
First differs from
A274777 at a(10).
A274777
Irregular triangle read by rows: T(n,k) = number of arrangements of n circles in the affine plane forming k regions, excluding the regions that do not belong to the circles.
Original entry on oeis.org
1, 0, 2, 1, 0, 0, 4, 4, 2, 1, 3, 0, 0, 0
Offset: 1
Triangle begins:
1;
0, 2, 1;
0, 0, 4, 4, 2, 1, 3;
0, 0, 0, ...
...
For n = 3 and k = 5 there are 2 arrangements of 3 circles in the affine plane forming 5 regions, excluding the regions that do not belong to the circles, so T(3,5) = 2.
For n = 3 and k = 6 there is only one arrangement of 3 circles in the affine plane forming 6 regions, excluding the regions that do not belong to the circles, so T(3,6) = 1.
Of course, there is a right triangle of all zeros starting from the second row.
First differs from
A274776 at a(10).
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
Triangle begins:
1;
2, 1;
11, 2, 1;
156, 14, 2, 1;
A274702
a(n) = number of arrangements of n circles in the affine plane in which all circles share part of their boundary with the boundary of the union of all the circles.
Original entry on oeis.org
Leading diagonal of triangle
A249752.
Showing 1-7 of 7 results.
Comments