login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 60th year, we have over 367,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Other ways to Give
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A348227 Coordination sequence for Wilkinson's 123-circle packing with respect to a circle of radius 1. 9
1, 4, 12, 20, 34, 38, 54, 54, 74, 70, 94, 86, 114, 102, 134, 118, 154, 134, 174, 150, 194, 166, 214, 182, 234, 198, 254, 214, 274, 230, 294, 246, 314, 262, 334, 278, 354, 294, 374, 310, 394, 326, 414, 342, 434, 358, 454, 374, 474, 390, 494, 406, 514, 422, 534, 438, 554 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
COMMENTS
Wilkinson's 123-circle packing (that is my name for it) is a packing of non-overlapping circles in the plane, and can be seen in Figs. 1 and 1a. There are three sizes of circles: (a) radius 1, (b) radius 2, and (c) radius 3. Because 3^2 + 4^2 = 5^2, there is a right-angled triangle (shown in red in Fig. 3, "Tiling of plane ...") which when repeatedly translated and reflected builds the whole structure.
A convenient set of coordinates for the centers are: (a) radius 1: the points (8*i, 6*j), (b) radius 2: the points (8*i, 6*j+3), and (c) radius 3: the points (8*i+4, 6*j), where i and j take all integer values.
Let G denote the graph (Fig 1, Fig. 2) whose nodes correspond to the centers of the circles, with an edge for every pair of circles that touch. There are three types of nodes, corresponding to the circles of types (a), (b), and (c).
The cells in the planar graph G form a tiling of the plane by two kinds of triangles (3-4-5 and 5-5-6).
The coordination sequences for the three types of nodes in G are the present sequence, A348229, and A348231.
If we draw tangent lines through the points where any two circles touch, we obtain a tiling of the plane (Fig. 3) with three kinds of tiles: squares, irregular hexagons, and irregular octagons.
The boundary lines of the tiles form the cpq net (thanks to Davide M. Proserpio for this observation). See Fig. 4 and the RCSR link. This net is the dual graph to G. It has two kinds of nodes, whose coordination sequences are given in A348236 and A348237.
LINKS
Chaim Goodman-Strauss and N. J. A. Sloane, A Coloring Book Approach to Finding Coordination Sequences, Acta Cryst. A75 (2019), 121-134, also on NJAS's home page. Also on arXiv, arXiv:1803.08530 [math.CO], 2018-2019.
Reticular Chemistry Structure Resource (RCSR), The cpq tiling (or net)
N. J. A. Sloane, Fig. 2: Graph G formed by centers of Wilkinson's 123-circle packing (black: center of circle of radius 1, green: radius 2, red: radius 3). This figure should be rotated counterclockwise by 90 degrees in order to match the other figures.
N. J. A. Sloane, Fig. 3: Tiling of plane corresponding to Wilkinson's 123-circle packing. There are three tiles: squares (a), irregular hexagons (b), and irregular octagons (c). The red Pythagorean triangle, with sides 3, 4, 5, is a fundamental cell which underlies the whole structure.
N. J. A. Sloane, Fig. 4: A portion of the cpq net formed by the boundaries of the tiles (the numbers correspond to the coordination sequence discussed in A348236).
Don Wilkinson, Letter to N. J. A. Sloane, Oct 12 1990. Among other things, this letter enclosed the illustration shown in the next link, and a copy of US Patent 4643307. [The handwritten notes at the top and bottom of the letter were added by me after the letter arrived.]
Don Wilkinson, Illustration of part of the circle packing [Enclosed with his letter of Oct 12 1990. The red numbers were added by me.]
Don Wilkinson, Packing Arrangement for Articles of Different Sizes, US Patent 4643307, Feb 17 1987.
FORMULA
G.f. = (1+4*q+10*q^2+12*q^3+11*q^4+2*q^5-2*q^6-2*q^7)/(1-q^2)^2. Discovered and proved using the "coloring book" method (see Goodman-Strauss & Sloane).
a(n) = 9*n + (n - 2)*(-1)^n - 4 for n > 3. - Stefano Spezia, May 01 2022
EXAMPLE
We start at a black point (with a(0) = 1). It is joined to 4 neighbors (so a(1) = 4), which in turn are joined to 12 further points (so a(2) = 12), which are joined to 20 additional points (so a(2) = 20), and so on.
MATHEMATICA
A348227list[nmax_]:=PadRight[{1, 4, 12, 20}, nmax+1, Array[9#+(#-2)(-1)^#-4&, nmax+1, 0]]; A348227list[100] (* Paolo Xausa, Aug 06 2023 *)
CROSSREFS
Sequence in context: A008208 A008100 A301094 * A301266 A301097 A033603
KEYWORD
nonn,easy,nice
AUTHOR
N. J. A. Sloane, Oct 08 2021
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified December 11 02:45 EST 2023. Contains 367717 sequences. (Running on oeis4.)