Thread for basic questions

For general discussion about Conway's Game of Life.
qqd
Posts: 424
Joined: September 10th, 2022, 4:24 pm

Re: Thread for basic questions

Post by qqd » December 2nd, 2022, 9:25 am

What's the block for in guntrue_25?
My new p2p:

Code: Select all

x = 20, y = 13, rule = B3/S23
4bo5b2obo$2b3o5bob2o$bo14b2o$bo2b3o4b3o2bobo$2obo3bo2bo3bobobo$3bo3b4o
3bobob2o$3bo3bo2bo3bobobo$4b3o4b3o2bobo$16b2o$4b3o4b3o$4bo2bo3bo2bo$6b
obo4bobo$7bo6bo!

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 2nd, 2022, 9:54 am

qqd wrote:
December 2nd, 2022, 9:25 am
What's the block for in guntrue_25?
It's there to prevent Catagolue from reporting the wrong bounding box size for the gun.

GUYTU6J
Posts: 2200
Joined: August 5th, 2016, 10:27 am
Location: 拆哪!I repeat, CHINA! (a.k.a. 种花家)
Contact:

Re: Thread for basic questions

Post by GUYTU6J » December 2nd, 2022, 1:59 pm

dvgrn wrote:
December 2nd, 2022, 9:54 am
qqd wrote:
December 2nd, 2022, 9:25 am
What's the block for in guntrue_25?
It's there to prevent Catagolue from reporting the wrong bounding box size for the gun.
It looks like 25×21 to me while LifeWiki says 24×21. Why?
---
Relatedly, what is the bounding box of the following OCA gun?

Code: Select all

x = 22, y = 18, rule = B3-jknr4ity5ijk6i8/S23-a4city6c7c
7bo$6bobo2bo2bobo3bo$7bo2bob2ob2o2bobo$11bo2bo5bo3$5bo6b2ob3o$4b3o7bo
2bo$6bo8b3o$15bo$bo$obo16bo$bo16bob2o$19bobo$3b2o4bo$3bo4bobo$4bo4bo$
3b2o!

User avatar
confocaloid
Posts: 2729
Joined: February 8th, 2022, 3:15 pm

Re: Thread for basic questions

Post by confocaloid » December 2nd, 2022, 3:06 pm

guns1j-20121211/readme.txt wrote:...
The goal of this collection is to include the smallest glider gun for each
period. Size is measured by the area of the bounding rectangle of the gun.
Every cell that is a part of the rotor or stator of the gun must be
included in the bounding rectangle, excluding only the output gliders. It
should be noted that the population of the gun is irrelevant, and it is
often easy to reduce the population at a cost of increasing the bounding
rectangle.
...
If you send a large number of guns, it would be helpful if they are in the
"canonical form" for this collection, which means:
1) The gliders travel to the lower right.
2) The pattern is in the last phase before a glider leaves the bounding
box.
3) The width is greater than or equal to the height.
4) The initial pattern should recur exactly, except for the output
gliders (and optional extra cells to mark the bounding box). Do not
delete any extraneous sparks, etc.
...
The phase shown on Catagolue:

Code: Select all

#C [[ GRID MAXGRIDSIZE 14 THEME Catagolue ]]
#CSYNTH guntrue_25 costs 504 cells.
#C period 25 fullperiod 25 bbox 24 by 21
#CLL state-numbering golly
x = 24, y = 21, rule = LifeHistory
13.2A4.2A$13.A.A2.A.A$15.A2BA$13.BA4BAB$13.B6AB$14.B4AB$8.2A6.2B$
9.A6.B$9.A.2A2.2A$7.2A.A2B.A4B$8.A3.7BA2BA$6.A.A3.3B2A6BA$5.A.A.2A
.2BA2B2A4BA$5.A.A.A.A.A3B2ABA2BA$3.2A2.A.BAB5.2B2ABAB$2.A4.2A2B7.
3BA$3.4A.2B$3A3.AB2.A$A2.2A3B.A.A$3.A.AB.A.A10.2A$4.AB3.A11.2A!
At T = 2, there is no output glider yet.
At T = 3, the output glider appears.
At T = 2, all alive cells in columns to the right of the extra block are a part of the rotor (neither of them is alive at T = 11).
Since at T = 2 two columns to the right of the extra block contain rotor cells that are not part of the output glider, those cells must be inside the bounding box.

It follows that the bounding box has 25 columns (i.e. it is 25x21), and the glider leaves the bounding box [s]at T = 11[/s] (edit: it should be "at T = 3" instead). This seems consistent with explanations in the readme.txt file.
(Right?)
Last edited by confocaloid on December 3rd, 2022, 11:48 am, edited 1 time in total.
127:1 B3/S234c User:Confocal/R (isotropic rules, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 2nd, 2022, 4:06 pm

confocaloid wrote:
December 2nd, 2022, 3:06 pm
It follows that the bounding box has 25 columns (i.e. it is 25x21), and the glider leaves the bounding box at T = 11. This seems consistent with explanations in the readme.txt file.
(Right?)
That certainly matches my theories about glider-gun bounding boxes.

It follows that that lower right corner block is misplaced by one cell -- and really it's more traditional for it to be a mango anyway. My apologies, I didn't look at the block's location quite closely enough before I wrote my original answer.

As far as I know there isn't really a good way to fix glitched glider guns like this on Catagolue, except for the rather uncertain method of "wait around and hope calcyman notices and patches it up".

User avatar
confocaloid
Posts: 2729
Joined: February 8th, 2022, 3:15 pm

Re: Thread for basic questions

Post by confocaloid » December 2nd, 2022, 9:21 pm

How to describe a stable pattern that emits N output gliders for every M input gliders, when neither M nor N equals 1? Would the following proof-of-concept 12-to-5 pattern be labeled "G00000000000 => G0000", given that the quadri-Snark is labeled "G000 => G" in elem-conduits-6-6-20.rle?

Code: Select all

x = 516, y = 373, rule = B3/S23
36bo$2o33bobo$2o33b2o5$49b2o$49bobo$50bo3$48bo$47bobo$47b2o2$21bo$20bo
bo$20bo2bo$21b2o38b2o$61bobo$62bo3$60bo$16b2o4b2o35bobo$16b2o3bobo35b
2o$22bo$33bo$32bobo$32bo2bo$33b2o38b2o$73bobo$74bo3$72bo$28b2o4b2o35bo
bo$28b2o3bobo35b2o$34bo$45bo$44bobo$44bo2bo$45b2o38b2o$85bobo$86bo3$
84bo$40b2o4b2o35bobo$40b2o3bobo35b2o$46bo$57bo$56bobo$56bo2bo$57b2o38b
2o$97bobo$98bo3$96bo$52b2o4b2o35bobo$52b2o3bobo35b2o$58bo$69bo$68bobo$
68bo2bo$69b2o38b2o$109bobo$110bo3$108bo$64b2o4b2o35bobo$64b2o3bobo35b
2o$70bo$81bo$80bobo$80bo2bo$81b2o38b2o$121bobo$122bo3$120bo$76b2o4b2o
35bobo$76b2o3bobo35b2o$82bo$93bo$92bobo$92bo2bo$93b2o38b2o$133bobo$
134bo3$132bo$88b2o4b2o35bobo$88b2o3bobo35b2o$94bo$105bo$104bobo$104bo
2bo$105b2o38b2o$145bobo$146bo3$144bo$100b2o4b2o35bobo$100b2o3bobo35b2o
53bobo$106bo91b2o$117bo81bo$116bobo$116bo2bo180b2o$117b2o38b2o141bobo$
157bobo142bo4b2o$158bo139b4ob2o2bo2bo$298bo2bobobobob2o$301bobobobo$
156bo145b2obobo$112b2o4b2o35bobo148bo$112b2o3bobo35b2o$118bo173b2o$
129bo163bo7b2o$128bobo162bobo5b2o$128bo2bo162b2o$129b2o38b2o$169bobo$
170bo4$124b2o4b2o172b2o$124b2o3bobo172bo$130bo174b3o$141bo165bo$140bob
o$140bo2bo$141b2o6$136b2o4b2o$136b2o3bobo$142bo$153bo$152bobo$152bo2bo
$153b2o6$148b2o$148b2o13$310bo11bo$310b3o7b3o$313bo5bo$296bo15b2o5b2o$
296b3o$299bo$298b2o$405b2o$405bobo$299b2o106bo4b2o$299b2o102b4ob2o2bo
2bo$323b2o78bo2bobobobob2o$323bobo80bobobobo$325bo81b2obobo$325b2o84bo
2$397b2o$398bo7b2o$292b2o104bobo5b2o$291bo2bo2b2o100b2o$226b2o64b2o2bo
bo$227bo66b2o16b2o$225bo19b2o47bo17bo$225b2o18bo45b2obo2bo15b3o$223b2o
3bo14bobo45bob2obobo16bo$222bo2b4o14b2o50bobo$222b2obo66b2o2bo112b2o$
223bobob2o5b2o54b3ob2o113bo$223bobob2o5b2o53bo120b3o$222b2obo64b3ob2o
116bo$225bo66bob2o$225bobo$226b2o74b2o$302b2o7b2o$235b2o74bo$236bo72bo
bo$233b3o73b2o$233bo3$289b2o$289b2o$514b2o$514b2o2$405b2o$305bo99bo$
304bobo100bo101b2o$304bobo80b2o14b5o101b2o$305bo82bo13bo$306b3o79bobo
12b3o$308bo80b2o15bo$403b4o97b2o$398b2o3bo3b2o95b2o$398b2o4b3o2bo$365b
o40bob2o$363b3o40bo$362bo42b2o92b2o$362b2o135b2o2$374b2o21b2o$375bo21b
o$373bo19b2o3b3o93b2o$373b2o18bo6bo93b2o$371b2o3bo14bobo$352b2o16bo2b
4o14b2o$351bobo5b2o9b2obo46bo$351bo7b2o10bobob2o5b2o36b3o$350b2o19bobo
b2o5b2o39bo$370b2obo48b2o$364bo8bo22b2o16bo$360b2obobo7bobo21bo16b3o$
359bobobobo8b2o21bobo17bo$356bo2bobobobob2o12b2o15bobo15b2o$356b4ob2o
2bo2bo12bo17bo3b2o$360bo4b2o11b2obo3b2o16b2o$358bobo15bo2bob2o2b2o41bo
6b2o$358b2o16b2obo47bobo5b2o$379bo5b2o40bo2bo$379b2o5bo41b2o$384bo$
384b2o2$434b2o$365bo18bo49bobo$365b3o7b2o7b3o48b2o$368bo6bo11bo$313bo
18bo34b2o4bobo10b2o11b2o$313b3o7b2o7b3o38b2o24b2o$316bo6bo11bo$280bo
34b2o4bobo10b2o11b2o$280b3o38b2o24b2o$283bo147b2o$270bo11b2o11b2o134b
2o$268b3o24b2o$267bo$267b2o$252b2o$253bo154b2o$253bob2o151b2o$254bo2bo
$255b2o$270b2o142b2o19b2o$270b2o142b2o19bo$361b2o36b2o32bobo$362bo36bo
33b2o$359b3o3bob2o31b3o$309b2o36b2o10bo2b4ob2o33bo$278bo3b2o26bo36bo
14bo$277bobo3bo23b3o3bob2o31b3o13b2ob2o2b2o$273b2obobo3bo12b2o10bo2b4o
b2o33bo14bobo4bo6b2o49b2o$273b2obo4bo13bo14bo54bo2b4o7bo50b2o$277b5obo
12b3o13b2ob2o2b2o45bobo2bobo6b3o$269b2obob2obo4bobo13bo14bobo4bo6b2o
38bo4b2o8bo$269bob2obo2bob2o2bo29bo2b4o7bo104b2o$262b2o12b2obob2o31bob
o2bobo6b3o101bobo$262b2o51bo4b2o8bo103bo$423b2o9b2o$423b2o45$352bo$
352b3o$355bo$354b2o3$346b2o$346bo$343b2obo$343bo2b3o4b2o$344b2o3bo3b2o
$346b4o$346bo15b2o$347b3o12bobo$350bo13bo$345b5o14b2o$345bo24bo$347bo
20b3o$346b2o19bo$367b2o7$357b2o$356bobo5b2o$356bo7b2o$355b2o2$369bo$
365b2obobo$364bobobobo$361bo2bobobobob2o$361b4ob2o2bo2bo$365bo4b2o$
363bobo$363b2o!
Last edited by confocaloid on August 30th, 2023, 9:54 am, edited 1 time in total.
127:1 B3/S234c User:Confocal/R (isotropic rules, incomplete)
Unlikely events happen.
My silence does not imply agreement, nor indifference. If I disagreed with something in the past, then please do not construe my silence as something that could change that.

hotdogPi
Posts: 1587
Joined: August 12th, 2020, 8:22 pm

Re: Thread for basic questions

Post by hotdogPi » December 2nd, 2022, 9:28 pm

[s]It would be labeled Gy7 → Gy0 according to apgcode conventions.[/s]
User:HotdogPi/My discoveries

Periods discovered: 5-16,⑱,⑳G,㉑G,㉒㉔㉕,㉗-㉛,㉜SG,㉞㉟㊱㊳㊵㊷㊹㊺㊽㊿,54G,55G,56,57G,60,62-66,68,70,73,74S,75,76S,80,84,88,90,96
100,02S,06,08,10,12,14G,16,17G,20,26G,28,38,47,48,54,56,72,74,80,92,96S
217,486,576

S: SKOP
G: gun

Sokwe
Moderator
Posts: 2645
Joined: July 9th, 2009, 2:44 pm

Re: Thread for basic questions

Post by Sokwe » December 3rd, 2022, 3:19 am

confocaloid wrote:
December 2nd, 2022, 3:06 pm
It follows that the bounding box has 25 columns (i.e. it is 25x21), and the glider leaves the bounding box at T = 11. This seems consistent with explanations in the readme.txt file.
(Right?)
I agree that the bounding box has 25 columns, but the glider "leaves the bounding box" (as defined in readme.txt from the original collection) at generation 3. That is, the standard form for the gun would look like this:

Code: Select all

x = 25, y = 21, rule = LifeHistory
13.2A4.2A$13.A.A2.A.A$15.A2BA$13.B2A2B2AB$13.3A2B3A$14.BA2BAB$8.2A6.
2B$9.A6.A$9.A.AB2.2B$7.2A.2AB.3A2B$8.A3.2B2ABA5B$6.A.A3.5B3A2BABA$5.A
.A.2A.2B2A3B2A3BA$5.A.A.B.A.4BA6BA$3.2A2.A.2AB5.BA4BAB$2.A4.3AB7.2B2A
$3.4A.2B$3A3.AB2.A$A2.AB2AB.A.A$3.A.AB.A.A12.2A$4.AB3.A13.2A!
There is actually a smaller p25 gun (23x22 = 506) found by iNoMed, but it is unfortunately 2 cells larger than the erroneous bounding box given in Catagolue:

Code: Select all

x = 23, y = 22, rule = LifeHistory
11.2A4.2A$11.A.A2.A.A$13.A2BA$11.B2A2B2AB$11.3A2B3A$12.BA2BAB$6.2A6.
2B$7.A6.A$7.A.AB2.2B$5.2A.2AB.3A2B$4.A.A3.2B2ABA5B$4.A.A3.5B3A2BABA$
2.2A.A.2A.2B2A3B2A3BA$3.A.A.B.A.4BA6BA$3.A.AB2AB5.BA4BAB$2A.A.ABAB7.
2B2A$A2.2ABAB$2.A4.AB$3.5A2$5.2A.A12.2A$5.A.2A12.2A!
Edit:
GUYTU6J wrote:
December 2nd, 2022, 1:59 pm
Relatedly, what is the bounding box of the following OCA gun?
30x18 with the following standard form:

Code: Select all

x = 30, y = 18, rule = B3-jknr4ity5ijk6i8/S23-a4city6c7c
7bo$6bobo2bo2bobo3bo$7bo2bob2ob2o2bobo$11bo2bo5bo$13bo$13b2o$13bob2o
12bo$5bo10bo7bo3b2o$4b3o6bo2bo12bo$3b2o9b2o$bob2o$obo2bo13bo$bo4b2o10b
ob2o$19bobo$3b2o4bo$3bo4bobo$4bo4bo$3b2o!
-Matthias Merzenich

AlbertArmStain
Posts: 1233
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: Thread for basic questions

Post by AlbertArmStain » December 7th, 2022, 8:04 am

Can this make an oscillator?

Code: Select all

x = 20, y = 15, rule = B3/S23
18b2o$15b2o2bo$14bo2b2o$4b2o9bobo$3bo2bo7b2o2bo$4b3o9b2o$14b2o$15bo$14bo$13bo$12bo$2b2o9b3o$3bo11bo$3o$o!
EDIT by dvgrn: When you're copying a pattern from somewhere else, it's really pretty important to say something about where you're copying from. This is a Barrister result by ljkiernan1, posted on Discord #cgol on 12/3/2022. The comment at that time was

GUYTU6J
Posts: 2200
Joined: August 5th, 2016, 10:27 am
Location: 拆哪!I repeat, CHINA! (a.k.a. 种花家)
Contact:

Re: Thread for basic questions

Post by GUYTU6J » December 8th, 2022, 2:46 am

LifeWiki page https://conwaylife.com/wiki/Trivial wrote: The definition of trivial has been questioned using the two examples below. ...

Code: Select all

x = 31, y = 39, rule = B3/S23
5b2o$5b2o3$8b2o$9b2o8b2o$19b2o2$10bobo$9bo3bo$8bo3bo$7bo3bo$8bobo2$2o$
2o8b2o$11b2o2$29b2o$14b2o13bo$14b2o11bobo$21b2o4b2o$20b2obo$21bob2o$
22b2o$b3o4bob2o$5b3obo7b3o$6b2o8bo3bo$4b2ob2o7bo3bo$5bobobo6bob2o7b2o$
4b2ob2o18bobo$4bo6b2o9bo6bo$11b2o10bo5b2o$21b3o2$25b2o$25bobo$27bo$27b
2o!
Merzenich's p64 and a capped period-48 glider gun share a block. Despite not interacting, this oscillator is considered non-trivial by the above definition, since three cells oscillate at the full period of 192.
...
LifeWiki page https://conwaylife.com/wiki/LCM_oscillator#Hasslers wrote: There are some objects that can be pushed with more than one oscillator. ...

Code: Select all

x = 59, y = 55, rule = B3/S23
23b2o$23bobob2o$25bobo$24bo2bo$17b2ob2obobob2o$18bobo3b2o3bo$18bobo5b
3o$19bob5o$27b2o$17b7o2b2obo$16bo12bo$17b3ob4ob3o$19b8o4$22b2o$10b2o10b
2o$10bo7bo2bo$11b2o7b2o$8b4o6b4o$8b2o7b2o$8bo2bo7bo15b4o$6b2o10b2o14b
6o$6b2o25b8o$32b2o6b2o$33b8o$34b6o$3b8o24b4o$b3ob4ob3o$o12bo6b2o$ob2o
2b7o6bo2bo$b2o16bobo25b2o6b2o$4b5obo9bo25bo2bo4bo2bo$b3o5bobo33b6o2b6o
$o3b2o3bobo23bobo8bo2bo4bo2bo$b2obobob2ob2o22bobo9b2o6b2o$2bo2bo26bo2b
o2bo$2bobo27bo4bo$b2obobo24bo2bo2bo$5b2o6b2o6b2o9bobo$12bo2bo4bo2bo8b
obo$11b6o2b6o$12bo2bo4bo2bo$13b2o6b2o24b2obo$47b2ob3o$53bo$47b2ob3o$31b
4o13bobo$30b6o12bobo$29b8o12bo$28b2o6b2o$29b8o$30b6o$31b4o!
Loaf flipper using a different reaction from the
other two in this gallery; LCM(60,48) = 240
...
What exactly is the problem of the current definition treating both oscillator as non-trivial?

I think if two compatible, different high-period Herschel factories are connected to the following two-sided block keeper, then the resulting oscillator is certainly non-trivial as well by current definition. What do you feel about this?

Code: Select all

x = 88, y = 48, rule = B3/S23
27b2o$27b2o5$24b3o$23bo3bo$22bo12b2o$23b2o3bo5bobo$28bo6bo$25bobo$26bo
$10b2o$11bo$11bobo$12b2o6bo$20bo5b3o38b2o$28bo38b2o$25bo$24b2ob2o$20b
3ob2obo55bo$83b3o$23bo2bo21b2o33bobo$48b2o35bo$23b2o4$24bo4b2o$23b3o3b
2o$22bo2b2o57b2o$84bobo$21b2o63bo$21b2o63b2o$obo18b2o$2o$bo60bo$61bobo
$61b2o7$69b2o$69b2o!

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 8th, 2022, 5:23 am

GUYTU6J wrote:
December 8th, 2022, 2:46 am
What exactly is the problem of the current definition treating both oscillator as non-trivial?

I think if two compatible, different high-period Herschel factories are connected to the following two-sided block keeper, then the resulting oscillator is certainly non-trivial as well by current definition.
I think the block-keeper example is basically the same case as the first example in the article. And I think there's no problem at all with treating the first example as "non-trivial". The second example is certainly "trivial" according to the current definition. That's not a good reason to redefine "trivial", but it might be a reason to invent some new terminology, such as "technically trivial".

It seems to me that Book's most recent edit was inaccurate, so I've patched it up. The citation only applies to the second example pattern, showing that there are "nontrivial-looking" trivial oscillators. The first example shows that there are "trivial-looking" nontrivial oscillators -- the cited post doesn't talk about that category at all.

My own point of view is that it would be better if the LifeWiki didn't even bother to mention the suggestion about "modifying the definition of 'trivial' ". The word 'trivial' has been used to mean precisely what it means for decades now, and the LifeWiki is accurately documenting that existing usage.

If people want to invent new modifiers of "trivial" (like the above "technically trivial", or "nontrivial-looking trivial" and "trivial-looking nontrivial", or "pseudo-trivial" and "pseudo-nontrivial' or whatever) ... that's fine -- they should go ahead and use the new modifiers for a year or two, and see if they stick. If they get used a lot, then that becomes a usage that's worth a LifeWiki mention.

It just seems like a really terrible idea to "modify the definition of trivial", and then maybe have one or two people start using "trivial" in the new sense -- everyone would have to start saying "I mean 'trivial' in the old sense / in the new sense". We use well-defined technical terms like "trivial", precisely to avoid that kind of unnecessary muddiness. If you don't like the connotations of an existing technical term, invent a new term that doesn't have those connotations, and show that it's useful by using it and having other people pick up on that usage.

User avatar
rattlesnake
Posts: 146
Joined: May 28th, 2022, 10:10 pm
Location: Following a 37P4H1V0

Re: Thread for basic questions

Post by rattlesnake » December 8th, 2022, 6:59 am

An oscillator is trivial if 0 cells oscillate at the full period of the oscillator.
For example, Honey thieves with test tube baby is trivial because it has a period of 34 but no cell has a period of 34.
Mold on fumarole is non-trivial because there is 1 cell that oscillates at the full period.
I don't think there is any room for debate here.
I have discovered SKOP for 115, 188, 492 and gun_ and guntrue_ for 200, 226, 339, 752, 1944, 6624.

dani
Posts: 1222
Joined: October 27th, 2017, 3:43 pm

Re: Thread for basic questions

Post by dani » December 8th, 2022, 10:23 am

In HighLife, replicator collisions can often turn messy fast. Here's a 16-cell pattern, derived from the 39th zz_QUADRATIC sample soup on Catagolue (as that was the last one at the time of writing this question):

Code: Select all

x = 16, y = 15, rule = B36/S23
14bo$2o12b2o$b2o$2bo8$3o$2bo$o3bo$bo2bo!
It causes lots of chaotic replicator collisions and shows no sign of stopping. Here is a pop plot of the first 2^21 generations:
carot-2m-plot.png
carot-2m-plot.png (9.11 KiB) Viewed 1136 times
My question(s) is, are patterns like this considered quadratic growth? Does it have to settle into a recognizable pattern in order for it to be classed as such, or is merely analyzing the curve of its pop plot enough? Does the fact that a hypothetical natural emergence of a conveniently timed volley of gliders that could kill off all of the replicators and stabilize the pattern play into that? What if that wasn't possible?

Also, note that I haven't actually measured out if the curve is actually quadratic or not, I'm not exactly well versed in how to do that. I think it is, though.

mniemiec
Posts: 1590
Joined: June 1st, 2013, 12:00 am

Re: Thread for basic questions

Post by mniemiec » December 8th, 2022, 5:47 pm

dani wrote:
December 8th, 2022, 10:23 am
My question(s) is, are patterns like this considered quadratic growth? Does it have to settle into a recognizable pattern in order for it to be classed as such, or is merely analyzing the curve of its pop plot enough? Does the fact that a hypothetical natural emergence of a conveniently timed volley of gliders that could kill off all of the replicators and stabilize the pattern play into that? What if that wasn't possible?

Also, note that I haven't actually measured out if the curve is actually quadratic or not, I'm not exactly well versed in how to do that. I think it is, though.
It would be quadratic (or approximately quadratic) if it emitted sideways-traveling replicators on a regular basis, but this pattern doesn't appear to do so, at least not initially. The curve on this graph appears to be several back-to-back approximately linear rises, with slopes depending on how many replicators are currently active. It's even theoretically possible (although extremely unlikely) that one glider approaching from the back might destroy the front of a replicator, stopping growth altogether; to stop all growth, such gliders would have to stop all replicator instances altogether. While it's theoretically possible for such a salvo to be engineered, it's extremely unlikely to occur naturally.

One way to see if the slope is quadratic is to differentiate twice to see if you get a non-zero constant. Of course, with something discrete and chaotic like this, you can't do that directly; however, you could smooth the curve out by taking population averages over sufficiently large intervals to eliminate the spikes, and then use finite differences on the results twice.

AlbertArmStain
Posts: 1233
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: Thread for basic questions

Post by AlbertArmStain » December 9th, 2022, 5:22 pm

are these completable?

Code: Select all

x = 104, y = 23, rule = B3/S23
53b2o$53b2o10$3b2o21b2o$3b2o21b2o2$43b2o17b2o17b2o17b2o$2b2o23b2o13bo
bo17bobo15bobo17bobo$3bo7b2o5b2o7bo14bo6b2o5b2o6bo15bo6b2o5b2o6bo$3o8b
2o5b2o8b3o10b2o6b2o5b2o6b2o13b2o6b2o5b2o6b2o$o29bo2$16bo37bo37bo$14b2o
bo34b2obo34b2obo$15b2o36b2o36b2o!

GUYTU6J
Posts: 2200
Joined: August 5th, 2016, 10:27 am
Location: 拆哪!I repeat, CHINA! (a.k.a. 种花家)
Contact:

Re: Thread for basic questions

Post by GUYTU6J » December 10th, 2022, 6:13 am

Is a bootstrapping, "almost-stable" single-engine "Cordership" possible to be small enough that can be run in Golly in reasonable time? In this hypothetical spaceship I just made up, our little switch engine keeps stepping on two chains of blocks nonstop, occasionally leaping over a hole and releasing a glider sideways.

Code: Select all

x = 62, y = 59, rule = B3/S23
bo2$3bo$20b2o$5bo14b2o7$28b2o$28b2o3$2o$2o3$36b2o$36b2o3$8b2o$8b2o3$
44b2o$44b2o3$16b2o$16b2o3$52b2o$52b2o7$60b2o$60b2o2$53bo$32b2o18bobo$
32b2o$52bo2bo$54b2o$55bo4$40b2o$40b2o10b2o$54bo$52b2o!
#C [[ STOP 576 ]]
Then the glider activates/builds a constructor that moves itself forward, lays a segment of the block track ahead with a new hole and deactivates/self-destructs. To count as "almost-stable", there should be at least 8 cycles of switch engine where it is the sole moving part, and the rest of pattern consists of non-interacting still lives and/or period≤8 oscillators (so no spaceships for data encoding or other uses).

User avatar
rattlesnake
Posts: 146
Joined: May 28th, 2022, 10:10 pm
Location: Following a 37P4H1V0

Re: Thread for basic questions

Post by rattlesnake » December 10th, 2022, 8:00 am

Why does Bx222 contain a long hook with tail if it can be replaced with a block:

Code: Select all

#C [[ THEME 6 ]]
x = 42, y = 35, rule = B3/S23
4b2o15b2o$5bo15bo$5bobo14bo$6bobo12b2o$7bo3b2o17bo6bo$11b2o15b3o5bobo
$27bo8bobo$27b2o6b2ob3o$41bo$2bo15b2o15b2ob3o$2bo15b2o15b2obo$3o$o3$40b
2o$40bo$38bobo$38b2o7$6bo$6bobo$6b3o$8bo20b2o$29bo$18b2o10bo$18b2o2b2o
5b2o$22bobo$24bo$24b2o!
I have discovered SKOP for 115, 188, 492 and gun_ and guntrue_ for 200, 226, 339, 752, 1944, 6624.

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 10th, 2022, 8:38 am

rattlesnake wrote:
December 10th, 2022, 8:00 am
Why does Bx222 contain a long hook with tail if it can be replaced with a block[?]
This question has some miscellaneous history. Long story short, you can get away without the long hook with tail in some very limited situations, but it's useful to have the standard definition include it because otherwise it's difficult to actually connect the conduit to later conduits.

If I remember right, this is the reason why Entity Valkyrie's sig line still reads "Bx222 IS MY WORST ENEMY." -- though I'm hoping that that's seriously out of date now and only hasn't been changed because it's been forgotten.

EDIT: GUYTU6J has pointed out that I misunderstood the question. I don't think there's any good reason to have a long hook with tail there instead of a block. Sometimes the long hook with tail allows the eater5 to move one step closer to the glider source, but clearly that's not the case here.

User avatar
pipsqueek
Posts: 265
Joined: September 10th, 2022, 4:42 pm

Re: Thread for basic questions

Post by pipsqueek » December 10th, 2022, 2:10 pm

something tells me lightspeed signal receiving isn't too far off. if there is a way to create this burning edge with a signal, then we can use another signal to stop the burning. from there we can resynthesize the rest of the wire to use it again:

Code: Select all

x = 88, y = 15, rule = B3/S23
55b2o$3bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bobo$b54o$o
55bo2bo2bo2bo2bo2bo2bo2bo2bo$b82o$83bo$b39o2b41ob2o$o38b2o43bob2o$b39o
2b41ob2o$83bo$b82o$o55bo2bo2bo2bo2bo2bo2bo2bo2bo$b54o$3bo2bo2bo2bo2bo
2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bo2bobo$55b2o!
not quite sure about sending the signals though.

EDIT: sorry! almost forgot this is the thread for basic questions, my question is how could the burning be triggered from a light speed signal

Code: Select all

x=17,y=16,rule=B3/S23
3bo3bobo2bob2o$bobo4bo4b4o$bobo5bobo2b3o$b2obob2o3b2o$3o4b2ob2o2b2o$4b
o4bo$4b2obobob2ob3o$3ob3o2b2o$b3o2bobobo5bo$o3b2o3bobo2b2o$4bo3bob2o3b
o$2obo2bobobo2b2o$3b3o5bo2b2o$2obo4bo2bob2o$o3bob2obo3b2o$2bo8bobobo![[ STOP 3 GPS 4 ]]

AlbertArmStain
Posts: 1233
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: Thread for basic questions

Post by AlbertArmStain » December 12th, 2022, 9:19 pm

By using as least neo-spartan technology as possible, can someone synchronize the glides to make an eater using the input given?

Code: Select all

 x = 1129, y = 1098, rule = LifeHistory
4B$.4B$2.4B$3.4B$4.4B$5.4B$6.4B$7.4B$8.4B$9.4B$10.4B$11.4B$12.4B$13.4B
$14.4B$15.4B$16.4B$17.4B$18.4B$19.4B$20.4B$21.4B$22.4B$23.4B$24.4B$25.
4B$26.4B$27.4B$28.4B$29.4B$30.4B$31.4B$32.4B$33.4B$34.4B$35.4B$36.4B$
37.4B$38.4B$39.4B$40.4B$41.4B$42.4B$43.4B$44.4B$45.4B$46.4B$47.4B$48.
4B$49.4B$50.4B$51.4B$52.4B$53.4B$54.4B$55.4B$56.4B$57.4B$58.4B$59.4B$
60.4B$61.4B$62.4B$63.4B$64.4B$65.4B$66.4B$67.4B$68.4B$69.4B$70.4B$71.
4B$72.4B$73.4B$74.4B$75.4B$76.4B$77.4B$78.4B$79.4B$80.4B$81.4B$82.4B$
83.4B$84.4B$85.4B$86.4B$87.4B$88.4B$89.4B$90.4B$91.4B$92.4B$93.4B$94.
4B$95.4B$96.4B$97.4B$98.4B$99.4B$100.4B$101.4B$102.4B$103.4B$104.4B$105.
4B$106.4B$107.4B$108.4B$109.4B$110.4B$111.4B$112.4B$113.4B597.2A$114.
4B595.A.A$115.4B588.2A4.A$116.4B585.A2.A2.2A.4A$705.2A.A.A.A.A2.A$708.
A.ABABAB$708.A.AB2AB$709.AB.2B$712.3B$712.4B6.2A$710.3B2AB6.A$710.3B2A
B3.BA.A$708.10B.B2A$707.13B$706.14B$705.15B129.A$704.4B2.8B129.3A$703.
4B5.6B128.A$702.4B4.9B126.A.A$701.4B5.2A4.4B124.BA.A5.DB$700.4B7.A5.4B
122.3BA5.BDBD$699.4B5.3A7.4B119.4B6.2B2D$698.4B6.A10.4B116.6B5.4B$697.
4B19.4B114.7B4.4B$696.4B21.4B106.B.4B.8B2.4B$695.4B23.4B104.2AB.17B$694.
4B25.4B103.2A18B$693.4B27.4B103.2B.16B$692.4B29.4B105.16B$691.4B31.4B
105.15B$690.4B33.4B105.12B.B2A$689.4B35.4B104.11B2.BA.A$688.4B37.4B104.
10B5.A$687.4B39.4B81.A21.6B2A2B5.2A$686.4B41.4B80.3A19.6B2A3B$685.4B43.
4B82.A18.10B$684.4B45.4B80.2A6.A7.A.2AB.8B$683.4B47.4B79.4B3.A.A4.3AB
2AB3.7B$682.4B49.4B80.5B.A4.A4.B6.6B$681.4B51.4B78.7B6.3A.2A4.6B$680.
4B53.4B72.B.10B8.A.A6.5B$679.4B55.4B70.2AB.9B8.A.A6.6B$678.4B57.4B69.
2A6B2A3B9.A7.6B$677.4B59.4B69.2B.4B2A3B17.7B$676.4B61.4B71.10B2.2B3.A
8.7B$675.4B63.4B70.13B2A2.3A5.8B$674.4B65.4B69.13B2A5.A4.8B$673.4B67.
4B68.11B.2B5.2A3.8B$672.4B69.4B65.2AB.9B8.4B2.2B2A3B$671.4B71.4B63.A.
AB.7B12.3B.2B2A5B$670.4B73.4B62.A5.7B11.13B$669.4B75.4B60.2A5.8B8.16B
$668.4B77.4B65.4B2.4B7.17B$667.4B79.4B50.4B9.4B4.4B6.16B$666.4B81.4B48.
5B.2B5.4B6.4B5.15B$665.4B83.4B47.9B3.4B8.4B5.13B5.2A$664.4B85.4B44.11B
2.4B10.4B6.10B6.A$663.4B87.4B43.16B12.4B5.10B3.BA.A$662.4B89.4B41.16B
14.4B.15B.B2A$661.4B91.4B40.15B16.21B$660.4B93.4B39.14B18.19B$659.4B95.
4B12.A25.15B17.20B5.2A$658.4B97.4B11.3A6.2A15.17B14.22B4.A$657.4B89.A
9.4B13.A4.B2AB12.21B11.23B.BA.A$656.4B88.3A10.4B11.2A4.3B7.28B11.22B.
B2A$655.4B88.A14.4B10.5B2.B2.2B2.30B12.23B$654.4B89.2A14.4B11.43B12.22B
$653.4B78.A8.5B15.4B9.2A43B14.18B$652.4B79.3A5.4B18.4B8.2A3B2A13B2A23B
12.5B.14B$651.4B83.A3.7B17.4B8.B.2B2A13B2A21B14.2A5.12B$650.4B83.2A2.
9B17.4B9.41B14.A5.10B$649.4B52.2A11.A15.B2.3B.11B16.4B10.11B.26B12.3A
7.B.7B$648.4B52.B2AB9.A.A13.3B3.13B17.4B9.10B4.B2.19B14.A10.8B$647.4B
54.3B9.A.A13.18B2A11.A5.4B7.10B7.19B25.4B.3B$646.4B54.B.B9.2A.3A2.2A7.
18B2A11.3A4.4B7.8B7.21B23.4B$645.4B55.5B8.B4.A2.A6.18B.B15.A4.4B6.7B7.
9B.12B22.4B$644.4B56.6B6.2AB3A3.A.AB2.18B17.2A5.4B6.6B6.4B.5B.12B21.4B
$643.4B57.8B4.2A.A6.2AB2.20B15.4B4.4B5.7B4.4B2.4B3.9B.B2A18.4B$642.4B
59.13B10.24B2.7B.B5.3B4.4B3.7B4.4B13.6B.BA.A16.4B$641.4B58.13B12.24B2.
13B.4B4.13B3.4B14.6B4.A15.4B$640.4B58.15B12.60B2.4B15.5B5.2A13.4B$639.
4B59.15B10.B2.59B.4B17.3B20.4B$638.4B59.17B.B5.68B19.2B19.4B$435.4B19.
2B177.4B60.55B2A34B19.4B17.4B$436.4B19.B176.4B60.13B2A13B2A26B2A34B18.
B2AB17.4B$437.4B194.4B60.14B2A13B2A21B.11B3.2B2.22B19.2A17.4B$438.4B192.
4B60.2AB3.46B2.10B11.20B36.4B$439.4B190.4B60.A2.A4.45B3.6B14.20B35.4B
$440.4B188.4B60.A.2A5.6B3.B2.2B2.28B5.3B15.21B34.4B$441.4B186.4B61.A7.
6B13.4B2.7B.13B4.B16.23B32.4B$442.4B184.4B61.2A6.9B17.6B2.13B3.2A15.4B
.21B29.4B$443.4B182.4B69.4B4.2A19.3B3.11B5.A15.4B2.21B28.4B$444.4B180.
4B69.4B5.A21.B4.9B8.3A11.4B5.20B26.4B$445.4B178.4B69.4B7.3A24.8B10.A10.
4B5.20B26.4B$446.4B176.4B69.4B10.A24.8B20.4B6.19B26.4B$447.4B174.4B69.
4B36.6B21.4B7.19B25.4B$448.4B172.4B69.4B38.5B20.4B7.19B25.4B$449.4B170.
4B69.4B39.3B21.4B7.20B24.4B$450.4B168.4B69.4B63.4B7.4B2.14B24.4B$451.
4B166.4B69.4B46.2A8.A6.4B7.4B3.13B24.4B$452.4B164.4B69.4B46.B2AB5.3A5.
4B7.4B3.11B26.4B$453.4B162.4B69.4B48.3B4.A7.4B7.4B5.9B26.4B$454.4B160.
4B69.4B41.2A5.B.B5.2A5.4B7.4B8.7B17.A7.4B$455.4B158.4B69.4B43.A5.10B4.
4B7.4B11.4B16.3A6.4B$456.4B156.4B69.4B44.A.AB2.8B5.4B7.4B12.3B16.A8.4B
$457.3B155.4B69.4B46.2AB.11B2.4B7.4B11.4B16.A.A6.4B$458.2B154.4B69.4B
49.3B2A13B7.4B12.2A17.BA.A5.4B$459.B153.4B69.4B50.3B2A12B7.4B14.A16.3B
A5.4B$612.4B69.4B52.15B7.4B12.3A15.4B6.4B$611.4B69.4B53.14B7.4B13.A15.
6B5.4B$610.4B69.4B54.14B6.4B29.7B4.4B$609.4B69.4B54.A.14B4.4B23.B.4B.
8B2.4B$608.4B69.4B54.A.A5.5B.4B2.4B23.2AB.17B$607.4B69.4B56.A7.4B2.8B
24.2A18B$606.4B69.4B65.2B5.6B26.2B.16B$605.4B69.4B65.4B5.4B30.16B$604.
4B69.4B66.B2AB4.6B30.15B$603.4B69.4B68.2A4.8B30.12B.B2A$602.4B69.4B74.
4B2.4B29.11B2.BA.A$601.4B69.4B74.4B4.4B29.10B5.A$600.4B69.4B74.4B6.4B
28.6B2A2B5.2A$599.4B69.4B74.4B8.4B27.6B2A3B$598.4B69.4B74.4B10.4B26.10B
$597.4B69.4B74.4B12.4B21.A.2AB.8B$596.4B69.4B74.4B14.4B18.3AB2AB3.7B$
595.4B69.4B74.4B16.4B16.A4.B6.6B$594.4B69.4B74.4B18.4B16.3A.2A4.6B$593.
4B69.4B74.4B20.4B17.A.A6.5B$592.4B64.B4.4B16.A11.2A44.4B22.4B16.A.A6.
6B$591.4B64.3B2.4B16.A.A9.B2AB42.4B24.4B16.A7.6B$590.4B57.2A5.9B17.A.
A9.3B42.4B26.4B23.7B$589.4B59.A4.9B12.2A2.3A.2A9.B.B40.4B28.4B13.A8.7B
$588.4B60.A.AB.8B13.A2.A4.B8.5B39.4B30.4B12.3A5.8B$587.4B62.2AB.9B3.4B
2.BA.A3.3AB2A6.6B38.4B32.4B14.A4.8B$486.4B19.4B73.4B65.11B2.5B2.B2A6.
A.2A4.8B37.4B34.4B12.2A3.8B$487.4B19.4B71.4B66.11B2.8B10.13B37.4B36.4B
11.4B2.2B2A3B$488.4B19.4B69.4B67.21B12.13B34.4B38.4B12.3B.2B2A5B$489.
4B19.4B67.4B69.19B12.15B32.4B40.4B11.13B$490.4B19.4B65.4B69.19B2.B10.
15B31.4B42.4B8.16B$491.4B19.4B63.4B68.26B5.B.17B29.4B44.4B7.17B$492.4B
19.4B61.4B68.51B28.4B46.4B6.16B$493.4B19.4B16.2A6.A34.4B70.21B2A13B2A
13B26.4B48.4B5.15B$494.4B19.4B14.B2AB3.3A33.4B69.23B2A13B2A14B24.4B50.
4B5.13B5.2A$495.4B19.4B13.4B2.A24.A10.4B70.49B3.B2A22.4B52.4B6.10B6.A
$496.4B19.4B13.2B3.2A23.3A7.4B72.47B4.A2.A20.4B54.4B5.10B3.BA.A$523.B
11.4B.3B4.B21.A5.4B73.31B2.2B2.B3.6B5.2A.A18.4B56.4B.15B.B2A$523.2B9.
7B5.3B19.2A4.4B76.12B2.7B2.4B13.6B7.A17.4B58.21B$523.3B5.11B3.6B17.9B
6.2A70.11B3.6B17.9B6.2A15.4B60.19B$523.4B3.12B2.7B2.4B13.6B7.A74.7B5.
3B19.2A4.4B21.4B61.20B.2B$524.35B2.2B2.B3.6B5.2A.A75.4B.3B4.B21.A5.4B
19.4B61.23B2A$525.50B4.A2.A77.2B3.2A23.3A7.4B17.4B61.24B2A$526.50B3.B
2A77.4B2.A24.A10.4B15.4B63.21B.2B$527.23B2A13B2A14B78.B2AB3.3A33.4B13.
4B65.19B$528.22B2A13B2A13B80.2A6.A34.4B11.4B67.17B$528.51B125.4B9.4B71.
14B$529.26B5.B.17B126.4B7.4B70.5B.10B$531.19B2.B10.15B128.4B5.4B71.2A
5.8B$532.19B12.15B129.4B3.4B73.A5.7B$531.21B12.13B131.4B.4B71.3A7.B.4B
$531.11B2.8B10.13B134.7B72.A11.2B$531.11B2.5B2.B2A6.A.2A4.8B134.5B$529.
2AB.9B3.4B2.BA.A3.3AB2A6.6B134.5B$528.A.AB.8B13.A2.A4.B8.5B133.7B$528.
A4.9B12.2A2.3A.2A9.B.B132.4B.4B$527.2A5.9B17.A.A9.3B39.2A91.4B3.4B$535.
3B2.4B16.A.A9.B2AB38.A.A89.4B5.4B$536.B4.4B16.A11.2A41.A4.2A82.4B7.4B
$542.4B66.4A.2A2.A2.A79.4B9.4B$543.4B65.A2.A.A.A.A.2A78.4B11.4B$544.4B
66.BABABA.A80.4B13.4B$496.B48.4B66.B2ABA.A79.4B15.4B$495.2B49.4B66.2B
.BA79.4B17.4B$494.3B50.4B64.3B81.4B19.4B$489.3B.4B51.4B54.2A6.4B80.4B
21.4B$488.8B10.A42.4B7.A46.A6.B2A3B77.4B23.4B$488.7B.B7.3A43.4B6.3A44.
A.AB3.B2A3B76.4B25.4B$488.10B5.A47.4B8.A44.2AB.10B73.4B27.4B$486.12B5.
2A47.4B6.A.A45.13B71.4B29.4B$485.14B.5B48.4B5.A.AB44.14B69.4B31.4B$485.
18B51.4B5.A3B43.15B67.4B33.4B$484.22B49.4B6.4B43.8B2.4B65.4B35.4B$484.
23B49.4B5.6B41.6B5.4B63.4B37.4B$482.2AB.22B49.4B4.7B39.9B4.4B61.4B39.
4B$481.A.AB.23B49.4B2.8B.4B.B31.4B4.2A5.4B59.4B41.4B$481.A4.22B51.17B
.B2A29.4B5.A7.4B57.4B43.4B$480.2A5.20B53.18B2A28.4B7.3A5.4B55.4B45.4B
$488.19B53.16B.2B28.4B10.A6.4B53.4B47.4B$487.21B52.16B30.4B19.4B51.4B
49.4B$485.2AB.15B.4B51.15B30.4B21.4B49.4B51.4B$484.A.AB3.10B5.4B48.2A
B.12B30.4B23.4B47.4B53.4B$484.A6.10B6.4B46.A.AB2.11B29.4B25.4B45.4B55.
4B$483.2A5.13B5.4B45.A5.10B29.4B27.4B43.4B57.4B$489.15B5.4B43.2A5.2B2A
6B28.4B29.4B41.4B59.4B$488.16B6.4B48.3B2A6B27.4B31.4B39.4B61.4B$487.17B
7.4B48.10B26.4B33.4B37.4B63.4B$488.16B8.4B47.8B.B2A.A21.4B35.4B35.4B65.
4B$489.13B11.4B45.7B3.B2AB3A18.4B37.4B33.4B67.4B$489.5B2A2B.3B12.4B44.
6B6.B4.A16.4B39.4B31.4B69.4B$491.3B2A2B2.4B11.4B44.6B4.2A.3A16.4B41.4B
29.4B71.4B$491.8B3.2A12.4B43.5B6.A.A17.4B43.4B27.4B73.4B$490.8B4.A14.
4B41.6B6.A.A16.4B45.4B25.4B75.4B$490.8B5.3A12.4B40.6B7.A16.4B47.4B23.
4B77.4B$490.7B8.A13.4B38.7B23.4B49.4B21.4B79.4B$490.7B23.4B7.A29.7B8.
A13.4B51.4B19.4B81.4B$491.6B7.A16.4B6.3A27.8B5.3A12.4B53.4B17.4B83.4B
$491.6B6.A.A16.4B8.A26.8B4.A14.4B55.4B15.4B85.4B$492.5B6.A.A17.4B6.A.
A26.8B3.2A12.4B57.4B13.4B87.4B$492.6B4.2A.3A16.4B5.A.AB25.3B2A2B2.4B11.
4B59.4B11.4B89.4B$491.6B6.B4.A16.4B5.A3B22.5B2A2B.3B12.4B61.4B9.4B91.
4B$491.7B3.B2AB3A18.4B6.4B20.13B11.4B63.4B7.4B93.4B$492.8B.B2A.A21.4B
5.6B17.16B8.4B65.4B5.4B95.4B$492.10B26.4B4.7B15.17B7.4B67.4B3.4B97.4B
$491.3B2A6B27.4B2.8B.4B.B9.16B6.4B69.4B.4B99.4B$485.2A5.2B2A6B28.17B.
B2A9.15B5.4B71.7B101.4B$486.A5.10B29.18B2A3.2A5.13B5.4B73.5B103.4B$486.
A.AB2.11B28.16B.2B5.A6.10B6.4B74.5B13.A90.4B$487.2AB.12B28.16B8.A.AB3.
10B5.4B74.7B10.3A91.4B$489.15B27.15B10.2AB.15B.4B74.4B.4B8.A95.4B$489.
16B24.2AB.12B13.21B74.4B3.4B7.2A95.4B$489.16B.2B20.A.AB2.11B14.19B74.
4B5.4B3.5B96.4B$489.18B2A19.A5.10B7.2A5.20B73.4B7.4B2.3B99.4B$488.17B
.B2A18.2A5.2B2A6B8.A4.22B14.A56.4B9.9B7.2A90.4B$487.4B2.8B.4B.B25.3B2A
6B8.A.AB.23B12.A.A54.4B11.8B8.A91.4B$486.4B4.7B33.10B9.2AB.22B12.2BAB
53.4B13.10B3.B.A.2A89.4B$476.B8.4B5.6B34.8B.B2A.A7.23B14.2B53.4B14.7B
2A2B.B3A2.A90.4B$476.2B6.4B6.4B35.7B3.B2AB3A5.22B16.3B.B48.4B15.7B2A3B
AB2.2A92.4B$476.3B4.4B5.A3B37.6B6.B4.A5.18B13.2A3.9B44.4B16.12B4A95.4B
$476.4B2.4B5.A.AB39.6B4.2A.3A6.14B.5B10.B2AB.11B10.2A30.4B15.2AB.7B3.
2B.A96.4B$477.8B6.A.A40.5B6.A.A9.12B5.2A3.2A6.3B.12B.2B6.A30.4B15.A.A
B.7B2.B3A98.4B$478.6B8.A40.6B6.A.A11.10B5.A5.A5.3B2.16B2.BA.A29.4B16.
A5.4B4.A102.4B$479.4B6.3A41.6B7.A12.9B7.3A2.A.AB.5B.15B.B.B2A29.4B16.
2A5.4B5.5A98.4B$478.6B5.A42.7B20.8B10.A3.2AB.2B2A21B30.4B23.4B10.A99.
4B$477.8B47.7B8.A12.8B15.4B2A22B28.4B15.A7.4B9.A102.4B$476.4B2.4B46.8B
5.3A12.4B.4B14.28B27.4B14.3A6.4B10.2A102.4B$475.3CB4.4B45.8B4.A14.4B3.
4B13.29B9.2A14.4B14.A8.4B116.4B$474.3BC6.4B45.8B3.2A12.4B5.4B14.29B7.
A14.4B14.A.A6.4B118.4B$473.3BC8.4B44.3B2A2B2.4B11.4B7.4B11.31B4.BA.A13.
4B14.BA.A5.4B120.4B$472.4B10.4B7.A33.5B2A2B.3B12.4B9.4B8.A.2A32B.B2A13.
4B14.3BA5.4B122.4B$471.4B12.4B6.3A31.13B11.4B11.4B5.3AB2AB6.27B14.4B13.
4B6.4B124.4B$470.4B14.4B8.A29.16B8.4B13.4B3.A4.B9.8B2A16B13.4B12.6B5.
4B126.4B$469.4B16.4B6.A.A27.17B7.4B15.4B3.3A.2A10.6B2A14B14.4B12.7B4.
4B128.4B$468.4B18.4B5.A.AB27.16B6.4B17.4B4.A.A12.22B12.4B6.B.4B.8B2.4B
130.4B$467.4B20.4B5.A3B27.15B5.4B19.4B3.A.A13.17B.4B10.4B6.2AB.17B132.
4B$466.4B22.4B6.4B19.2A5.13B5.4B21.4B3.A16.14B3.4B8.4B7.2A18B134.4B$465.
4B24.4B5.6B18.A6.10B6.4B23.4B20.12B5.4B6.4B9.2B.16B135.4B$464.4B26.4B
4.7B17.A.AB3.10B5.4B25.4B20.12B5.4B4.4B13.16B136.4B$463.4B28.4B2.8B.4B
.B11.2AB.15B.4B27.4B21.11B5.4B2.4B15.15B137.4B$462.4B30.17B.B2A12.21B
29.4B21.11B5.8B17.12B.B2A136.4B$461.4B32.18B2A13.19B31.4B22.10B5.6B18.
11B2.BA.A136.4B$460.4B33.16B.2B6.2A5.20B32.4B22.B.B3.4B5.4B20.10B5.A137.
4B$459.4B34.16B10.A4.22B32.4B22.3B3.4B3.6B19.6B2A2B5.2A137.4B$458.4B35.
15B11.A.AB.23B32.4B20.B2AB4.4B.8B18.6B2A3B144.4B$457.4B34.2AB.12B13.2A
B.22B34.4B20.2A6.7B2.4B17.10B146.4B$456.4B34.A.AB2.11B15.23B36.4B28.5B
4.4B12.A.2AB.8B147.4B$455.4B35.A5.10B16.22B38.4B27.5B5.4B9.3AB2AB3.7B
147.4B$454.4B35.2A5.2B2A6B17.18B42.4B25.7B5.4B7.A4.B6.6B148.4B$453.4B
42.3B2A6B17.14B.5B41.4B23.4B.4B5.4B7.3A.2A4.6B150.4B$452.4B44.10B18.12B
5.2A42.4B21.4B3.4B5.4B8.A.A6.5B151.4B$451.4B45.8B.B2A.A16.10B5.A44.4B
19.4B5.4B5.4B7.A.A6.6B151.4B$450.4B45.7B3.B2AB3A14.9B7.3A42.4B17.4B7.
4B5.4B7.A7.6B152.4B$449.4B46.6B6.B4.A13.8B10.A43.4B15.4B9.4B5.4B14.7B
152.4B$448.4B48.6B4.2A.3A15.8B54.4B13.4B11.4B5.4B4.A8.7B153.4B$379.B67.
4B49.5B6.A.A17.4B.4B54.4B11.4B13.4B5.4B3.3A5.8B154.4B$379.2B65.4B49.6B
6.A.A16.4B3.4B54.5B8.4B15.4B5.4B5.A4.8B155.4B$379.3B63.4B50.6B7.A16.4B
5.4B54.5B6.4B17.4B5.4B3.2A3.8B157.4B$379.4B61.4B50.7B23.4B7.4B54.4B5.
4B19.4B5.4B2.4B2.2B2A3B158.4B$379.5B59.4B51.7B8.A13.4B9.4B53.5B3.4B21.
4B5.4B3.3B.2B2A5B157.4B$380.5B57.4B52.8B5.3A12.4B11.4B48.2B.7B.4B23.4B
5.4B2.13B158.4B$381.5B55.4B53.8B4.A14.4B13.4B46.16B24.4B5.19B158.4B$382.
5B53.4B55.8B3.2A12.4B15.4B44.17B.2B22.4B5.19B158.4B$383.5B51.4B56.3B2A
2B2.4B11.4B17.4B43.19B2A22.4B5.17B160.4B$384.5B49.4B55.5B2A2B.3B12.4B
19.4B42.17B.B2A23.4B5.15B162.4B$385.5B47.4B56.13B11.4B21.4B41.18B.B25.
4B5.13B5.2A157.4B$386.5B45.4B56.16B8.4B23.4B40.18B28.4B5.11B6.A159.4B
$387.5B43.4B56.17B7.4B25.4B37.2A19B28.4B5.10B3.BA.A160.4B$388.5B41.4B
58.16B6.4B27.4B35.A.A15B.4B13.A14.4B.15B.B2A162.4B$389.5B39.4B60.15B5.
4B29.4B34.A4.13B2.4B10.3A15.21B165.4B$390.5B37.4B55.2A5.13B5.4B31.4B32.
2A5.B.2B2A7B2.4B8.A19.19B167.4B$391.5B35.4B57.A6.10B6.4B33.4B42.2A4B.
2A3.4B7.2A18.20B5.2A160.4B$392.5B33.4B58.A.AB3.10B5.4B35.4B44.2B.BA.A
3.4B3.5B17.22B4.A162.4B$393.5B31.4B60.2AB.15B.4B37.4B47.B2A4.4B2.3B18.
23B.BA.A163.4B$394.5B29.4B63.21B39.4B44.4B6.9B7.2A9.22B.B2A165.4B$395.
5B27.4B65.19B41.4B43.2A9.8B8.A10.23B168.4B$396.5B25.4B58.2A5.20B42.4B
43.A10.10B3.B.A.2A8.22B169.4B$397.5B23.4B60.A4.22B42.4B39.3A11.7B2A2B
.B3A2.A11.18B171.4B$398.5B21.4B61.A.AB.23B42.4B38.A13.7B2A3BAB2.2A10.
5B.14B172.4B$399.5B19.4B63.2AB.22B44.4B51.12B4A12.2A5.13B173.4B$400.5B
17.4B66.23B46.4B48.2AB.7B3.2B.A13.A5.14B173.4B$401.5B15.4B67.22B48.4B
46.A.AB.7B2.B3A11.3A7.B.7B.4B173.4B$402.5B13.4B69.18B52.4B45.A5.4B4.A
14.A10.8B2.4B173.4B$403.5B11.4B70.14B.5B51.4B43.2A5.4B5.5A19.4B.3B4.4B
173.4B$404.5B9.4B72.12B5.2A52.4B48.4B10.A18.4B10.4B173.4B$405.5B7.4B75.
10B5.A54.4B13.A32.4B9.A19.4B12.4B173.4B$406.5B5.4B76.7B.B7.3A52.4B10.
3A31.4B10.2A17.4B14.4B173.4B$407.5B3.4B77.8B10.A53.4B8.A33.4B29.4B16.
4B173.4B$408.5B.4B79.3B.4B64.4B7.2A31.4B29.4B18.4B173.4B$409.8B85.4B13.
A50.4B3.5B30.4B29.4B20.4B173.4B$410.6B87.4B10.3A51.4B2.3B31.4B29.4B22.
4B173.4B$411.5B88.4B8.A55.9B7.2A20.4B29.4B24.4B173.4B$410.7B88.4B7.2A
55.8B8.A19.4B29.4B26.4B173.4B$409.9B88.4B3.5B56.10B3.B.A.2A15.4B29.4B
28.4B173.4B$408.4B2.5B88.4B2.3B58.7B2A2B.B3A2.A14.4B29.4B30.4B173.4B$
407.4B4.5B88.9B7.2A48.7B2A3BAB2.2A14.4B21.A7.4B32.4B173.4B$406.4B6.5B
88.8B8.A48.12B4A15.4B20.3A6.4B34.4B173.4B$405.4B8.5B88.10B3.B.A.2A43.
2AB.7B3.2B.A14.4B20.A8.4B36.4B173.4B$404.4B10.5B87.7B2A2B.B3A2.A42.A.
AB.7B2.B3A14.4B20.A.A6.4B38.4B173.4B$403.4B12.5B86.7B2A3BAB2.2A43.A5.
4B4.A16.4B20.BA.A5.4B40.4B173.4B$402.4B14.5B85.12B4A44.2A5.4B5.5A10.4B
20.3BA5.4B42.4B173.4B$401.4B16.5B82.2AB.7B3.2B.A50.4B10.A9.4B19.4B6.4B
44.4B173.4B$400.4B18.5B80.A.AB.7B2.B3A50.4B9.A10.4B18.6B5.4B46.4B173.
4B$399.4B20.5B79.A5.4B4.A52.4B10.2A8.4B18.7B4.4B48.4B173.4B$398.4B22.
5B77.2A5.4B5.5A46.4B20.4B12.B.4B.8B2.4B50.4B173.4B$397.4B24.5B82.4B10.
A45.4B20.4B12.2AB.17B52.4B173.4B$396.4B26.5B80.4B9.A46.4B20.4B13.2A18B
54.4B173.4B$395.4B28.5B78.4B10.2A44.4B20.4B15.2B.16B55.4B173.4B$394.4B
30.5B76.4B56.4B20.4B19.16B56.4B173.4B$393.4B32.5B74.4B56.4B20.4B21.15B
57.4B173.4B$392.4B34.5B72.4B56.4B20.4B23.12B.B2A56.4B173.4B$391.4B36.
5B70.4B56.4B20.4B24.11B2.BA.A56.4B173.4B$390.4B38.5B68.4B56.4B12.A7.4B
26.10B5.A46.2A9.4B173.4B$389.4B40.5B66.4B56.4B11.3A6.4B27.6B2A2B5.A.A
B42.B2AB9.4B173.4B$388.4B42.5B64.4B56.4B11.A8.4B28.6B2A3B5.2AB43.2B6.
B4.4B173.4B$387.4B44.5B62.4B56.4B11.A.A6.4B29.10B8.3B42.2B4.3B4.4B173.
4B$386.4B46.5B60.4B56.4B11.BA.A5.4B26.A.2AB.8B8.4B40.14B.4B173.4B$385.
4B48.5B58.4B56.4B11.3BA5.4B25.3AB2AB3.7B8.4B39.14B2.4B173.4B$384.4B50.
5B56.4B56.4B10.4B6.4B25.A4.B6.6B9.4B29.B5.17B3.4B173.4B$383.4B52.5B54.
4B56.4B9.6B5.4B27.3A.2A4.6B11.4B27.25B3.4B173.4B$382.4B54.5B52.4B56.4B
9.7B4.4B30.A.A6.5B12.4B24.29B2.4B173.4B$381.4B56.5B50.4B56.4B3.B.4B.8B
2.4B31.A.A6.6B12.4B21.B.30B2.4B173.4B$380.4B58.5B48.4B56.4B3.2AB.17B33.
A7.6B13.4B19.2A32B2.4B173.4B$379.4B60.5B46.4B56.4B4.2A18B42.7B13.4B18.
2A33B2.4B173.4B$379.3B62.5B44.4B56.4B6.2B.16B33.A8.7B14.4B18.28B3.4B2.
4B173.4B$379.2B64.5B42.4B56.4B10.16B33.3A5.8B15.4B17.3B4.B.16B7.4B2.4B
173.4B$379.B66.5B40.4B56.4B12.15B36.A4.8B16.4B27.10B.2B9.4B2.4B173.4B
$447.5B38.4B56.4B14.12B.B2A33.2A3.8B18.4B27.9B13.4B2.4B173.4B$448.5B36.
4B56.4B15.11B2.BA.A32.4B2.2B2A3B19.4B23.11B15.4B2.4B173.4B$449.5B34.4B
56.4B17.10B5.A34.3B.2B2A5B18.4B21.12B16.4B2.4B173.4B$450.5B32.4B13.2A
6.A34.4B18.6B2A2B5.2A33.13B19.4B20.12B17.4B2.4B173.4B$451.5B30.4B13.B
2AB3.3A33.4B19.6B2A3B37.16B19.4B19.11B19.4B2.4B173.4B$452.5B28.4B14.4B
2.A24.A10.4B20.10B38.17B19.4B18.8B.4B18.4B2.4B173.4B$453.5B26.4B16.2B
3.2A23.3A7.4B17.A.2AB.8B38.16B21.4B17.7B4.2A19.4B2.4B173.4B$454.5B24.
4B16.4B.3B4.B21.A5.4B16.3AB2AB3.7B37.15B7.A15.4B16.7B4.A21.4B2.4B173.
4B$455.5B22.4B16.7B5.3B19.2A4.4B16.A4.B6.6B38.13B8.3A14.4B15.6B6.3A19.
4B2.4B173.4B$366.4B86.5B20.4B14.11B3.6B17.9B6.2A10.3A.2A4.6B31.A8.11B
12.A14.4B13.7B8.A20.4B2.4B173.4B$365.4B88.5B18.4B14.12B2.7B2.4B13.6B7.
A13.A.A6.5B31.3A6.15B7.2A15.4B11.8B30.4B2.4B173.4B$364.4B90.5B16.4B13.
31B2.2B2.B3.6B5.2A.A13.A.A6.6B33.A3.20B4.B4.7B.B4.4B9.8B32.4B2.4B173.
4B$363.4B92.5B14.4B14.47B4.A2.A15.A7.6B32.2A3.25B4.13B.4B7.9B33.4B2.4B
173.4B$362.4B94.5B12.4B14.49B3.B2A24.7B31.62B.6B33.4B2.4B173.4B$361.4B
96.5B10.4B15.23B2A13B2A14B25.7B33.59B.7B34.4B2.4B173.4B$360.4B98.5B8.
4B18.21B2A13B2A13B25.8B31.60B2.6B36.4B2.4B173.4B$359.4B100.5B6.4B18.51B
26.8B30.37B2A22B.7B37.4B2.4B173.4B$358.4B102.5B4.4B20.26B5.B.17B25.8B
31.37B2A31B37.4B2.4B173.4B$357.4B104.5B2.4B23.19B2.B10.15B27.2B2A3B31.
44B3.2B2.19B38.4B2.4B173.4B$356.4B106.9B25.19B12.15B27.2B2A5B27.2AB.29B
2.10B10.18B38.4B2.4B173.4B$355.4B108.7B25.21B12.13B16.A7.13B26.A.AB.19B
.8B4.6B12.19B3.B35.4B2.4B173.4B$354.4B110.5B26.11B2.8B10.13B17.A.A4.16B
25.A5.23B9.3B13.4B2.15B.B2A35.4B2.4B173.4B$353.4B111.6B25.11B2.5B2.B2A
6.A.2A4.8B16.A.A4.17B23.2A5.7B.13B11.B14.4B2.18B2A31.2A3.4B2.4B173.4B
$352.4B103.A7.8B22.2AB.9B3.4B2.BA.A3.3AB2A6.6B14.3A.2A3.16B32.3B.3B.4B
4.3B11.2A14.3B3.12B2A3B.B31.B2AB3.4B2.4B173.4B$351.4B102.3A6.4B.5B20.
A.AB.8B13.A2.A4.B8.5B13.A4.B4.15B32.2B2.3B3.B4.4B12.A13.4B5.11B2A2B35.
2B5.4B2.4B173.4B$350.4B102.A8.4B3.5B19.A4.9B12.2A2.3A.2A9.B.B14.3AB2A
4.13B32.B2AB.B2AB7.2A15.3A10.2A7.10B2.2B37.2B4.5B2.4B173.4B$349.4B102.
A.A6.4B5.5B17.2A5.9B17.A.A9.3B17.A.2A4.12B34.2A3.2A9.A17.A11.A9.B.6B3.
2B35.14B.4B173.4B$348.4B102.BA.A5.4B7.5B24.3B2.4B16.A.A9.B2AB18.18B47.
3A27.3A14.4B2.B2AB34.14B2.4B173.4B$347.4B102.3BA5.4B9.5B24.B4.4B16.A11.
2A21.16B47.A29.A15.B2A2B3.2A26.B5.18B2.4B173.4B$346.4B101.4B6.4B11.5B
29.4B49.18B93.2A32.26B2.4B173.4B$345.4B100.6B5.4B13.5B29.4B48.18B125.
29B2.4B173.4B$344.4B100.7B4.4B15.5B29.4B47.18B123.B.30B2.4B173.4B$343.
4B94.B.4B.8B2.4B17.5B29.4B46.18B122.2A32B2.4B173.4B$342.4B94.2AB.17B19.
5B29.4B46.18B97.A23.2A33B2.4B173.4B$341.4B95.2A18B21.5B29.4B45.18B95.
3A24.28B3.4B2.4B173.4B$340.4B97.2B.16B22.5B29.4B42.2AB.17B93.A27.3B4.
B.16B7.4B2.4B173.4B$339.4B101.16B23.5B29.4B40.A.AB.18B92.2A37.10B.2B9.
4B2.4B173.4B$338.4B103.15B24.5B29.4B39.A4.4B2.7B2.4B79.A8.5B38.9B13.4B
2.4B173.4B$337.4B105.12B.B2A23.5B29.4B37.2A5.3B4.3B5.4B78.3A5.4B37.11B
15.4B2.4B173.4B$336.4B106.11B2.BA.A23.5B29.4B51.3B5.4B7.A72.A3.7B34.12B
16.4B2.4B173.4B$335.4B108.10B5.A24.5B29.4B49.4B6.4B6.3A69.2A2.9B33.12B
17.4B2.4B173.4B$334.4B109.6B2A2B5.2A24.5B29.4B47.B2A2B7.4B8.A36.2A11.
A15.B2.3B.11B31.11B19.4B2.4B173.4B$333.4B110.6B2A3B31.5B29.4B47.2A10.
4B6.A.A34.B2AB9.A.A13.3B3.13B31.8B.4B18.4B2.4B173.4B$332.4B111.10B33.
5B29.4B59.4B5.A.AB34.3B9.A.A13.18B2A11.A18.7B4.2A19.4B2.4B173.4B$331.
4B108.A.2AB.8B34.5B29.4B59.4B5.A3B32.B.B9.2A.3A2.2A7.18B2A11.3A16.7B4.
A21.4B2.4B173.4B$330.4B107.3AB2AB3.7B34.5B29.4B59.4B6.4B30.5B8.B4.A2.
A6.18B.B15.A15.6B6.3A19.4B2.4B173.4B$329.4B107.A4.B6.6B35.5B29.4B59.4B
5.6B28.6B6.2AB3A3.A.AB2.18B17.2A14.7B8.A20.4B2.4B173.4B$328.4B109.3A.
2A4.6B37.5B29.4B59.4B4.7B27.8B4.2A.A6.2AB2.20B15.4B11.8B30.4B2.4B173.
4B$327.4B112.A.A6.5B38.5B29.4B59.4B2.8B.4B.B21.13B10.24B2.7B.B5.3B9.8B
32.4B2.4B173.4B$326.4B113.A.A6.6B38.5B29.4B59.17B.B2A18.13B12.24B2.13B
.4B7.9B33.4B2.4B173.4B$325.4B115.A7.6B39.5B29.4B59.18B2A17.15B12.53B.
6B33.4B2.4B173.4B$324.4B124.7B39.5B29.4B58.16B.2B18.15B10.B2.51B.7B34.
4B2.4B173.4B$323.4B125.7B40.5B29.4B57.16B20.17B.B5.55B2.6B36.4B2.4B173.
4B$322.4B125.8B41.5B29.4B56.15B21.55B2A22B.7B37.4B2.4B173.4B$321.4B126.
8B42.5B29.4B53.2AB.12B21.13B2A13B2A26B2A31B24.2A11.4B2.4B173.4B$320.4B
126.8B44.5B29.4B51.A.AB2.11B20.14B2A13B2A21B.11B3.2B2.19B23.B2AB11.4B
2.4B173.4B$319.4B128.2B2A3B45.5B29.4B50.A5.10B20.2AB3.46B2.10B10.18B23.
2B6.B6.4B2.4B173.4B$318.4B129.2B2A5B44.5B29.4B48.2A5.2B2A6B19.A2.A4.45B
3.6B12.19B3.B20.2B4.3B6.4B2.4B173.4B$317.4B118.A7.13B45.5B29.4B53.3B2A
6B18.A.2A5.6B3.B2.2B2.28B5.3B13.4B2.15B.B2A18.14B3.4B2.4B173.4B$316.4B
118.A.A4.16B45.5B29.4B53.10B18.A7.6B13.4B2.7B.13B4.B14.4B2.18B2A18.14B
4.4B2.4B173.4B$315.4B119.A.A4.17B45.5B29.4B52.8B.B2A.A13.2A6.9B17.6B2.
13B3.2A14.3B3.12B2A3B.B10.B5.17B5.4B2.4B173.4B$314.4B118.3A.2A3.16B47.
5B29.4B50.7B3.B2AB3A18.4B4.2A19.3B3.11B5.A13.4B5.11B2A2B12.25B5.4B2.4B
173.4B$313.4B118.A4.B4.15B49.5B29.4B49.6B6.B4.A16.4B5.A21.B4.9B5.A.A13.
2A7.10B2.2B11.29B4.4B2.4B173.4B$312.4B120.3AB2A4.13B51.5B29.4B49.6B4.
2A.3A16.4B7.3A24.8B5.2A15.A9.B.6B3.2B8.B.30B4.4B2.4B173.4B$311.4B123.
A.2A4.12B53.5B29.4B48.5B6.A.A17.4B10.A24.8B19.3A14.4B2.B2AB6.2A32B4.4B
2.4B173.4B$310.4B126.18B54.5B29.4B46.6B6.A.A16.4B36.6B21.A8.A6.B2A2B3.
2A7.2A33B4.4B2.4B173.4B$309.4B129.16B55.5B29.4B45.6B7.A16.4B38.5B28.3A
7.2A15.28B3.4B4.4B2.4B173.4B$308.4B129.18B55.5B29.4B43.7B23.4B39.3B29.
A27.3B4.B.16B7.4B4.4B2.4B173.4B$307.4B130.18B56.5B29.4B42.7B8.A13.4B72.
2A37.10B.2B9.4B4.4B2.4B173.4B$306.4B131.18B57.5B29.4B41.8B5.3A12.4B61.
A8.5B38.9B13.4B4.4B2.4B173.4B$305.4B132.18B58.5B29.4B40.8B4.A14.4B62.
3A5.4B37.11B15.4B4.4B2.4B173.4B$304.4B134.18B58.5B29.4B40.8B3.2A12.4B
66.A3.7B34.12B16.4B4.4B2.4B173.4B$303.4B135.18B59.5B29.4B39.3B2A2B2.4B
11.4B66.2A2.9B33.12B17.4B4.4B2.4B173.4B$302.4B134.2AB.17B59.5B29.4B36.
5B2A2B.3B12.4B35.2A11.A15.B2.3B.11B31.11B19.4B4.4B2.4B173.4B$301.4B134.
A.AB.18B59.5B29.4B35.13B11.4B35.B2AB9.A.A13.3B3.13B31.8B.4B18.4B4.4B2.
4B173.4B$300.4B135.A4.4B2.7B2.4B59.5B29.4B33.16B8.4B37.3B9.A.A13.18B2A
11.A18.7B4.2A19.4B4.4B2.4B173.4B$299.4B135.2A5.3B4.3B5.4B59.5B29.4B31.
17B7.4B37.B.B9.2A.3A2.2A7.18B2A11.3A16.7B4.A21.4B4.4B2.4B173.4B$298.4B
151.3B5.4B59.5B29.4B31.16B6.4B38.5B8.B4.A2.A6.18B.B15.A15.6B6.3A19.4B
4.4B2.4B173.4B$297.4B151.4B6.4B59.5B29.4B31.15B5.4B39.6B6.2AB3A3.A.AB
2.18B17.2A14.7B8.A20.4B4.4B2.4B173.4B$296.4B151.B2A2B7.4B59.5B29.4B24.
2A5.13B5.4B40.8B4.2A.A6.2AB2.20B15.4B11.8B30.4B4.4B2.4B173.4B$295.4B153.
2A10.4B59.5B29.4B24.A6.10B6.4B42.13B10.24B2.7B.B5.3B9.8B32.4B4.4B2.4B
173.4B$294.4B167.4B59.5B29.4B23.A.AB3.10B5.4B41.13B12.24B2.13B.4B7.9B
33.4B4.4B2.4B173.4B$293.4B169.4B59.5B29.4B23.2AB.15B.4B41.15B12.53B.6B
33.4B4.4B2.4B173.4B$292.4B171.4B59.5B29.4B24.21B42.15B10.B2.51B.7B34.
4B4.4B2.4B173.4B$291.4B173.4B59.5B29.4B24.19B42.17B.B5.55B2.6B36.4B4.
4B2.4B173.4B$290.4B175.4B59.5B29.4B19.2B.20B42.55B2A22B.7B37.4B4.4B2.
4B173.4B$289.4B177.4B59.5B29.4B17.2A23B40.13B2A13B2A26B2A31B37.4B4.4B
2.4B173.4B$288.4B179.4B59.5B29.4B16.2A24B38.14B2A13B2A21B.11B3.2B2.19B
38.4B4.4B2.4B173.4B$287.4B181.4B59.5B29.4B16.2B.21B38.2AB3.46B2.10B10.
18B38.4B4.4B2.4B173.4B$286.4B183.4B59.5B29.4B19.19B38.A2.A4.45B3.6B12.
19B3.B35.4B4.4B2.4B173.4B$285.4B185.4B59.5B29.4B19.17B38.A.2A5.6B3.B2.
2B2.28B5.3B13.4B2.15B.B2A35.4B4.4B2.4B173.4B$284.4B187.4B59.5B29.4B18.
14B41.A7.6B13.4B2.7B.13B4.B14.4B2.18B2A36.4B4.4B2.4B173.4B$283.4B189.
4B59.5B29.4B17.10B.5B38.2A6.9B17.6B2.13B3.2A13.4B3.12B2A3B.B38.4B4.4B
2.4B173.4B$282.4B191.4B59.5B29.4B17.8B5.2A45.4B4.2A19.3B3.11B5.A13.4B
5.11B2A2B42.4B4.4B2.4B173.4B$281.4B193.4B59.5B29.4B17.7B5.A45.4B5.A21.
B4.9B8.3A9.4B6.10B2.2B44.4B4.4B2.4B173.4B$280.4B195.4B59.5B29.4B16.4B
.B7.3A41.4B7.3A24.8B10.A8.4B9.B.6B3.2B44.4B4.4B2.4B173.4B$279.4B197.4B
59.5B29.4B17.2B11.A40.4B10.A24.8B18.4B14.4B2.B2AB44.4B.B2.4B2.4B173.4B
$278.4B199.4B59.5B29.4B69.4B36.6B19.4B14.B2A2B3.2A46.6B2.4B2.4B173.4B
$277.4B201.4B59.5B29.4B67.4B38.5B18.4B16.2A54.7B.4B2.4B173.4B$276.4B203.
4B59.5B29.4B65.4B39.3B19.4B45.2A26.13B2.4B173.4B$275.4B205.4B59.5B29.
4B63.4B61.4B47.A4.3B16.17B2.4B173.4B$274.4B207.4B59.5B29.4B61.4B61.4B
48.A.A5B14.20B2.4B143.2B11.A16.4B$273.4B209.4B59.5B29.4B59.4B61.4B50.
2A6B13.16B.4B2.4B140.4B.B7.3A17.4B$272.4B211.4B59.5B29.4B57.4B61.4B53.
6B6.B5.17B2.4B2.4B139.7B5.A21.4B$271.4B213.4B59.5B29.4B55.4B61.4B55.6B
.B2.25B2.4B2.4B137.8B5.2A21.4B$270.4B215.4B59.5B29.4B53.4B61.4B55.38B
.4B2.4B135.10B.5B22.4B$269.4B217.4B59.5B29.4B51.4B53.A7.4B56.39B.4B2.
4B134.14B25.4B$268.4B219.4B59.5B29.4B49.4B52.3A6.4B55.B2.39B.4B2.4B133.
17B23.4B$267.4B221.4B59.5B29.4B47.4B52.A8.4B55.2AB.40B.4B2.4B131.19B23.
4B$266.4B223.4B59.5B29.4B10.A34.4B52.A.A6.4B56.2A4B2A37B.4B2.4B126.2B
.21B23.4B$265.4B225.4B59.5B29.4B7.3A33.4B52.BA.A5.4B58.2B.2B2A6B3.29B
.4B2.4B124.2A24B23.4B$264.4B227.4B59.5B29.4B5.A21.B13.4B52.3BA5.4B62.
5B2.B5.30B.4B2.4B123.2A23B25.4B$263.4B229.4B59.5B29.4B4.2A19.3B11.4B51.
4B6.4B62.6B8.23B.7B.4B2.4B123.2B.20B27.4B$262.4B231.4B59.5B21.2A6.9B17.
6B8.5B50.6B5.4B63.4B10.23B2.7B.4B2.4B126.19B28.4B$261.4B233.4B59.5B21.
A7.6B13.4B2.7B3.8B50.7B4.4B64.2B2AB8.20B2.B4.7B.4B2.4B124.21B28.4B$260.
4B235.4B59.5B20.A.2A5.6B3.B2.2B2.26B43.B.4B.8B2.4B63.2AB.2A8.20B9.7B.
4B2.4B121.2AB.15B.4B28.4B$259.4B237.4B59.5B20.A2.A4.43B41.2AB.17B63.A
.AB11.15B.2B12.7B.4B2.4B119.A.AB3.10B5.4B28.4B$22.A235.4B239.4B59.5B20.
2AB3.44B.3B37.2A18B64.A12.2AB2.8B.3B16.7B.4B2.4B118.A6.10B6.4B28.4B$11.
A9.A.A233.4B241.4B59.5B20.14B2A13B2A22B38.2B.16B63.2A11.A.AB2.7B22.7B
.4B2.4B116.2A5.13B5.4B28.4B$11.3A7.A.A232.4B243.4B59.5B20.13B2A13B2A21B
2A40.16B76.A5.7B23.7B.4B2.4B121.15B5.4B28.4B$14.A5.2A.3A229.4B245.4B59.
5B20.48B.B2A41.15B75.2A5.6B25.7B.4B2.4B119.16B6.4B28.4B$13.2A6.B4.A227.
4B247.4B59.5B19.17B.B5.23B3.B43.12B.B2A79.7B26.7B.4B2.4B117.17B7.4B28.
4B$13.5B.B2AB3A227.4B249.4B59.5B19.15B10.B2.18B47.11B2.BA.A77.8B27.7B
.4B2.4B117.16B8.4B28.4B$15.3B.B2A.A228.4B251.4B59.5B18.15B13.17B49.10B
5.A76.8B29.7B.4B2.4B117.13B11.4B28.4B$13.9B229.4B253.4B59.5B18.13B14.
17B49.6B2A2B5.A.AB72.9B30.7B.4B2.4B116.5B2A2B.3B12.4B28.4B$10.B.9B229.
4B255.4B59.5B19.13B12.19B47.6B2A3B5.2AB71.4B.6B30.7B.4B2.4B117.3B2A2B
2.4B11.4B28.4B$9.2A3B2A5B228.4B257.4B59.5B17.8B4.2A.A11.18B47.10B8.3B
68.4B.7B31.7B.4B2.4B116.8B3.2A12.4B28.4B$9.2A3B2A5B227.4B259.4B59.5B16.
6B6.2AB3A9.4B2.12B43.A.2AB.8B8.4B66.4B2.6B33.7B.4B2.4B114.8B4.A14.4B28.
4B$10.2B.8B226.4B261.4B59.5B15.5B8.B4.A14.11B42.3AB2AB3.7B8.4B64.4B3.
6B34.7B.4B2.4B113.8B5.3A12.4B28.4B$14.7B225.4B263.4B59.5B14.B.B9.2A.3A
15.8B44.A4.B6.6B9.4B62.4B4.6B35.7B.4B2.4B112.7B8.A13.4B28.4B$6.B3.11B
224.4B265.4B59.5B14.3B9.A.A17.10B43.3A.2A4.6B11.4B60.4B4.8B35.7B.4B2.
4B111.7B23.4B28.4B$5.A2B.13B222.4B267.4B59.5B12.B2AB9.A.A13.A.2AB.4B2.
2A45.A.A6.5B12.4B58.4B6.8B35.7B.4B2.4B111.6B7.A16.4B28.4B$4.A.A16B220.
4B269.4B59.5B12.2A11.A12.3AB2AB7.A46.A.A6.6B12.4B56.4B6.9B36.7B.4B2.4B
110.6B6.A.A16.4B28.4B$5.AB.15B219.4B271.4B59.5B36.A4.B10.3A44.A7.6B13.
4B54.4B7.9B37.7B.4B2.4B110.5B6.A.A17.4B28.4B$8.16B217.4B273.4B59.5B36.
3A.2A11.A52.7B13.4B52.4B8.10B37.7B.4B2.4B109.6B4.2A.3A16.4B28.4B$9.16B
215.4B275.4B59.5B37.A.A56.A8.7B14.4B50.4B9.5B2A3B38.7B.4B2.4B107.6B6.
B4.A16.4B28.4B$8.18B213.4B277.4B59.5B36.A.A56.3A5.8B15.4B48.4B10.5B2A
4B3.2A33.7B.4B2.4B106.7B3.B2AB3A18.4B28.4B$9.17B212.4B279.4B59.5B36.A
60.A4.8B16.4B46.4B11.11B3.A35.7B.4B2.4B106.8B.B2A.A21.4B28.4B$9.18B210.
4B281.4B59.5B95.2A3.8B18.4B44.4B12.12BA.A36.7B.4B2.4B105.10B26.4B28.4B
$9.19B208.4B283.4B59.5B94.4B2.2B2A3B19.4B42.4B15.8B2.2A38.7B.4B2.4B103.
3B2A6B27.4B21.A6.4B$10.12B2A5B206.4B285.4B59.5B95.3B.2B2A5B18.4B40.4B
16.7B44.7B.4B2.4B96.2A5.2B2A6B28.4B18.3A7.4B$11.11B2A5B205.4B287.4B59.
5B94.13B19.4B38.4B17.5B47.7B.4B2.4B96.A5.10B29.4B16.A11.4B$12.18B203.
4B289.4B59.5B91.16B19.4B26.A9.4B18.5B48.7B.4B2.4B95.A.AB2.11B29.4B15.
2A11.4B$11.20B201.4B291.4B59.5B90.17B19.4B23.3A9.3B18.7B48.7B.4B2.4B95.
2AB.12B30.4B9.7B12.4B$11.20B200.4B293.4B59.5B89.16B21.4B21.A10.2AB21.
6B49.7B.4B2.4B96.15B30.4B7.8B13.4B$12.B.18B198.4B295.4B59.5B88.15B7.A
15.4B20.2A8.A.AB21.5B51.7B.4B2.4B95.16B30.4B5.10B13.4B$13.20B.B194.4B
297.4B59.5B88.13B8.3A14.4B17.4B8.A8.A12.8B52.7B.4B2.4B94.16B.2B28.4B4.
11B13.4B$14.18B.B2A192.4B299.4B59.5B79.A8.11B12.A14.4B15.3B9.2A8.3A8.
10B53.7B.4B2.4B93.18B2A28.4B4.9B15.4B$12.22B2A191.4B301.4B59.5B78.3A6.
15B7.2A15.4B14.4B7.A13.A6.12B53.7B.4B2.4B91.17B.B2A29.4B2.11B15.4B$12.
2A.17B.2B191.4B303.4B59.5B80.A3.20B4.B4.7B.B4.4B12.5B8.2A10.2A6.13B53.
7B.4B2.4B89.4B2.8B.4B.B31.16B16.4B$13.A3.15B193.4B305.4B59.5B78.2A3.25B
4.13B.4B11.6B8.A10.5B3.12B55.7B.4B2.4B87.4B4.7B39.14B2A16.4B$10.3A5.9B
.4B192.4B307.4B59.5B77.59B2.8B8.A.AB9.4B2.13B55.7B.4B2.4B85.4B5.6B40.
14B2A17.4B$10.A7.8B3.4B190.4B309.4B59.5B78.68B8.2AB.3B4.20B56.7B.4B2.
4B83.4B6.4B43.15B18.4B$20.5B5.4B188.4B311.4B59.5B75.69B11.7B.23B47.2A
6.7B.4B2.4B81.4B5.A3B47.14B4.2A12.4B$20.6B5.4B186.4B313.4B59.5B73.37B
2A22B.7B12.28BA4B44.B2AB6.7B.4B2.4B79.4B5.A.AB49.13B4.A14.4B$20.7B5.4B
184.4B315.4B59.5B72.37B2A31B12.26BABA4B44.2B6.B.7B.4B2.4B77.4B6.A.A51.
11B2.BA.A15.4B$21.2B.4B5.4B182.4B317.4B59.5B71.44B3.2B2.19B11.27BABA4B
45.2B4.3B.7B.4B2.4B75.4B8.A51.11B.B.B2A17.4B$19.4B2.4B5.4B180.4B319.4B
59.5B68.2AB.29B2.10B11.17B8.30BA4B45.19B.4B2.4B73.4B6.3A51.12B2A2B20.
4B$19.2A5.4B5.4B178.4B321.4B59.5B66.A.AB.19B.8B4.6B16.15B.2B2.19B.B3.
B.2B3.5B47.20B.4B2.4B71.4B7.A52.9B3.BA.AB21.4B$20.A6.4B5.4B176.4B323.
4B59.5B65.A5.23B9.3B19.36B6.3B7.B40.B5.24B.4B2.4B69.4B60.10B5.2A23.4B
$17.3A8.4B5.4B174.4B325.4B59.5B63.2A5.7B.13B11.B21.8B.20B.6B6.B2AB5.3B
38.32B.4B2.4B63.3B.4B60.4B3.B.B32.4B$17.A11.4B5.4B172.4B327.4B59.5B70.
3B.3B.4B4.3B11.2A19.8B3.2B2A16B2.B.5B5.2A6.B2AB35.35B.4B2.4B61.8B10.A
49.4B3.3B34.4B$30.4B5.4B170.4B329.4B59.5B68.2B2.3B3.B4.4B12.A20.2A3.B
5.2B2A16B7.2A14.2A34.B.36B.4B2.4B60.7B.B7.3A48.4B4.B2AB34.4B$31.4B5.4B
168.4B331.4B59.5B66.B2AB.B2AB7.2A15.3A18.A10.18B8.A50.2A38B.4B2.4B59.
10B5.A50.4B6.2A36.4B$32.4B5.4B166.4B333.4B59.5B66.2A3.2A9.A17.A15.3A12.
B.3B.4B16.3A23.A23.2A39B.4B2.4B56.12B5.2A48.4B46.4B$33.4B5.4B164.4B335.
4B59.5B78.3A34.A20.3B19.A21.3A24.28B3.10B.4B2.4B54.14B.5B43.3B.4B48.4B
$34.4B5.4B162.4B337.4B59.5B77.A55.4B41.A27.3B4.B.16B7.10B.4B2.4B53.18B
44.8B10.A39.4B$35.4B5.4B160.4B339.4B59.5B132.2A43.2A37.10B.2B9.10B.4B
2.4B51.22B41.7B.B7.3A40.4B$36.4B5.4B158.4B341.4B59.5B132.A31.A8.5B38.
9B13.10B.4B2.4B50.23B40.10B5.A44.4B$37.4B5.4B156.4B343.4B59.5B128.3A32.
3A5.4B37.11B15.10B.4B2.4B47.2AB.22B37.12B5.2A44.4B$38.4B5.4B154.4B345.
4B59.5B127.A37.A3.7B34.12B16.10B.4B2.4B45.A.AB.23B35.14B.5B45.4B$39.4B
5.4B152.4B347.4B59.5B163.2A2.9B33.12B17.10B.4B2.4B44.A4.22B36.18B48.4B
$40.4B5.4B150.4B349.4B59.5B130.2A11.A15.B2.3B.11B31.11B19.10B.4B2.4B42.
2A5.20B36.22B46.4B$41.4B5.4B148.4B351.4B59.5B128.B2AB9.A.A13.3B3.13B31.
8B.4B18.10B.4B2.4B49.19B36.23B46.4B$42.4B5.4B146.4B353.4B59.5B128.3B9.
A.A13.18B2A11.A18.7B4.2A19.10B.4B2.4B47.20B34.2AB.22B46.4B$43.4B5.4B144.
4B355.4B59.5B126.B.B9.2A.3A2.2A7.18B2A11.3A16.7B4.A21.10B.4B2.4B44.2A
B.15B.4B31.A.AB.23B46.4B$44.4B5.4B142.4B357.4B59.5B125.5B8.B4.A2.A6.18B
.B15.A15.6B6.3A19.10B.4B2.4B42.A.AB3.10B6.2A31.A4.22B48.4B$45.4B5.4B140.
4B359.4B59.5B124.6B6.2AB3A3.A.AB2.18B17.2A14.7B8.A20.10B.4B2.4B41.A6.
10B6.A31.2A5.20B50.4B$46.4B5.4B138.4B361.4B59.5B123.8B4.2A.A6.2AB2.20B
15.4B11.8B30.10B.4B2.4B39.2A5.13B5.3A36.19B51.4B$47.4B5.4B136.4B363.4B
59.5B123.13B10.24B2.7B.B5.3B9.8B32.10B.4B2.4B44.15B6.A35.21B51.4B$48.
4B5.4B134.4B365.4B59.5B120.13B12.24B2.13B.4B7.9B33.2B.7B.4B2.4B42.16B
40.2AB.15B.4B51.4B$49.4B5.4B132.4B367.4B59.5B118.15B12.53B.6B33.B2.7B
.4B2.4B40.17B39.A.AB3.10B5.4B51.4B$50.4B5.4B130.4B369.4B59.5B117.15B10.
B2.51B.7B37.7B.4B2.4B40.16B39.A6.10B6.4B51.4B$51.4B5.4B128.4B371.4B59.
5B115.17B.B5.55B2.6B39.7B.4B2.4B40.13B40.2A5.13B5.4B51.4B$52.4B5.4B126.
4B373.4B59.5B114.55B2A22B.7B40.7B.4B2.4B39.5B2A2B.3B46.15B5.4B51.4B$53.
4B5.4B124.4B375.4B59.5B112.13B2A13B2A26B2A31B40.7B.4B2.4B40.3B2A2B2.4B
43.16B6.4B51.4B$54.4B5.4B122.4B377.4B59.5B110.14B2A13B2A21B.11B3.2B2.
19B41.7B.4B2.4B39.8B3.2A42.17B7.4B51.4B$55.4B5.4B120.4B379.4B59.5B108.
2AB3.46B2.10B10.18B41.7B.4B2.4B37.8B4.A44.16B8.4B51.4B$56.4B5.4B118.4B
381.4B59.5B106.A2.A4.45B3.6B12.19B3.B38.7B.4B2.4B36.8B5.3A42.13B11.4B
51.4B$57.4B5.4B116.4B383.4B59.5B104.A.2A5.6B3.B2.2B2.28B5.3B13.4B2.15B
.B2A38.7B.4B2.4B35.7B8.A42.5B2A2B.3B12.4B51.4B$58.4B5.4B114.4B385.4B59.
5B103.A7.6B13.4B2.7B.13B4.B14.4B2.18B2A39.7B.4B2.4B34.7B53.3B2A2B2.4B
11.4B36.A14.4B$59.4B5.4B112.4B387.4B59.5B101.2A6.9B17.6B2.13B3.2A13.4B
3.12B2A3B.B41.7B.4B2.4B34.6B7.A45.8B3.2A12.4B33.3A15.4B$60.4B5.4B110.
4B389.4B59.5B107.4B4.2A19.3B3.11B5.A13.4B5.11B2A2B45.7B.4B2.4B33.6B6.
A.A43.8B4.A14.4B31.A19.4B$61.4B5.4B108.4B391.4B59.5B105.4B5.A21.B4.9B
8.3A9.4B6.10B2.2B47.7B.4B2.4B33.5B6.A.A43.8B5.3A12.4B30.2A19.4B$62.4B
5.4B106.4B393.4B59.5B103.4B7.3A24.8B10.A8.4B9.B.6B3.2B47.7B.4B2.4B32.
6B4.2A.3A41.7B8.A13.4B51.4B$63.4B5.4B104.4B395.4B59.5B101.4B10.A24.8B
18.4B14.4B2.B2AB47.7B.4B2.4B30.6B6.B4.A40.7B23.4B51.4B$64.4B5.4B102.4B
397.4B59.5B99.4B36.6B19.4B14.B2A2B3.2A49.7B.4B2.4B29.7B3.B2AB3A42.6B7.
A16.4B35.2A14.4B$65.4B5.4B100.4B399.4B59.5B97.4B38.5B18.4B16.2A57.7B.
4B2.4B29.8B.B2A.A44.6B6.A.A16.4B35.A15.4B$66.4B5.4B98.4B401.4B59.5B95.
4B39.3B19.4B77.7B.4B2.4B28.10B49.5B6.A.A17.4B34.A.2A13.4B$67.4B5.4B96.
4B403.4B59.5B93.4B61.4B45.2A32.7B.4B2.4B26.3B2A6B49.6B4.2A.3A16.4B25.
2A4.3A2.A14.4B$68.4B5.4B94.4B405.4B59.5B91.4B61.4B47.A4.3B26.7B.4B2.4B
19.2A5.2B2A6B48.6B6.B4.A16.4B24.2A3.A3.2A16.4B$69.4B5.4B92.4B407.4B59.
5B89.4B61.4B48.A.A5B27.7B.4B2.4B19.A5.10B48.7B3.B2AB3A18.4B28.4A19.4B
$70.4B5.4B90.4B409.4B59.5B87.4B61.4B50.2A6B27.7B.4B2.4B18.A.AB2.11B48.
8B.B2A.A21.4B13.2A15.A20.4B$71.4B5.4B88.4B411.4B59.5B85.4B61.4B53.6B28.
7B.4B2.4B18.2AB.12B48.10B26.4B11.A.A12.3A22.4B$72.4B5.4B86.4B413.4B59.
5B83.4B61.4B55.6B.B26.7B.4B2.4B19.15B46.3B2A6B27.4B10.A13.A26.4B$73.4B
5.4B84.4B415.4B59.5B81.4B61.4B55.10B26.7B.4B2.4B18.16B39.2A5.2B2A6B28.
4B8.2A14.5A22.4B$74.4B5.4B82.4B417.4B59.5B79.4B53.A7.4B56.10B27.7B.4B
2.4B17.16B.2B37.A5.10B29.4B27.A23.4B$75.4B5.4B80.4B419.4B59.5B77.4B52.
3A6.4B55.B2.9B28.7B.4B2.4B16.18B2A36.A.AB2.11B29.4B24.A26.4B$76.4B5.4B
78.4B421.4B59.5B75.4B52.A8.4B55.2AB.9B29.7B.4B2.4B14.17B.B2A37.2AB.12B
30.4B23.2A26.4B$77.4B5.4B76.4B423.4B59.5B73.4B52.A.A6.4B56.2A4B2A5B30.
7B.4B2.4B12.4B2.8B.4B.B40.15B30.4B51.4B$78.4B5.4B74.4B425.4B59.5B71.4B
52.BA.A5.4B58.2B.2B2A5B31.7B.4B2.4B10.4B4.7B47.16B30.4B51.4B$79.4B5.4B
72.4B427.4B59.5B69.4B52.3BA5.4B62.5B2.B33.7B.4B2.4B8.4B5.6B48.16B.2B28.
4B51.4B23.2A$80.4B5.4B70.4B429.4B59.5B67.4B51.4B6.4B62.6B37.7B.4B2.4B
6.4B6.4B50.18B2A28.4B51.4B22.A$81.4B5.4B68.4B431.4B59.5B65.4B50.6B5.4B
63.4B40.7B.4B2.4B4.4B5.A3B51.17B.B2A29.4B51.4B18.BA.A$82.4B5.4B66.4B433.
4B59.5B63.4B50.7B4.4B64.2B2AB40.7B.4B2.4B2.4B5.A.AB51.4B2.8B.4B.B31.4B
31.A19.4B14.2A.B2A$83.4B5.4B64.4B435.4B59.5B61.4B44.B.4B.8B2.4B63.2AB
.2A42.7B.4B2.8B6.A.A51.4B4.7B39.4B4.A9.A15.3A12.B.3B.4B12.B2A2B$84.4B
5.4B62.4B437.4B59.5B59.4B44.2AB.17B63.A.AB46.7B.4B2.6B8.A51.4B5.6B41.
4B3.3A5.3A18.A10.18B6.4B$85.4B5.4B60.4B439.4B59.5B57.4B45.2A18B64.A12.
2A36.7B.4B2.4B6.3A51.4B6.4B44.4B5.A3.A20.2A3.B5.2B2A16B3.6B$86.4B5.4B
58.4B441.4B59.5B55.4B47.2B.16B63.2A11.A.A37.7B.10B5.A52.4B5.A3B47.4B3.
2A.B.2A19.8B3.2B2A16B2.6B$87.4B5.4B56.4B443.4B59.5B53.4B51.16B76.A40.
7B.10B56.4B5.A.AB49.4B2.7B21.8B.20B.7B$88.4B5.4B54.4B445.4B59.5B51.4B
53.15B75.2A41.7B.4B2.4B54.4B6.A.A51.4B3.3B23.38B$89.4B5.4B52.4B447.4B
59.5B49.4B55.12B.B2A117.12B2.4B52.4B8.A53.4B.5B21.15B.2B2.20B$90.4B5.
4B50.4B449.4B59.5B47.4B56.11B2.BA.A117.12B2.4B50.4B6.3A55.9B19.17B8.18B
$91.4B5.4B48.4B451.4B59.5B45.4B58.10B5.A118.7B.4B2.4B48.4B7.A58.9B6.2B
3.2B2.19B11.16B$92.4B5.4B46.4B453.4B59.5B43.4B59.6B2A2B5.2A118.7B.4B2.
4B46.4B68.42B12.14B$93.4B5.4B44.4B455.4B59.5B41.4B60.6B2A3B79.2A42.9B
.4B2.4B44.4B5.A64.32B.7B12.16B$94.4B5.4B42.4B457.4B59.5B39.4B61.10B79.
A.A41.11B.4B2.4B42.4B4.3A64.14B2A25B11.14B.B2A$95.4B5.4B40.4B459.4B59.
5B37.4B58.A.2AB.8B79.A42.4B2.7B.4B2.4B40.4B4.A65.16B2A26B8.2AB.3B3.6B
.BA.A$96.4B5.4B38.4B461.4B59.5B35.4B57.3AB2AB3.7B77.2A41.4B4.7B.4B2.4B
38.4B5.2A7.A56.4B2A27B2.8B8.A.AB7.6B4.A$97.4B5.4B36.4B463.4B59.5B33.4B
57.A4.B6.6B119.4B6.7B.4B2.4B36.4B13.3A55.4BA2BA7B.2B.3B.4B11.6B8.A9.7B
4.2A$98.4B5.4B34.4B465.4B59.5B31.4B59.3A.2A4.6B119.4B8.7B.4B2.4B34.4B
13.A24.A32.2AB2.B2A2B.B.4B6.4B12.5B8.2A4.2A2.8B$99.4B5.4B32.4B467.4B59.
5B29.4B62.A.A6.5B106.2A10.4B10.7B.4B2.4B32.4B14.2A23.3A29.A.AB2.5B4.4B
4.4B14.4B13.A.A12B$100.4B5.4B30.4B469.4B59.5B27.4B63.A.A6.6B106.A9.4B
12.7B.4B2.4B30.4B43.A28.A6.2B7.4B2.4B15.3B14.A3.11B$101.4B5.4B28.4B471.
4B59.5B25.4B65.A7.6B104.A10.4B14.7B.4B2.4B28.4B43.2A27.2A6.4B6.8B17.4B
11.2A3.4B2A5B$81.2A11.A7.4B5.4B4.B21.4B473.4B59.5B23.4B74.7B103.5A5.4B
5.2A9.7B.4B2.4B26.4B59.2A22.2A7.6B20.2A17.3B2A5B$80.B2AB9.A.A7.4B5.4B
2.3B19.4B475.4B59.5B21.4B66.A8.7B86.2A20.A4.4B5.A11.7B.4B2.4B24.4B60.
A23.A9.4B21.A18.10B$81.3B9.A.A8.4B5.9B5.2A10.4B477.4B59.5B19.4B67.3A5.
8B86.2A7.2A8.3AB2.7B.BA.A12.7B.4B2.4B22.4B58.2A.A24.3A6.5B21.3A16.9B$
80.B.B9.2A.3A2.2A3.4B5.9B4.A10.4B479.4B59.5B17.4B71.A4.8B95.A8.A.2B3.
7B.B2A14.7B.4B2.4B20.4B58.A2.A27.A4.8B22.A16.9B$80.5B8.B4.A2.A4.4B5.8B
.BA.A9.4B481.4B59.5B15.4B71.2A3.8B94.A.A8.4A12B17.7B.4B2.4B18.4B60.2A
33.2A3.4B38.8B$80.6B6.2AB3A3.A.AB2.4B3.9B.B2A9.4B483.4B59.5B13.4B72.4B
2.2B2A3B94.2A7.2A2.BA3B2A7B18.7B.4B2.4B16.4B31.2A13.2A49.A4.4B38.8B$80.
8B4.2A.A6.2AB2.5B2.11B10.4B485.4B59.5B11.4B75.3B.2B2A5B100.A2.3AB.2B2A
7B19.7B.4B2.4B14.4B32.2A13.2A46.3A6.4B38.6B$81.13B10.9B.11B9.4B487.4B
59.5B9.4B76.13B100.2A.A.B3.10B20.7B.4B2.4B12.4B96.A9.4B37.6B4.2A$79.13B
12.21B8.4B489.4B59.5B7.4B75.16B49.A52.A8.8B20.7B.4B2.4B10.4B108.4B36.
6B4.A$78.15B12.19B8.4B491.4B59.5B5.4B76.17B46.3A52.2A7.9B20.7B.4B2.4B
8.4B110.4B34.7B.BA.A$78.15B10.B2.19B6.4B493.4B59.5B3.4B77.16B23.A22.A
65.3B2.4B20.7B.4B2.4B6.4B112.4B33.6B2.B2A$77.17B.B5.26B3.4B495.4B59.5B
.4B78.15B7.A16.3A20.2A62.5B3.4B20.7B.4B2.4B4.4B114.4B33.8B$77.51B.4B497.
4B59.8B80.13B8.3A17.A17.4B17.A44.2A7.4B20.7B.4B2.4B2.4B116.4B32.8B$76.
13B2A13B2A21B.4B499.4B59.6B73.A8.11B12.A15.2A16.3B19.3A43.A8.4B20.7B.
4B2.8B41.2A6.A.2A65.4B30.8B$75.14B2A13B2A25B501.4B59.5B73.3A6.15B7.2A
15.4B14.4B21.A6.B32.3A10.4B20.7B.4B2.6B19.2A21.A.A3.3A.2A66.4B20.A8.7B
$74.2AB3.50B503.4B57.7B75.A3.20B4.B4.7B.B5.3B12.5B8.2A10.2A6.B32.A13.
4B20.7B.4B2.4B19.A.A23.A2.A73.4B19.3A6.6B$73.A2.A4.48B505.4B55.9B73.2A
3.25B4.13B.4B11.6B8.A10.5B3.B47.4B20.7B.10B18.A25.2A2.3A.2A68.4B21.A4.
7B$72.A.2A5.6B3.B2.2B2.33B505.4B53.4B2.5B72.59B2.8B8.A.AB9.4B2.B48.4B
20.7B.10B16.2A31.A.A70.4B19.2A4.7B$72.A7.6B13.4B2.7B2.16B506.4B51.4B4.
5B73.68B8.2AB.3B4.8B49.4B20.7B.4B2.2D2B48.A.A10.2A59.4B18.4B.8B$71.2A
6.3D6B17.6B3.16B507.4B49.4B6.5B70.69B11.7B.9B20.2A11.A16.4B4.B15.12B.
2D3B48.A11.2A60.4B19.11B$79.2BD4.2A19.3B5.14B509.4B47.4B8.5B68.37B2A22B
.7B12.17B11.A7.B2AB9.A.A16.4B2.3B15.11B3.4B122.4B17.12B$80.D5.A21.B4.
3B.10B512.4B10.A34.4B10.5B67.37B2A31B12.16B10.A.A7.3B9.A.A17.9B5.2A8.
7B.4B2.4B122.4B16.12B$87.3A23.2A3.10B512.4B7.3A33.4B12.5B66.44B3.2B2.
19B11.17B10.A.A6.B.B9.2A.3A2.2A12.9B4.A10.7B.4B2.4B122.4B15.11B$89.A24.
A6.8B512.4B5.A21.B13.4B14.5B63.2AB.29B2.10B11.17B8.19B11.A7.5B8.B4.A2.
A13.8B.BA.A9.9B.4B2.4B122.4B13.9B$111.3A5.4B3.4B512.4B4.2A19.3B11.4B16.
5B61.A.AB.19B.8B4.6B16.15B.2B2.19B.B20.6B6.2AB3A3.A.AB2.4B3.9B.B2A9.11B
.4B2.2D2B122.4B9.2B.10B$111.A7.2A6.4B504.2A6.9B17.6B8.5B18.5B60.A5.23B
9.3B19.36B24.8B4.2A.A6.2AB2.5B2.11B13.B2.7B.5B2D3B122.4B7.16B.B4.3B$120.
A7.4B504.A7.6B13.4B2.7B3.8B20.5B58.2A5.7B.13B11.B21.8B.20B.6B7.2A16.13B
10.8B2.11B9.B7.7B.10B122.4B3.28B$117.3A9.4B503.A.2A5.6B3.B2.2B2.26B21.
5B65.3B.3B.4B4.3B11.2A19.8B3.2B2A16B2.B.5B5.2A7.2A5.13B12.21B8.2B8.14B
2.2B122.33B2A$117.A12.4B503.A2.A4.43B21.5B63.2B2.3B3.B4.4B12.A20.2A3.
B5.2B2A16B7.2A14.2A4.15B12.19B8.4B8.13B2.3B122.32B2A$131.4B503.2AB3.44B
.3B18.5B61.B2AB.B2AB7.2A15.3A18.A10.18B8.A21.15B10.B2.19B6.4B10.14B2.
B123.30B.B$132.4B503.14B2A13B2A22B19.5B61.2A3.2A9.A17.A15.3A12.B.3B.4B
16.3A17.17B.B5.26B3.4B12.14B2C124.29B$133.4B503.13B2A13B2A21B2A19.5B73.
3A34.A20.3B19.A17.51B.4B3.2A7.15B2C126.25B$134.4B503.48B.B2A20.5B72.A
55.4B37.13B2A13B2A21B.4B3.A.A6.18B127.17B5.B$135.4B502.17B.B5.23B3.B22.
5B127.2A38.14B2A13B2A25B4.A7.4B2.13B127.14B$136.4B502.15B10.B2.18B27.
5B127.A37.2AB3.50B4.2A6.4B4.12B127.14B$137.4B501.15B13.17B29.5B123.3A
37.A2.A4.48B12.4B6.11B131.3B4.2B$138.4B501.13B14.17B30.5B122.A38.A.2A
5.6B3.B2.2B2.33B10.4B8.10B132.B6.2B$139.4B502.13B12.19B29.5B160.A7.6B
13.4B2.7B2.16B9.4B12.7B138.B2AB$140.4B500.8B4.2A.A11.18B30.5B158.2A6.
9B17.6B3.16B8.4B13.7B139.2A$141.4B499.6B6.2AB3A9.4B2.12B31.5B164.4B4.
2A19.3B5.14B8.4B15.5B$142.4B498.5B8.B4.A14.11B33.5B162.4B5.A21.B4.3B.
9B10.4B17.3B$143.4B497.B.B9.2A.3A15.8B37.5B160.4B7.3A23.2A3.8B9.4B18.
3B$144.4B497.3B9.A.A17.10B36.5B158.4B10.A24.A6.4B9.4B$145.4B495.B2AB9.
A.A13.A.2AB.4B2.2A37.5B156.4B33.3A5.4B10.4B$146.4B495.2A11.A12.3AB2AB
7.A39.5B154.4B34.A7.2A11.4B$147.4B519.A4.B10.3A37.5B152.4B44.A10.4B$148.
4B519.3A.2A11.A38.5B150.4B42.3A10.4B$149.4B520.A.A52.5B148.4B43.A11.4B
$150.4B519.A.A53.5B146.4B55.4B$151.4B519.A55.5B144.4B55.4B$152.4B575.
5B142.4B55.4B$153.4B575.5B140.4B55.4B$154.4B575.5B138.4B55.4B$155.4B575.
5B136.4B55.4B$156.4B575.5B134.4B55.4B$157.4B575.5B132.4B55.4B$158.4B575.
5B128.B.4B55.4B$159.4B575.5B128.4B55.4B$160.4B575.5B126.4B55.4B$161.4B
575.5B124.4B55.4B$162.4B575.5B122.4B55.4B$163.4B575.5B120.4B55.4B$164.
4B575.5B118.4B55.4B$165.4B575.5B116.4B55.4B$166.4B575.5B114.4B55.4B$167.
4B575.5B112.4B55.4B$168.4B575.5B110.4B55.4B$169.4B575.5B108.4B55.4B$170.
4B575.5B106.4B55.4B$171.4B575.5B104.4B55.4B$172.4B575.5B102.4B55.4B$173.
4B575.5B100.4B55.4B$174.4B575.5B98.4B55.4B$175.4B575.5B96.4B55.4B$176.
4B575.5B94.4B55.4B$177.4B575.5B92.4B55.4B$178.4B575.5B90.4B55.4B$179.
4B575.5B88.4B55.4B$180.4B575.5B86.4B55.4B$181.4B575.5B84.4B55.4B$182.
4B575.5B82.4B55.4B$183.4B575.5B80.4B55.4B$184.4B575.5B78.4B55.4B$185.
4B575.5B76.4B55.4B$186.4B575.5B74.4B55.4B$187.4B575.5B72.4B55.4B166.A
$188.4B575.5B70.4B55.4B165.3A$189.4B575.5B68.4B55.4B165.A$190.4B575.5B
66.4B55.4B166.2A$191.4B575.5B64.4B55.4B$192.4B575.5B62.4B55.4B$193.4B
575.5B60.4B55.4B$194.4B575.5B58.4B55.4B$195.4B575.5B56.4B55.4B$196.4B
575.5B54.4B55.4B$197.4B575.5B52.4B55.4B163.2A$198.4B575.5B50.4B55.4B163.
A.A5.2A$199.4B575.5B48.4B55.4B164.A7.2A$200.4B575.5B46.4B55.4B164.2A$
201.4B575.5B44.4B55.4B$202.4B575.5B42.4B55.4B180.A$203.4B575.5B40.4B55.
4B177.2A.A.A$204.4B575.5B38.4B55.4B177.A.A.A.A$205.4B575.5B36.4B55.4B
175.A2.A.A.A.A.2A$206.4B575.5B34.4B55.4B176.4A.2A2.A2.A$207.4B575.5B32.
4B55.4B181.A4.2A$208.4B575.5B30.4B55.4B180.A.A$209.4B575.5B28.4B55.4B
181.2A$210.4B575.5B26.4B55.4B$211.4B575.5B24.4B55.4B$212.4B575.5B22.4B
55.4B$213.4B575.5B20.4B55.4B$214.4B575.5B18.4B55.4B$215.4B575.5B16.4B
55.4B$216.4B575.5B14.4B55.4B$217.4B575.5B12.4B55.4B$218.4B575.5B10.4B
55.4B$219.4B575.5B8.4B55.4B$220.4B575.5B6.4B55.4B$221.4B575.5B4.4B55.
4B$222.4B575.5B2.4B55.4B$223.4B575.9B55.4B$224.4B575.7B55.4B$225.4B575.
5B55.4B$226.4B574.6B53.4B$227.4B572.8B51.4B$228.4B570.4B.5B49.4B$229.
4B568.4B3.5B47.4B$230.4B566.4B5.5B45.4B$231.4B564.4B7.5B43.4B$232.4B562.
4B9.5B41.4B$233.4B560.4B11.5B39.4B$234.4B558.4B13.5B37.4B$235.4B556.4B
15.5B35.4B$236.4B554.4B17.5B33.4B$237.4B552.4B19.5B31.4B$238.4B550.4B
21.5B29.4B$239.4B548.4B23.5B27.4B$240.4B546.4B25.5B25.4B$241.4B544.4B
27.5B23.4B$242.4B542.4B29.5B21.4B$243.4B540.4B31.5B19.4B$244.4B538.4B
33.5B17.4B$245.4B536.4B35.5B15.4B$246.4B534.4B37.5B13.4B$247.4B532.4B
39.5B11.4B$248.4B530.4B41.5B9.4B$249.4B528.4B43.5B7.4B$250.4B526.4B45.
5B5.4B$251.4B524.4B47.5B3.4B$252.4B522.4B49.5B.4B$253.4B520.4B51.8B$254.
4B518.4B53.6B$255.4B516.4B54.5B$256.4B514.4B54.5B$257.4B512.4B55.4B$258.
4B510.4B55.4B$259.4B508.4B55.4B$260.4B506.4B55.4B$261.4B504.4B55.4B$262.
4B502.4B55.4B$263.4B500.4B55.4B$264.4B498.4B55.4B$265.4B496.4B55.4B$266.
4B494.4B55.4B$267.4B492.4B55.4B$268.4B490.4B55.4B$269.4B488.4B55.4B$270.
4B486.4B55.4B$271.4B484.4B55.4B$272.4B482.4B55.4B$273.4B480.4B55.4B$274.
4B478.4B55.4B$275.4B476.4B55.4B$276.4B474.4B55.4B$277.4B472.4B55.4B$278.
4B470.4B55.4B$279.4B468.4B55.4B$280.4B466.4B55.4B$281.4B464.4B55.4B$282.
4B462.4B55.4B$283.4B460.4B55.4B$284.4B458.4B55.4B$285.4B456.4B55.4B$286.
4B454.4B55.4B$287.4B452.4B55.4B$288.4B450.4B55.4B$289.4B448.4B55.4B$290.
4B446.4B55.4B$291.4B444.4B55.4B$292.4B442.4B55.4B$293.4B440.4B55.4B$294.
4B438.4B55.4B$295.4B436.4B55.4B$296.4B434.4B55.4B$297.4B432.4B55.4B$298.
4B430.4B55.4B$299.4B428.4B55.4B$300.4B426.4B55.4B$301.4B424.4B55.4B$302.
4B422.4B55.4B$303.4B420.4B55.4B$304.4B418.4B55.4B$305.4B416.4B55.4B$306.
4B414.4B55.4B$307.4B412.4B55.4B$308.4B410.4B55.4B$309.4B408.4B55.4B$310.
4B406.4B55.4B$311.4B404.4B55.4B$312.4B402.4B55.4B$313.4B400.4B55.4B$314.
4B398.4B55.4B$315.4B396.4B55.4B$316.4B394.4B55.4B$317.4B392.4B55.4B$318.
4B390.4B55.4B$319.4B388.4B55.4B$320.4B386.4B55.4B$321.4B384.4B55.4B$322.
4B382.4B55.4B$323.4B380.4B55.4B$324.4B378.4B55.4B$325.4B376.4B55.4B$326.
4B374.4B55.4B$327.4B372.4B55.4B$328.4B370.4B54.D3B$329.4B368.4B54.BDB
D$330.4B366.4B42.DB10.2B2D$331.4B364.4B43.B2D8.4B$332.4B362.4B44.2D2B
6.4B$333.4B360.4B46.4B3.5B$334.4B358.4B48.4B.5B$335.4B356.4B50.8B$336.
4B354.4B52.3B2A2B$337.4B352.4B53.2BABAB$338.4B350.4B55.BA2B$339.4B348.
4B56.2AB$340.4B346.4B58.B$341.4B344.4B58.B6.2D$342.4B342.4B65.D.D$343.
4B340.4B66.D$344.4B338.4B66.2D$345.4B336.4B$346.4B334.4B75.2D$347.4B332.
4B75.D.D$348.4B330.4B76.D$349.4B328.4B76.2D$350.4B326.4B$351.4B324.4B
85.2D$352.4B322.4B85.D.D$353.4B320.4B86.D$354.4B318.4B86.2D$355.4B316.
4B$356.4B314.4B$357.4B312.4B$358.4B310.4B$359.4B308.4B$360.4B306.4B$361.
4B304.4B$362.4B302.4B$363.4B300.4B$364.4B298.4B$365.4B296.4B$366.4B294.
4B$367.4B292.4B$368.4B290.4B$369.4B288.4B$370.4B286.4B$371.4B284.4B$372.
4B282.4B$373.4B280.4B$374.4B278.4B$375.4B276.4B$376.4B274.4B$377.4B272.
4B$378.4B270.4B$379.4B268.4B$380.4B266.4B$381.4B264.4B$382.4B262.4B$383.
4B260.4B$384.4B258.4B$385.4B256.4B$386.4B254.4B$387.4B252.4B$388.4B250.
4B$389.4B248.4B$390.4B246.4B$391.4B244.4B$392.4B242.4B$393.4B240.4B$394.
4B238.4B$395.4B236.4B$396.4B234.4B$397.4B232.4B$398.4B230.4B$399.4B228.
4B$400.4B226.4B$401.4B224.4B$402.4B222.4B$403.4B220.4B$404.4B218.4B$405.
4B216.4B$406.4B97.5B112.4B$407.4B97.5B110.4B$408.4B97.5B108.4B$409.4B
97.5B106.4B$410.4B97.5B45.A58.4B$411.4B97.5B44.3A55.4B$412.4B97.5B46.
A53.4B$413.4B97.5B37.B6.A.A51.4B$414.4B97.5B36.2B5.A.AB49.4B$415.4B97.
5B35.3B5.A3B47.4B$416.4B91.2A4.5B34.4B6.4B44.4B$417.4B89.A.A5.5B34.4B
5.6B41.4B$418.4B82.2A4.A8.5B34.4B4.7B39.4B$419.4B79.A2.A2.2A.4A5.5B34.
4B2.8B.4B.B31.4B$420.4B78.2A.A.A.A.A2.A6.5B34.17B.B2A29.4B$421.4B80.A
.ABABAB9.5B34.18B2A28.4B$422.4B79.A.AB2AB11.5B33.16B.2B28.4B$423.4B79.
AB.2B13.5B32.16B30.4B$424.4B81.3B13.5B31.15B30.4B$425.4B80.4B6.2A5.5B
28.2AB.12B30.4B$426.4B77.3B2AB6.A7.5B26.A.AB2.11B29.4B$427.4B76.3B2AB
3.BA.A8.5B25.A5.10B29.4B$428.4B73.10B.B2A10.5B23.2A5.2B2A6B28.4B$429.
4B71.13B13.5B28.3B2A6B27.4B$430.4B69.14B14.5B28.10B26.4B$431.4B67.15B
15.5B27.8B.B2A.A21.4B$432.4B21.A43.4B2.8B18.5B25.7B3.B2AB3A18.4B$433.
4B18.3A42.4B5.6B19.5B24.6B6.B4.A16.4B$434.4B16.A44.4B4.9B19.5B24.6B4.
2A.3A16.4B$435.4B15.2A7.A34.4B5.2A4.4B19.5B23.5B6.A.A17.4B$436.4B12.4B
5.3A33.4B7.A5.4B19.5B21.6B6.A.A16.4B$437.4B9.4B6.A24.A10.4B5.3A7.4B19.
5B20.6B7.A16.4B$438.4B7.8B3.2A23.3A7.4B6.A10.4B19.5B18.7B23.4B$439.4B
6.9B.3B4.B21.A5.4B19.4B19.5B17.7B8.A13.4B$440.4B2.14B5.3B19.2A4.4B21.
4B19.5B16.8B5.3A12.4B$441.20B3.6B17.9B6.2A15.4B19.5B15.8B4.A14.4B$442.
19B2.7B2.4B13.6B7.A17.5B18.5B15.8B3.2A12.4B$443.35B2.2B2.B3.6B5.2A.A16.
6B19.5B14.3B2A2B2.4B11.4B$444.50B4.A2.A17.7B19.5B11.5B2A2B.3B12.4B$445.
50B3.B2A17.9B19.5B10.13B11.4B$444.25B2A13B2A14B17.6B.4B19.5B8.16B8.4B
$443.26B2A13B2A13B17.4B.B3.4B19.5B6.17B7.4B$442.4B.51B17.4B7.4B19.5B6.
16B6.4B$441.4B3.26B5.B.17B16.4B9.4B19.5B6.15B5.4B$440.4B6.19B2.B10.15B
16.4B11.4B19.4B2A5.13B5.4B$439.4B8.19B12.15B15.4B13.4B19.4BA6.10B6.4B
$438.4B8.21B12.13B15.4B15.4B19.3BABAB3.10B5.4B$437.4B9.11B2.8B10.13B16.
4B17.4B19.3B2AB.15B.4B$436.4B10.11B2.5B2.B2A6.A.2A4.8B14.4B19.4B19.25B
$435.4B9.2AB.9B3.4B2.BA.A3.3AB2A6.6B13.4B21.4B19.23B$434.4B9.A.AB.8B13.
A2.A4.B8.5B12.4B23.4B18.23B$433.4B10.A4.9B12.2A2.3A.2A9.B.B11.4B25.4B
16.2A23B$422.2A8.4B10.2A5.9B17.A.A9.3B11.4B27.4B15.2A24B$421.B2AB6.4B
19.3B2.4B16.A.A9.B2AB9.4B29.4B15.2B.21B$421.4B5.4B21.B4.4B16.A11.2A9.
4B31.4B18.19B$422.2B5.4B28.4B37.4B3.2A11.A16.4B4.B13.17B$413.2A7.4B2.
4B30.4B35.4B3.B2AB9.A.A16.4B2.3B12.14B$413.A.A5.5B.4B32.4B33.4B5.3B9.
A.A17.9B5.2A4.10B.5B$414.A.14B34.4B31.4B5.B.B9.2A.3A2.2A12.9B4.A6.8B5.
2A$415.14B36.4B29.4B6.5B8.B4.A2.A13.8B.BA.A7.8B4.A$415.14B37.4B27.4B7.
6B6.2AB3A3.A.AB2.4B3.9B.B2A8.9B4.3A$415.15B37.4B25.4B8.8B4.2A.A6.2AB2.
5B2.11B10.4B.5B5.A$414.3B2A12B37.4B23.4B10.13B10.8B2.11B9.4B3.5B$414.
3B2A13B37.4B21.4B9.13B12.21B8.4B5.5B$412.2AB.11B2.4B37.4B19.4B9.15B12.
19B8.4B7.5B$411.A.AB2.8B5.4B37.4B17.4B10.15B10.B2.19B6.4B9.4B$411.A5.
10B4.4B37.4B15.4B10.17B.B5.26B3.4B11.3B$410.2A5.B.B5.2A5.4B37.4B13.4B
11.51B.4B13.2B$418.3B4.A7.4B37.4B11.4B11.13B2A13B2A21B.4B15.B$417.B2A
B5.3A5.4B37.4B9.4B11.14B2A13B2A25B$418.2A8.A6.4B37.4B7.4B11.2AB3.50B$
436.4B37.4B5.4B11.A2.A4.48B$437.4B37.4B3.4B11.A.2A5.6B3.B2.2B2.33B$438.
4B37.4B.4B12.A7.6B13.4B2.7B2.16B$439.4B37.7B12.2A6.9B17.6B3.16B$440.4B
37.5B20.4B4.2A19.3B5.14B$441.4B36.5B19.4B5.A21.B4.3B.9B$442.4B34.7B10.
A6.4B7.3A23.2A3.8B$443.4B32.4B.4B7.3A5.4B10.A24.A6.4B$444.4B30.4B3.4B
5.A7.4B33.3A5.4B$445.4B28.4B5.4B4.2A5.4B34.A7.2A$446.4B26.4B7.9B4.4B44.
A$447.4B24.4B9.6B5.4B42.3A$448.4B22.4B10.8B2.4B43.A$449.4B20.4B9.15B$
450.4B18.4B10.14B$451.4B16.4B11.13B$452.4B14.4B10.2AB.10B$453.4B12.4B
10.A.AB3.B2A3B$454.4B10.4B11.A6.B2A3B$455.4B8.4B11.2A6.4B$456.4B6.4B21.
3B$457.4B4.4B23.2B.BA$458.4B2.4B23.B2ABA.A$459.8B5.2A16.BABABA.A$460.
7B5.A15.A2.A.A.A.A.2A$461.7B.BA.A15.4A.2A2.A2.A$459.9B.B2A20.A4.2A$456.
2B.11B20.A.A$455.2A13B20.2A$455.2A13B$456.2B2.10B$461.9B.2B$461.11B2A
$461.4B2A3B.B2A$461.4B2A4B.B$461.7B$460.A.5B$459.A.A3.4B$459.2A6.2A$467.
A$468.3A$470.A!

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 12th, 2022, 11:08 pm

AlbertArmStain wrote:
December 12th, 2022, 9:19 pm
By using as least neo-spartan technology as possible, can someone synchronize the glides to make an eater using the input given?

Code: Select all

 x = 1129, y = 1098, rule = LifeHistory...
You often put a leading space in front of the "x" in your RLE headers. Can you please be careful not to do that? It has very strange effects when the pattern is copied and pasted into Golly.

Where is the initial signal supposed to be coming from that has to be turned into those two synchronized gliders?

Why does the construction arm -- the one that can theoretically be aimed at the key eater you're wanting to construct -- end up shooting a glider on a lane that's 4hd offset from the lane where it would be absorbed by the key eater?

And why does that glider collide with and destroy an eater near the construction arm? What is that eater's intended purpose?

Why does the construction arm's elbow end up at a (-1,-1) offset from any of the marked positions?

AlbertArmStain
Posts: 1233
Joined: January 28th, 2022, 7:18 pm
Location: Planet Z

Re: Thread for basic questions

Post by AlbertArmStain » December 13th, 2022, 7:22 pm

Is this more optimal than a non-destructive block read based ROM?

User avatar
dvgrn
Moderator
Posts: 10612
Joined: May 17th, 2009, 11:00 pm
Location: Madison, WI
Contact:

Re: Thread for basic questions

Post by dvgrn » December 13th, 2022, 7:39 pm

AlbertArmStain wrote:
December 13th, 2022, 7:22 pm
Is this more optimal than a non-destructive block read based ROM?
There's probably no way to tell for sure without building a non-destructive block read based ROM.

A third alternative would be to find a way to add a WRITE after every READ that comes back with a 1. Not sure if that will work with your design, though, or if you're planning to drive it with some particular period, such that you can't wait around for arbitrary lengths of time for the signal to come back to be processed from far out on the tape.

By the way, with the construction-arm block in the current position, you get an explosion when you put in a READ signal. Moving the block out one position avoids the problem. Please remember to not post another copy of the pattern to correct this -- just edit the one that's already posted.

User avatar
pipsqueek
Posts: 265
Joined: September 10th, 2022, 4:42 pm

Re: Thread for basic questions

Post by pipsqueek » December 13th, 2022, 9:48 pm

a very long and slow double barreled LWSS crystal:

Code: Select all

x = 245, y = 5944, rule = B3/S23
100bo$76b2o$66b2o8b2o4bo13b3o$34b2o30b2o13bobo28b3o$33bo2bo43bobo$34b
2o44b2o$40b2o15bo$40b2o14bobo$56bobo$57bo2$118bo$118bo$118bo$84bo$83bo
bo52b2o$83bobo52b2o$84bo$65b2o29bo$43b3o18bo2bo27bobo$65b2o29b2o36b2o$
41bo5bo85bo2bo$41bo5bo86bobo$41bo5bo87bo$151bo$36b2o5b3o105bo$36b2o20b
2o12b2o77bo$58b2o4b2o6b2o$63bo2bo93b2o$64b2o11b2o81b2o$77b2o$48b2o85bo
21bo$48b2o84bobo15b2o3bo$134bobo15b2o3bo$59b2o74bo$58bo2bo$59b2o125b2o
$125b2o35b2o18b2o2b2o$124bobo35b2o18b2o$124b2o$50b2o$43b2o5b2o$42bo2bo
$42bo2bo$43b2o124b2o$73bo95b2o$72bobo$72bobo$73bo3$128b2o$128b2o70b2o$
200b2o3$136bo$136bo$136bo2$132b3o3b3o$164b2o45b2o$136bo27b2o44bobo$
136bo8b2o63b2o$136bo7bo2bo$145bobo14b2o$146bo15b2o$193b2o$165bo27b2o$
165bo22b3o$165bo3$163b2o$152b3o7bo2bo$162bo2bo15b3o$163b2o$176b2o$176b
2o$146bo$145bobo40b3o$146bo$204b2o$117b2o85b2o$117bobo$118b2o41b2o$
161b2o$166b2o$165bo2bo39b3o$166b2o$161b2o$161b2o$186b2o$186b2o21b2o$
144b2o63b2o$143bo2bo20b2o$144b2o21b2o8bo$177bo28b2o10bo$177bo28b2o9bob
o$217bobo$218bo$193b3o$213b2o7b2o$212bo2bo5bo2bo$213b2o7b2o2$169b2o47b
o$125b2o17b3o22b2o46bobo$125b2o90bobo$142bo5bo56b2o11bo13bo$142bo5bo
56b2o25bo$142bo5bo83bo2$144b3o54b3o24b3o3b3o2$205bo26bo$165bo4b2o33bo
26bo$164bobo3b2o33bo26bo$164bobo$165bo19bo$180b2o2bobo$180b2o2bo2bo$
157b2o11b2o13b2o$156bobo11b2o$118b2o7b2o28bo$118bobo6b2o57bo$119b2o64b
obo$184bo2bo$185b2o$147bo$146bobo$146b2o27bo$174bobo27bo$174bobo26bobo
$175bo27bo2bo$200bo3b2o$199bobo$199bo2bo$200b2o2$144bo$143bobo$143bobo
$144bo$190b2o$190b2o12$134b2o$134b2o2$149b2o$148bo2bo26b2o$123b3o23b2o
27b2o4$120b2o8b3o$91b2o26bobo53b2o$91bobo25b2o7bo5bo29b2o8bo2bo$92b2o
34bo5bo29b2o9b2o$128bo5bo$195b3o$130b3o5$183bo$82b2o45b3o23b3o24bobo$
82b2o98bobo$183bo2$188b2o$187bo2bo$188bobo$189bo$86b2o$86b2o$184b2o$
130b2o52b2o6b2o4b3o4b2o$123b2o4bo2bo59b2o11b2o$122bobo5b2o81b2o$122b2o
11bo77bobo$134bobo77bo$127b2o4bo2bo$120b2o5b2o5b2o$119bobo63b2o25bo$
120bo64b2o24bobo$211bobo$161b2o49bo$160bo2bo8bo$131b3o27b2o8bobo33b2o
7b2o$171bobo32bo2bo5bo2bo$129bo42bo33bobo7b2o$129bo77bo$129bo3$104b2o$
103bo2bo$103bobo111b3o$104bo$207bo$206bobo$107bo52b2o44bo2bo$107bo51bo
2bo44b2o13b3o$107bo45bo6b2o42bo$82b2o68bobo28b2o18bobo$66bo15b2o58b3o
7bobo28b2o19b2o$66bo62bo23bo$66bo61bobo$125bo3b2o3bo13b2o7b2o$62b3o3bo
56bo7bobo11bo2bo5bo2bo$67bobo7b2o46bo7bobo12b2o7b2o$67bobo7b2o10b2o43b
o41b3o$68bo20b2o62bo$34b2o116bobo$30b2o2b2o116bobo10bo$30b2o22b3o51b2o
43bo10bobo44bo13bo$108b2o54b2o13bo6bo24bo13bo$179bo5bobo23bo13bo$179bo
5bobo$186bo3b2o$190b2o16bo$207bobo18b2o$150bo57bo18bo2bo$149bobo75bobo
$149b2o77bo$37b2o$37b2o154b2o$177b2o14bobo$176bobo15bo$37b2o138bo$36bo
2bo$37b2o121b2o$119b3o21b2o14bo2bo$66b2o35b2o38b2o15b2o$66b2o35b2o51b
2o38b2o$156b2o37bo2bo$50b2o90b2o51bobo$17bo32b2o89bo2bo51bo$17bo21b2o
46bo53bo2bo$17bo21b2o19bo26bo32bo21b2o$60bo26bo31bobo$60bo58bobo$120bo
39b2o$14b2o7b3o30b3o3b3o72bo22b2o59b3o$14b2o23b2o34bo39b2o19bobo6bo60b
2o$39b2o19bo13bobo37bo2bo18b2o7bo59bo2bo10bo5bo$60bo13bobo38b2o28bo60b
2o11bo5bo$60bo14bo143bo5bo$147b3o8b3o$221b3o$172bo60b2o$90b2o36b2o42bo
30b2o21bo6b2o$90b2o30b3o3b2o42bo30bobo20bo$85b3o52bo63bo21bo$120bo5bo
13bo47b2o$120bo5bo13bo47b2o38b3o$115bo4bo5bo48bo$31bo83bo20b3o3b3o29bo
bo21bo27bo$30bobo30b2o50bo6b3o49bobo20bobo14b2o10bo16b2o$30bobo30b2o
24bo50bo34bo20bo2bo14b2o10bo15bobo$31bo56bobo49bo56b2o44bo$46bo41bobo
49bo29b2o7b2o$26b2o7b2o8bobo41bo79bo2bo5bo2bo8b2o$25bo2bo5bo2bo7bobo
115b2o5b2o7b2o8bo2bo$26b2o7b2o9bo115bo2bo24b2o$163b2o10bo$31bo124b2o
16bobo34b2o$30bobo41bo23b2o56b2o16bobo34b2o$30bobo40bobo22b2o75bo$31bo
41bobo$74bo34bo$80b2o26bobo$76bo3b2o26bobo$42b2o31bobo31bo$41bo2bo30bo
bo$42b2o32bo84bo$120b2o38bobo$119bobo38b2o$118bobo$119bo$43bo13bo$43bo
12bobo26bo38b2o$43bo12bo2bo24bobo37b2o24b3o$57b2o25bobo89bo$85bo89bobo
$69b3o103bobo$176bo29b2o$144b2o59bo2bo$144b2o60bobo$46b2o7bo76bo74bo$
46b2o7bo76bo3b2o$55bo76bo3b2o$112b2o$112b2o$11b2o195b2o$11b2o82b2o66b
2o43b2o$95b2o65bo2bo$163b2o$19b2o169b2o$19b2o37b3o128bobo13b2o$160bo
29bo14bobo$159bobo12bo24b2o5bo$159bobo11bobo23b2o$2o158bo11bo2bo$obo
99b2o69b2o36b3o$b2o99b2o41bo9b2o7b2o$41bo102bobo7bo2bo5bo2bo$41bo21b2o
79bo2bo7b2o7b2o15b2o$41bo21b2o80b2o34b2o$160bo$94bo64bobo$93bobo63bobo
$94bo65bo$126bo14b2o79bo$54b2o70bo14b2o78bobo$53bo2bo69bo57b3o33bo2bo$
54b2o76b3o86b2o$99b3o109bo$11bo182b2o14bobo$10bobo135b2o44b2o14bobo12b
3o$11bo136b2o61bo$223bo5bo$121bo44b2o55bo5bo$121bo44b2o55bo5bo$121bo
26bo28b2o$86bo60bobo26bo2bo45b3o$85bobo29b3o3b3o21bobo27b2o12bo$85bobo
60bo41bobo$86bo34bo68b2o26b2o$121bo21b2o7b2o42b3o19b2o$81b2o7b2o29bo
20bo2bo5bo2bo$80bo2bo5bo2bo50b2o7b2o22b2o16bo$81b2o7b2o84b2o16bo$148bo
45bo$87b2o34b2o22bobo58b3o6b2o$69b2o16b2o34b2o9bo12bobo67b2o$69bobo61b
obo12bo21b2o$70b2o62bobo25bo7b2o$106b2o27bo25bobo$106b2o52bo2bo$151b3o
7b2o$167b2o33b3o$167b2o$182b2o$181bo2bo$110bo71b2o$110bo39b3o$110bo$
66b2o138b2o$65bobo138b2o$66bo$117b2o70bo$116bo2bo15bo53bo$117b2o15bobo
52bo16b2o$123b3o8b2o57b2o11b2o$193b2o$160b2o$160b2o$88b2o$88b2o$143bo
31b2o$142bobo30b2o45b2o$142bobo76bobo$143bo59b2o16b2o$196bo5bobo$109b
2o22b2o15bo45bo6bo$109b2o22b2o15bo45bo$73b2o51b3o21bo$73b2o117b3o3b3o$
152b3o$196bo$130b2o6bo57bo$94b2o34b2o5bobo56bo$94b2o41bobo$138bo45bo$
183bobo$81bo102bo$80bobo$80b2o123b2o$161b2o42bobo$161b2o43b2o2$46b2o
41bo$48bo40bo73bo36b2o$45bo43bo73bo36b2o$46b2o115bo$85b3o3b3o119b3o$
170b2o$89bo79bo2bo$89bo80b2o20b3o$33b3o4b3o46bo36b3o$119b2o45b3o27bo$
20b2o9bo12bo74bobo74bo$19bo2bo8bo12bo75bo51b2o22bo$20b2o9bo12bo20b2o
104bobo$64bo2bo26b2o47b2o26b2o$33b3o4b3o22b2o27b2o20b2o25b2o$24b2o90b
2o19b2o$23bo2bo101b2o7b2o$24b2o102b2o3bo$90b3o39bobo16b2o16bo$131bo2bo
16b2o16bo$132b2o35bo43b2o$213b2o$78b2o$78b2o7b2o87b2o$86bo2bo17b2o58bo
8b2o$87b2o18b2o57bobo$120b2o44bobo33b2o6b2o$111b2o7b2o45bo33bo2bo4bo2b
o$111b2o89b2o6b2o2$123b3o31bo$156bobo$156b2o3$117bo82b2o$100bo16bo48bo
33b2o$100bo16bo47bobo$100bo65bo$113b3o3b3o2$117bo80b2o$117bo79bobo$
117bo25bo54bo$94b2o47bo15b2o$94b2o47bo14bo2bo$114b2o16bo18b2o6b2o$114b
obo14bobo17b2o$115bo15bobo$132bo3$139bo$78b2o58bobo$78bobo57bobo44b2o$
79bo59bo44bo2bo$185b2o$84b2o83bo6bo$84b2o82bobo4bobo$168b2o5bobo$70b2o
104bo$69bo2bo64b2o$70b2o16b2o47b2o32b2o7b2o$88b2o3bo76bo2bo5bo2bo$75bo
16bobo76b2o7b2o$74bobo14bo2bo$74bobo15b2o82bo$75bo99bobo$175bobo$144bo
31bo$64bo70b2o7bo$63bobo69b2o7bo$63bobo$64bo75b3o3b3o2bo$74b3o74bo$
132b2o10bo6bo$72bo5bo53b2o10bo$72bo5bo65bo$72bo5bo2$74b3o$85b2o$54b2o
29b2o$54b2o20bo$75bobo$75bobo23b3o43b2o$76bo70b2o5$54b2o28bo7b2o$54b2o
28bo7b2o$84bo41b2o$62bo63b2o$62bo$62bo2$64b2o7bo$64b2o7bo14bo$73bo13bo
bo$87bobo$88bo4$30b3o3$58b2o$57bo2bo21b2o$58bobo21b2o$59bo5$85b2ob2o$
85b2ob2o3$82b2o$82b2o2$55b2o$55b2o4$64b2o$58bo4bo2bo$38b3o16bobo3bobo$
57bo2bo3bo$36bo5bo15b2o$36bo5bo$36bo5bo3b3o$52b3o$38b3o32bo15b2o$64bo
8bo15b2o$63bobo7bo$63bobo15b2o$64bo4b2o10b2o$59b2o7bo2bo$59b2o8b2o$65b
2o$66bo$58b2o3b3o$57bobo3bo$58bo$54b2o$40b2o2b2o8b2o$40b2o2b2o$67b3o2$
52b2o$52b2o2$44b2o$44b2o$34bo26b2o$33bobo25bobo$34b2o26bo2$30bo$29bobo
27b2o$29bo2bo25bo2bo$30b2o27b2o24b3o2$83bo5bo$55bo27bo5bo$54bobo26bo5b
o$48b2o4b2o$48b2o24b2o9b3o$73bo2bo$74b2o3$34b3o9b3o4$65b2o$65b2o18b3o$
48bo$47bobo28b2o$47bobo28b2o$48bo3$80b2o$80b2o28$138b2o$138b2o4$134b2o
$133bo2bo$134bobo$135bo$151bo$151bo$151bo5$135bo$134bobo30bo$134bobo
29bobo$135bo30bobo$167bo$125bo$125bo$125bo41b3o$158b2o$147b2o8bo2bo$
129b2o16b2o8bobo$128bo2bo26bo$129b2o202$157b3o$156bo2bo$159bo$159bo$
156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$157bo2bo$157bo$157bo
$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o$156bo2bo$159bo$159b
o$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$157bo2bo$157bo$
157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o$156bo2bo$159bo
$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$157bo2bo$157b
o$157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o$156bo2bo$
159bo$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$157bo2bo
$157bo$157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o$156bo2b
o$159bo$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$157bo
2bo$157bo$157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o$156b
o2bo$159bo$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b3o$
157bo2bo$157bo$157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$157b3o
$156bo2bo$159bo$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo333$157b
3o$157bo2bo$157bo$157bo$158bobo4$72b3o$72bo2bo$72bo$72bo$73bobo333$
157b3o$156bo2bo$159bo$159bo$156bobo4$72b3o$71bo2bo$74bo$74bo$71bobo
170$186bo$184b3o$183bo$183b2o4$180b3o$101bo33bo$99b3o33b3o42bobo$98bo
39bo40b5o$98b2o37b2o39b2o3b2o16b2o$178b2o3b2o16bo$140bo48bo9bobo$139bo
bo45b4o8b2o$95b3o40bo3bo38bo4bobob2o$50bo88b3o38bobo2bo2bob3o$50b3o42b
obo39b2o3b2o36bobo3bobob2o$53bo40b5o82bo5b4o$52b2o39b2o3b2o16b2ob2o68b
o$93b2o3b2o16bo3bo$55bo48bo9bobo3bobo7b2o$54bobo45b4o8b2o5b2o5bo2bo$
53bo3bo38bo4bobob2o20bo7b6o45b2o$54b3o38bobo2bo2bob3o19bo6bo6bo44bobo$
52b2o3b2o36bobo3bobob2o20bo7b2o4bo38bo6b3o$96bo5b4o22bo2bo7b2o37b2ob2o
b3ob2o$34b2o68bo25b2o46b2ob2ob5o$35bo144bo5bo$35bobo7b2o134b2ob2o$36b
2o5bo2bo$42bo7b6o45b2o31b2o$42bo6bo6bo44bobo30b2o$42bo7b2o4bo38bo6b3o
75bo5bo$43bo2bo7b2o37b2ob2ob3ob2o74b2o5b2o$45b2o46b2ob2ob5o74bob2o3b2o
bo$95bo5bo76bob2o3b2obo$96b2ob2o78b3o3b3o$179b3o3b3o$49b2o$49b2o$95bo
5bo$94b2o5b2o$93bob2o3b2obo$93bob2o3b2obo$94b3o3b3o31b3o3b3o$94b3o3b3o
31bo2bobo2bo$134b2obobob2o$134b2o5b2o38b2ob2o$182bobo$180bobobobo$180b
2o3b2o$136bo3bo$49b3o3b3o78b2ob2o$49bo2bobo2bo77bobobobo$49b2obobob2o
79bobo$49b2o5b2o38b2ob2o35b2ob2o19bo23b2o$97bobo37bobo20b2o21b3o$95bob
obobo33bobobobob2o16b2o17bob2o$95b2o3b2o33b2o3b2obo2bo9b2o2b2o18bo2bo$
51bo3bo88b3o33bob2o$51b2ob2o127b3o5b2o$50bobobobo87b3o37b2o5bobo$52bob
o88bo2bo9b2o2b2o31bo$51b2ob2o19bo23b2o42b2o16b2o7b2o21b2o$52bobo20b2o
21b3o59b2o8b2o$50bobobobob2o16b2o17bob2o61bo$50b2o3b2obo2bo9b2o2b2o18b
o2bo$59b3o33bob2o$98b3o5b2o70bo$59b3o37b2o5bobo68b3o$58bo2bo9b2o2b2o
31bo67b5o$58b2o16b2o7b2o21b2o65b2o3b2o$75b2o8b2o89b5o$75bo100bo3bo$
177bobo$178b3o$93bo86b2o$92b3o85bo$91b5o85b3o$90b2o3b2o86bo$91b5o$91bo
3bo$92bobo$93b3o$95b2o$95bo$96b3o$98bo!

are there any other glider crystals? (or XWSS)

Code: Select all

x=17,y=16,rule=B3/S23
3bo3bobo2bob2o$bobo4bo4b4o$bobo5bobo2b3o$b2obob2o3b2o$3o4b2ob2o2b2o$4b
o4bo$4b2obobob2ob3o$3ob3o2b2o$b3o2bobobo5bo$o3b2o3bobo2b2o$4bo3bob2o3b
o$2obo2bobobo2b2o$3b3o5bo2b2o$2obo4bo2bob2o$o3bob2obo3b2o$2bo8bobobo![[ STOP 3 GPS 4 ]]

User avatar
C28
Posts: 724
Joined: December 8th, 2020, 12:23 pm
Location: WORLD -1

Re: Thread for basic questions

Post by C28 » December 14th, 2022, 12:14 pm

is there a p4 equivelent of 30P3?
- Christopher D'Agostino

adopted father of the U-turner

Code: Select all

x = 11, y = 15, rule = B3/S23
9bo$8bobo$8bobo$9bo8$b3o$b3o$obo$2o!
the U-turner gallery
255P132
B3/S234z (Zlife)

Post Reply