hibiscus wrote: January 6th, 2025, 4:13 am
p161 in B356/S1456
Code:
Select all
x = 7, y = 6, rule = B356/S1456
5o$bob4o$2obo$3bob2o$4obo$2b5o!
That p161 oscillator is endemic to the Life-like cellular automaton B356/S1456, within the space of
all 2^18 = 262144 Life-like cellular automata. The oscillator requires all of the rules {A0, A1, A2, B3, A4, B5, B6, A7, A8, D0, S1, D2, D3, S4, S5, S6, D7, D8} forming the ruleset of B356/S1456.
That p161 oscillator is "
nearly endemic" to B356/S1456, within the space of all 2^102 = 5070602400912917605986812821504 two-state isotropic cellular automata with (range-1) Moore neighbourhood. By "
nearly endemic" I mean here that, out of 102 "indivisible" rules in the ruleset of this cellular automaton, only one rule (namely the "nonbirth" rule A4c) can be replaced by a different rule matching the same cell condition (i.e., can be replaced by the birth rule B4c) without affecting the evolutionary sequence of the p161 oscillator.
Unfortunately, the glider from Conway's Life doesn't exist in either B356/S1456 or B34c56/S1456, and in both cellular automata most soups appear to grow forever.
Luckily, both the apparent incompatibility with the glider and the apparent explosiveness of soups can be overcome by switching to a higher-range neighbourhood. The following two-state isotropic cellular automaton "keeps" the above p161 oscillator, while also supporting the glider and several other objects from Conway's Game of Life:
Code:
Select all
#C [[ GRID THEME MCell ]]
x = 30, y = 23, rule = R3,C0,S45,60,69,77,107-111,115,126-136,149-155,173,207,210,219-223,225-230,242,244-252,262,264-274,277,279,281-283,285-298,300-315,324-335,347,349-357,370-378,390-406,408,410,412-413,415-419,421-429,431,438,442-451,463-472,475,485-494,497,512-515,523,526-533,537,546-558,568-580,591-601,607,614,616-621,630-640,648,652-662,673-683,697-702,704,706,724,726,751,795,799,817,831,901,929,B15-16,104,170,194,199,228,243,314-324,326,336-347,357-367,381-385,408,496,515,526-535,547-557,567-579,590-591,593-598,600,613-614,624,626,631-639,651-661,670,673-684,693,698,700-701,704-705,707-708,724-725,728-729,736,757,881,919,NW01010100010101011500000015010100696969000100006900690000010069696900010115000000150101010100010101
17b5o$2o16bob4o$2o15b2obo$20bob2o$17b4obo$19b5o5$bo$obo$bo7$12bo$10b2o
16bo$3o9b2o15bo$11bo15b3o!
The weighted neighbourhood used above is as follows (the weights of neighbours are given in hexadecimal; '15' means 21; '69' means 105):
Code: Select all
01 01 01 -- 01 01 01
01 15 -- -- -- 15 01
01 -- 69 69 69 -- 01
-- -- 69 -- 69 -- --
01 -- 69 69 69 -- 01
01 15 -- -- -- 15 01
01 01 01 -- 01 01 01
It becomes more of a problem to choose something for further investigation. For example, the entire object collection I posted above is preserved
in 2^1230 cellular automata with the same weighted neighbourhood. Many of them make most soups grow forever. Many of them lack common spaceships. Many of them are "boring" for other reasons. Still, there are lots of remaining "interesting" choices, and apparently way too many interesting possibilities to explore them all.
optional birth conditions (626): 8-20, 30-42, 52-53, 55-65, 68-69, 71-72, 74, 76-104, 114-116, 118-125, 136-146, 157, 159-170, 177, 180-209, 220-230, 243-251, 263-276, 278, 280, 283-314, 325, 327-335, 348-356, 368-380, 386-407, 409-419, 429, 431, 433-440, 454-463, 473-485, 494-508, 510-524, 536-546, 558-566, 580-589, 592, 599, 601-612, 615-623, 625-630, 640-650, 662-672, 685-697, 699, 702-703, 706, 709-723, 726-727, 730-736, 744-745, 747-758, 766-770, 772-779, 783, 788-801, 807, 810-827, 829, 831-864, 866-867, 869-884, 886-890, 892-909, 913-944
optional survival conditions (604): 0, 4, 7, 9-21, 30-45, 47-104, 112-114, 116-125, 137-148, 156-172, 174-209, 219-230, 242-252, 262, 264-274, 277, 279, 281-283, 285-298, 300-314, 324-335, 347, 349-357, 370-378, 390-406, 408, 410-413, 415-419, 430, 432-441, 452-462, 473-474, 476-484, 495-496, 498-511, 515-525, 534-545, 559-567, 581-590, 602-613, 615, 622-629, 641-651, 663-672, 684-696, 703, 705, 707-723, 725, 727-735, 742, 745, 747-756, 768-778, 790-792, 794-801, 809-810, 812-827, 829, 831, 833, 835-841, 844-845, 847-861, 863, 867-868, 871, 873-882, 884, 893-896, 898-906, 910, 912, 919-931, 933-944