[go: up one dir, main page]

login
Revision History for A189226 (Bold, blue-underlined text is an addition; faded, red-underlined text is a deletion.)

Showing entries 1-10 | older changes
Curvatures in the nickel-dime-quarter Apollonian circle packing, ordered first by generation and then by size.
(history; published version)
#85 by Michael De Vlieger at Sun May 29 08:12:30 EDT 2022
STATUS

reviewed

approved

#84 by Joerg Arndt at Sun May 29 08:11:21 EDT 2022
STATUS

proposed

reviewed

#83 by Andrey Zabolotskiy at Sun May 29 07:27:54 EDT 2022
STATUS

editing

proposed

#82 by Andrey Zabolotskiy at Sun May 29 07:27:49 EDT 2022
KEYWORD

sign,tabf,changed

STATUS

proposed

editing

#81 by Andrey Zabolotskiy at Sun May 29 07:27:37 EDT 2022
STATUS

editing

proposed

#80 by Andrey Zabolotskiy at Sun May 29 07:24:33 EDT 2022
DATA

-11, 21, 24, 28, 40, 52, 61, 157, 76, 85, 96, 117, 120, 132, 181, 213, 237, 376, 388, 397, 132, 156, 160, 189, 204, 205, 216, 237, 253, 285, 288, 309, 316, 336, 349, 405, 412, 421, 453, 460, 469, 472, 517, 544, 565, 616, 628, 685, 717, 741, 1084, 1093, 1104, 1125, 1128, 1140

MATHEMATICA

root = {-11, 21, 24, 28};

triples = Subsets[root, {3}];

a = {root};

Do[

ng = Table[Total@t + 2 Sqrt@Total[Times @@@ Subsets[t, {2}]], {t, triples}];

AppendTo[a, Sort@ng];

triples = Join @@ Table[{t, r} = tr; Table[Append[p, r], {p, Subsets[t, {2}]}], {tr, Transpose@{triples, ng}}]

, {k, 3}];

Flatten@a (* Andrey Zabolotskiy, May 29 2022 *)

KEYWORD

sign,more,changed

EXTENSIONS

Terms a(28) and beyond from Andrey Zabolotskiy, May 29 2022

#79 by Andrey Zabolotskiy at Sun May 29 07:08:44 EDT 2022
LINKS

J. Bourgain and A. Kontorovich, <a href="http://arxiv.org/abs/1205.4416">On the Strong Density Conjecture for Integral Apollonian Circle Packings</a>, arXiv:1205.4416 [math.NT], 2012-2013. See figure 1.

STATUS

approved

editing

#78 by N. J. A. Sloane at Mon May 24 00:16:27 EDT 2021
STATUS

proposed

approved

#77 by Jon E. Schoenfield at Mon May 24 00:15:49 EDT 2021
STATUS

editing

proposed

#76 by Jon E. Schoenfield at Mon May 24 00:15:47 EDT 2021
COMMENTS

Apollonius' s and Descartes' s Theorems say that, given three mutually tangent circles of curvatures a, b, c, there are exactly two circles tangent to all three, and their curvatures are a + b + c +/- 2sqrt2*sqrt(ab + ac + bc). (Here negative curvature of one of the two circles means that the three circles are inscribed in it.)

Fuchs (2009) says "An Apollonian circle packing ... is made by repeatedly inscribing circles into the triangular interstices in a Descartes configuration of four mutually tangent circles. Remarkably, if the original four circles have integer curvature, all of the circles in the packing will have integer curvature as well." That is because if a + b + c - 2sqrt2s*qrt(ab + ac + bc) is an integer, then so is a + b + c + 2sqrt2*sqrt(ab + ac + bc).

EXAMPLE

The 1st -generation curvatures are -11, 21, 24, 28, the 2nd are 40, 52, 61, 157, and the 3rd are 76, 85, 96, 117, 120, 132, 181, 213, 237, 376, 388, 397. The 4th generation begins 132, 156, 160, 189, 204, 205, 216, ....

As 21 + 24 + 28 +/- 2sqrt2*sqrt(21*24 + 21*28 + 24*28) = 157 or -11, the sequence begins -11, 21, 24, 28, ... and 157 is in it.

STATUS

approved

editing