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

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A328078 Number of regions after n generations of Jim Conant's iterative dissection of a square. 33

%I #187 Jan 21 2023 08:16:02

%S 1,2,3,5,9,15,27,48,91,169,325,618,1201,2319,4527,8804,17227,33649,

%T 65929,129046,252997,495779,972339,1906520,3739775,7335029,14389629,

%U 28227578,55378713,108642983,213148903,418176700,820441299,1609656953,3158089841,6196050718

%N Number of regions after n generations of Jim Conant's iterative dissection of a square.

%C In view of the comment below from _Robert Fathauer_ that this is a generalization of the Sierpinski Gasket, I propose that this structure be called the Conant Gasket. - _N. J. A. Sloane_, Oct 29 2019

%C The following description of the dissection is based on an email message from _Robert Fathauer_. Start with a unit square.

%C 1. Draw a vertical line from bottom to top, dividing the square in half.

%C 2. Go to the left edge, and halfway up draw a line from left to right. Stop when you reach the vertical line.

%C 3. Return to the bottom edge and draw vertical lines at the midpoints of the remaining intervals (at the 1/4 and 3/4 points for the second pass), from bottom to top. If you reach a line, stop, skip to the next line and start again, stopping the next time you reach a line.

%C 4. Return to the left edge and draw horizontal lines at the midpoints of the remaining intervals, from left to right. If you reach a line, stop, skip to the next line and start again, stopping the next time you reach a line.

%C Repeat steps 3 and 4.

%C Might be called a basket-weave dissection, because the lines go alternately over and under the perpendicular lines, like the warp and woof on a loom. - _N. J. A. Sloane_, Oct 16 2019

%C _Robert Fathauer_ and _Rémy Sigrist_ independently observed that the sizes of the regions along the bottom edge at even generations appear to be converging to a sequence (it is now A330569) closely related to the 2-adic valuation of the column number (see illustration). A similar thing happens along the left edge. - _N. J. A. Sloane_, Oct 14 2019 and Jan 07 2020 [Thanks to _M. Douglas McIlroy_ for pointing out an error in an earlier version of this comment.]

%C Conjecture: The left half of the dissection at generation n is essentially the same as the whole of the dissection at generation n-1. To see this, take the dissection at generation n-1, rotate it counterclockwise by 90 degrees, then reflect it about a vertical line through its center, and compress it in the horizontal direction by a factor of 2. The result is essentially the left half of generation n. - _N. J. A. Sloane_, Oct 14 2019

%C This can be regarded as a generalization of the Sierpinski Gasket. For if you start with an equilateral triangle, draw a line from a midpoint to another midpoint, rotate 120 degrees, repeat, do that again, then draw the 1/4 and 3/4 lines, etc., using the over-and-under interlacing, you end up with the Sierpinski Gasket, as in A047999 (see illustration here for first steps). - _Robert Fathauer_, Oct 16 2019

%D Jim Conant, Posting to the "Bridges - Art and Mathematics" Facebook page, Oct 05 2019. [The URL is said to be https://www.facebook.com/groups/20666497429/, but I was unable to access it.]

%H Rémy Sigrist, <a href="/A328078/b328078.txt">Table of n, a(n) for n = 0..42</a>

%H Jim Conant, <a href="/A328078/a328078_1.png">Illustration for a(4) = 9.</a> [Produced by the Mma program with n=2.]

%H Jim Conant, <a href="/A328078/a328078.png">Illustration for a(8) = 91.</a> [Produced by the Mma program with n=4.]

%H Jim Conant, <a href="/A328078/a328078_2.png">Illustration for a(10) = 325.</a> [Produced by the Mma program with n=5.]

%H Robert Fathauer, <a href="/A328078/a328078.jpg">Colored illustration for a(16).</a> [The same feature is colored the same at different scales to elucidate the fractal nature of the tiling.]

%H Robert Fathauer, <a href="/A328078/a328078_4.png">The analogous construction starting from a triangle leads to the Sierpinski Gasket</a>

%H Douglas McIlroy, <a href="https://digitalcommons.dartmouth.edu/cs_tr/385/">Reasoning about the Conant Gasket</a>, Dartmouth Computer Science Technical Report TR2023-1003. https://digitalcommons.dartmouth.edu/cs_tr/385, 2023

%H Douglas McIlroy, <a href="/A328078/a328078_6.pdf">Reasoning about the Conant Gasket</a>, local copy, with permission.

%H Rémy Sigrist, <a href="/A328078/a328078_3.png">The sizes of the regions along the bottom edge at even generations appear to be given by sequence A330569</a>

%H Rémy Sigrist, <a href="/A328078/a328078.txt">C# program for A328078</a>

%H Rémy Sigrist, <a href="/A328078/a328078_1.txt">C++ program for A328078</a>

%H Rémy Sigrist, <a href="/A328078/a328078_3.txt">C++ program for A328078</a> [with moderate memory use]

%H N. J. A. Sloane, <a href="/A328078/a328078_2.txt">Notes on the Conant Gasket, the Conant Lattice, and Associated Sequences</a>, Preliminary version, Aug 23 2020

%H N. J. A. Sloane, <a href="/A328078/a328078_5.pdf">The Even Conant Lattice</a>

%H N. J. A. Sloane, <a href="/A328078/a328078_4.pdf">The Odd Conant Lattice</a>

%H N. J. A. Sloane, <a href="/A328078/a328078_1.pdf">Illustrations for a(1) though a(7).</a>

%H N. J. A. Sloane, <a href="/A328078/a328078.pdf">Colored illustration for a(8) = 91, showing successive stages in the construction.</a> [Thin black lines were used to construct generations 0 through 4, red lines produce generation 5, green = 6, thick black = 7, thick blue = 8.]

%H N. J. A. Sloane, <a href="https://vimeo.com/457349959">Conant's Gasket, Recamán Variations, the Enots Wolley Sequence, and Stained Glass Windows</a>, Experimental Math Seminar, Rutgers University, Sep 10 2020 (video of Zoom talk)

%H (Unknown author), <a href="/A328078/a328078_2.pdf">A similar-looking fractal</a> If anyone can identify this fractal, please let me know! - _N. J. A. Sloane_, Jan 14 2020

%F Conjectures from _Colin Barker_, Oct 15 2019: (Start)

%F G.f.: (1 - 3*x^2 + x^3 - 2*x^4 - 5*x^5 + 8*x^6 - x^7 - 4*x^8 + 8*x^9 - 4*x^10 + 4*x^12) / ((1 - x)*(1 + x^2)*(1 - 2*x^2)*(1 - x - 2*x^2 + 2*x^3 - 4*x^4 + 4*x^6 - 4*x^7)).

%F a(n) = 2*a(n-1) + 2*a(n-2) - 6*a(n-3) + 7*a(n-4) - 4*a(n-5) - 12*a(n-6) + 20*a(n-7) - 12*a(n-8) + 12*a(n-10) - 16*a(n-11) + 8*a(n-12) for n>12.

%F (End)

%F Comment from _N. J. A. Sloane_, Sep 08 2020 (Start)

%F Gfun still gives the same recurrence and g.f. using all 40 terms.

%F The seven roots of the denominator polynomial are

%F -0.871341341681075,

%F -0.661031992215005,

%F 0.0876691186562792 - 0.808024853721450 I,

%F 0.0876691186562792 + 0.808024853721450 I,

%F 0.509688436780776,

%F 0.923673329901373 - 0.660261157442008 I,

%F 0.923673329901373 + 0.660261157442008 I,

%F and the magnitudes of the complex roots are:

%F 0.0876691186562792^2 + 0.808024853721450^2 = 0.6605900386; sqrt = 0.8127669030

%F 0.923673329901373^2 + 0.660261157442008^2 = 1.289117216; sqrt = 1.135392979

%F (End)

%t (*Code written by Jim Conant, Oct 12 2019*)

%t n = 4;

%t size = 2^n;

%t V = Table[0, {size + 1}, {size + 1}];

%t H = Table[0, {size + 1}, {size + 1}];

%t Flag = vert;

%t vcol = 2^(n - 1);

%t hcol = 2^(n - 1);

%t down = 1;

%t up = 2;

%t (*************************************************)

%t While[hcol > .9,

%t If[Flag == vert, Flag = horiz;

%t Do[Pen = down;

%t Do[If[Pen == up, If[H[[i, j]] != 0, Pen = down], V[[i, j]] = 1/n;

%t If[H[[i, j]] != 0, Pen = up]], {j, 1, size, 1}], {i, vcol,

%t size - 1, 2*vcol}];

%t vcol = vcol/2];

%t If[Flag == horiz, Flag = vert;

%t Do[Pen = down;

%t Do[If[Pen == up, If[V[[i, j]] != 0, Pen = down], H[[i, j]] = 1/n;

%t If[V[[i, j]] != 0, Pen = up]], {i, 1, size, 1}], {j, hcol,

%t size - 1, 2*hcol}];

%t hcol = hcol/2];

%t n = n - 1];

%t (**Display graphics with data from V and H********)

%t G = {};

%t Do[Do[If[V[[i, j]] != 0, G = Append[G, Line[{{i, j - 1}, {i, j}}]]];

%t If[H[[i, j]] != 0, G = Append[G, Line[{{i - 1, j}, {i, j}}]]], {i,

%t size}], {j, size}];

%t G = Join[G, {Line[{{0, 0}, {0, size}}], Line[{{0, 0}, {size, 0}}],

%t Line[{{size, 0}, {size, size}}], Line[{{0, size}, {size, size}}]}];

%t Show[Graphics[G], AspectRatio -> Automatic]

%o (C#) See Links section.

%o (C++) See Links section.

%Y Cf. A001511, A328079 (first differences), A328080 (a bisection), A328081 (numbers of regions of each size), A337642 (coordination sequence), A337780 (length of drawn lines).

%Y Cf. also A047999, A330569.

%K nonn,nice

%O 0,2

%A _N. J. A. Sloane_, Oct 13 2019, based on emails from _Robert Fathauer_

%E a(9)-a(26) from _Rémy Sigrist_, Oct 14 2019

%E a(27)-a(33) from _Rémy Sigrist_, Oct 15 2019

%E a(34)-a(35) added by _N. J. A. Sloane_, Sep 06 2020 using _Rémy Sigrist_'s C++ program.

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 April 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)