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-6 of 6 results.

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.

A048872 Number of non-isomorphic arrangements of n lines in the real projective plane such that the lines do not all pass through a common point.

Original entry on oeis.org

1, 2, 4, 17, 143, 4890, 460779
Offset: 3

Views

Author

Keywords

References

  • J. E. Goodman and J. O'Rourke, editors, Handbook of Discrete and Computational Geometry, CRC Press, 1997, p. 102.
  • B. Grünbaum, Arrangements and Spreads. American Mathematical Society, Providence, RI, 1972, p. 4.

Crossrefs

See A132346 for the sequence when we include the arrangement where the lines do pass through a common point, which is 1 greater than this.
Cf. A003036, A048873, A090338, A090339, A241600, A250001, A018242, A063800 (arrangements of pseudolines).

Extensions

a(7)-a(9) from Handbook of Discrete and Computational Geometry, 2017, by Andrey Zabolotskiy, Oct 09 2017

A090338 Number of ways of arranging n straight lines in general position in the (affine) plane.

Original entry on oeis.org

1, 1, 1, 1, 1, 6, 43, 922, 38609, 3111341
Offset: 0

Views

Author

Jon Wild and Laurence Reeves, Jan 27 2004

Keywords

Comments

This is in the affine plane, rather than the projective plane, so two lines are either parallel or meet in one point.
Here we only consider arrangements of n lines in "general position", with every two lines meeting in one point and every intersection point lying on exactly two lines. See A241600 for the general case.
Two arrangements are considered the same if the lines in each arrangement can be numbered from 1 to n in such a way that, on each line, the order of crossings with the other lines is the same in the two arrangements. In particular, turning over the whole arrangement is allowed. (This does not imply that one arrangement can be continuously changed to the other (possibly after turning over) while keeping all lines straight, without changing the multiplicity of intersection points, and without a line passing through an intersection point, see the papers by Suvorov, Jaggi et al., Richter-Gebert, and Tsukamoto.)
Old name was "Number of full n-flups". The full n-flups are the topologically distinct planar configurations of n straight lines such that each line crosses each other line at exactly one intersection point and no two intersection points coincide.
Also, the number of distinct ways to divide a pancake with n straight cuts that result in the maximal number of pieces (see A000124, A000125).

Examples

			See illustration of a(5), the full pentaflups. Of the six, the last shown does not have reflectional symmetry, but we do not count its mirror image as distinct. All six are drawn with lines at equally-spaced angles; it is usually (but not always) possible to achieve this (41 out of 43 of the full 6-flups, for example, have equi-angled drawings)
		

Crossrefs

Cf. A000124, A000125, A090339 (when the lines need not be straight), A241600, A250001.

Extensions

Edited by Max Alekseyev, May 15 2014
Further edits by N. J. A. Sloane, May 16 2014
a(9) from Christ added, and comments corrected by Günter Rote, Apr 14 2025

A177862 Irregular triangle read by rows in which row n (n>=0) is a list of the numbers of different regions into which n lines can divide the plane.

Original entry on oeis.org

1, 2, 3, 4, 4, 6, 7, 5, 8, 9, 10, 11, 6, 10, 12, 13, 14, 15, 16, 7, 12, 15, 16, 17, 18, 19, 20, 21, 22
Offset: 0

Views

Author

N. J. A. Sloane, Dec 18 2010

Keywords

Examples

			Triangle begins:
  1
  2
  3  4
  4  6  7
  5  8  9 10 11
  6 10 12 13 14 15 16
  7 12 15 16 17 18 19 20 21 22
  ...
		

Crossrefs

A000124, A055503, and A263883 are subsequences.
Cf. A241600.

Extensions

Duplicate term 22 removed on row n=6 and example fixed by Luc Rousseau, Feb 25 2019

A063859 Number of abstract dissection types of configurations of n points in 2 dimensions.

Original entry on oeis.org

1, 3, 8, 46, 790, 37829, 4134939
Offset: 2

Views

Author

N. J. A. Sloane, Aug 26 2001

Keywords

Crossrefs

A diagonal of A063858.
For n <= 7, this is A241600(n)-1.

A383744 The number of distinct straightedge-and-compass constructions that can be made with a total of n lines and circles up to rigid motion.

Original entry on oeis.org

1, 2, 2, 6, 44, 1000, 90585
Offset: 0

Views

Author

Peter Kagey and N. J. A. Sloane, May 08 2025

Keywords

Comments

A straightedge-and-compass construction starts with 2 points marked on the plane, traditionally (0,0) and (1,0). One can use a straightedge to draw a line between two marked points or a compass to draw a circle centered at a marked point through another marked point. New points occur at the intersections of lines or circles with lines or circles.
In this sequence, two constructions are considered the same if you can rotate, reflect, or translate one to get the other.

Examples

			For example the following two constructions are considered the same:
(1) Draw a circle centered at (0,0) through (1,0), and then draw a line through (0,0) and (1,0).
(2) Draw a line through (0,0) and (0,1) and then draw a circle centered at (1,0) through (0,0).
		

Crossrefs

Showing 1-6 of 6 results.