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

A359569 Number of vertices after n iterations of constructing circles from all current vertices using only a compass, starting with one vertex. See the Comments.

Original entry on oeis.org

1, 2, 4, 14, 6562
Offset: 1

Views

Author

Scott R. Shannon, Jan 06 2023

Keywords

Comments

Start with one vertex and a compass. Only a single circle can be drawn, using the vertex as its center, on whose circumference one additional vertex can be arbitrarily placed. From this single pair of vertices two circles can now be drawn, each circle's center being one vertex while the other defines its radius distance. These circles' intersections create two additional vertices, so now four vertices exist. Continue using all vertex pairs to draw distinct circles whose intersections create additional vertices for the next iteration. The sequence gives the number of vertices after n iterations of this process.
An estimate for a(6) can be obtained by calculating the number of distinct circles generated from the 6562 vertices of the fifth iteration - this is approximately 42.1 million circles. The 6562 vertices of the fifth iteration are created from 114 circles, implying the number of vertices per circle is about half the number of circles. Assuming this holds for the sixth iteration leads to an estimate for a(6) of about 886*10^12. The exact number is possibly within reach of numerical calculation, although obtaining a(7) would almost certainly require a theoretical approach.

Crossrefs

Cf. A359570 (regions), A359571 (edges), A359619 (k-gons), A365669 (circles), A359252, A331702, A358746.

Formula

For n >= 3, a(n) = A359571(n) - A359570(n) + 1 by Euler's formula.

A359570 Number of regions after n iterations of constructing circles from all current vertices using only a compass, starting with one vertex. See the Comments.

Original entry on oeis.org

0, 1, 3, 21, 7169
Offset: 1

Views

Author

Scott R. Shannon, Jan 06 2023

Keywords

Comments

See A359569 for further details and images.

Crossrefs

Cf. A359569 (vertices), A359571 (edges), A359619 (k-gons), A359253, A359046, A358782.

Formula

For n >= 3, a(n) = A359571(n) - A359569(n) + 1 by Euler's formula.

A356358 Number of edges among all distinct circles that can be constructed from a point on the origin and n equally spaced points on each of the +x,-x,+y,-y coordinates axes using only a compass.

Original entry on oeis.org

212, 2408, 10548, 28728, 71588, 149280, 278716, 461824
Offset: 1

Views

Author

Scott R. Shannon, Mar 13 2023

Keywords

Comments

A circle is constructed for every pair of the 1 + 4n points, the first point defines the circle's center while the second the radius distance. The number of distinct circles constructed from the points is A361622(n).
No formula for a(n) is known.
See A354605 and A353782 for images of the vertices and regions.

Crossrefs

Cf. A354605 (vertices), A353782 (regions), A361623 (k-gons), A361622 (distinct circles), A359934, A359861, A359254, A359571, A359047.

Formula

a(n) = A353782(n) + A354605(n) - 1 by Euler's formula.

A365669 Number of distinct circles created after n iterations of constructing circles from all current vertices using only a compass, starting with one vertex.

Original entry on oeis.org

0, 1, 2, 6, 114, 42103152
Offset: 1

Views

Author

Scott R. Shannon, Sep 15 2023

Keywords

Comments

See A359569 for further details and images.

Crossrefs

Cf. A359569 (vertices), A359570 (regions), A359571 (edges), A359619 (k-gons), A359931, A360350, A361622.

A384703 On a 2 X n grid of vertices, draw a circle through every unordered triple of non-collinear vertices: a(n) is the number of distinct edges in the planar graph formed from the intersections of the circles.

Original entry on oeis.org

0, 4, 54, 416, 2182, 7884, 23294, 56982, 126310, 253564, 477462, 844524, 1424316
Offset: 1

Views

Author

Keywords

Comments

The edges being counted are of course arcs of circles.

Crossrefs

Cf. A384700 (circles), A384701 (vertices), A384702 (regions), A359571, A374827, A374339, A373108.

Formula

a(n) = A384701(n) + A384702(n) - 1 by Euler's formula, for n > 1.

A359619 Irregular table read by rows: T(n,k) is the number of k-gons, k>=1, after n iterations of constructing circles from all current vertices using only a compass, starting with one vertex. See the Comments.

Original entry on oeis.org

0, 1, 0, 0, 2, 1, 0, 1, 16, 4, 0, 16, 2470, 3599, 902, 168, 14
Offset: 1

Views

Author

Scott R. Shannon, Jan 07 2023

Keywords

Comments

See A359569 and A359570 for further details and images.

Examples

			The table begins:
0;
1;
0, 0, 2, 1;
0, 1, 16, 4;
0, 16, 2470, 3599, 902, 168, 14;
.
.
		

Crossrefs

Cf. A359569 (vertices), A359570 (regions), A359571 (edges), A359258, A359061, A359009.

Formula

Sum of row n = A359570(n);

A374339 Start with two vertices and draw a circle around each whose radius is the distance between the vertices. The sequence gives the number of curved edges constructed after n iterations of drawing circles with this same radius around every new vertex created from all circles' intersections.

Original entry on oeis.org

6, 18, 40, 78, 132, 190, 264, 354, 448, 558, 684, 814, 960, 1122, 1288, 1470, 1668, 1870, 2088, 2322, 2560, 2814, 3084, 3358, 3648, 3954, 4264, 4590, 4932, 5278, 5640, 6018, 6400, 6798, 7212, 7630, 8064, 8514, 8968, 9438, 9924, 10414, 10920, 11442, 11968, 12510, 13068, 13630, 14208, 14802
Offset: 1

Views

Author

Scott R. Shannon, Jul 05 2024

Keywords

Comments

See A374338 for further details and images.

Crossrefs

Cf. A374337 (regions), A374338 (vertices), A359571, A371375, A371255.

Formula

a(n) = A374337(n) + A374338(n) - 1, by Euler's formula.

A385162 Place a point on the integer coordinates, up to |n|, along all four axial directions on a Cartesian plane, and then join a circle through every unordered triple of non-collinear points: a(n) is the number of distinct (curved) edges formed from the intersections of the circles.

Original entry on oeis.org

4, 184, 8956, 79272, 455664, 1420624, 4576632
Offset: 1

Views

Author

Scott R. Shannon, Jul 10 2025

Keywords

Crossrefs

Cf. A385159 (total circles), A385160 (vertices), A385161 (regions), A384703, A374827, A373108, A359571.

Formula

a(n) = A385160(n) + A385161(n) - 1 by Euler's formula.
Showing 1-8 of 8 results.