Thread for basic non-CGOL questions

For discussion of other cellular automata.
User avatar
NimbleRogue
Posts: 744
Joined: January 11th, 2021, 11:48 pm

Re: Thread for basic non-CGOL questions

Post by NimbleRogue » April 17th, 2025, 1:57 pm

Can anyone find the rule that this rep follows?

Code: Select all

x = 25, y = 9, rule = B3-cer4qz5iqy7e/S2-cn3cejk4-anqy5cnqry6-a7e
$11b2o3bo$10b9o$12bo$9b4o$10b2o$13bo!
There you are

User avatar
PK22
Posts: 564
Joined: January 25th, 2025, 11:38 am
Location: United Kingdom

Re: Thread for basic non-CGOL questions

Post by PK22 » April 17th, 2025, 2:24 pm

NimbleRogue wrote:
April 17th, 2025, 1:57 pm
Can anyone find the rule that this rep follows?

Code: Select all

rle
Do you know what the period is?
User:PK22
Currently taking exams; unlikely to be active until mid June.
15/25 exams completed.

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 18th, 2025, 7:00 am

NimbleRogue wrote:
April 17th, 2025, 1:57 pm
Can anyone find the rule that this rep follows?

Code: Select all

x = 25, y = 9, rule = B3-cer4qz5iqy7e/S2-cn3cejk4-anqy5cnqry6-a7e
$11b2o3bo$10b9o$12bo$9b4o$10b2o$13bo!
I think it is inaccurate (oversimplification) to label that object as "replicator", or to assume from the beginning that it would follow some simple "law". A reasonably complete explanation of how it "works" would go beyond what could possibly be communicated by putting it into a predefined category.

Side note: the first 1000 ticks of the evolutionary sequence are endemic to the specified cellular automaton, within the space of all 2^102 two-state isotropic cellular automata with Moore neighbourhood. (In other words, as long as you stay within the space of cellular automata of the same type, tweaking the rules will necessarily modify some of the first 1001 generations.)

The rest of this post focuses on the evolutionary sequence itself, and mostly ignores the rules of the cellular automaton that determine the evolutionary sequence. One could say that it's more about "what can be observed" rather than about "why it is the way it is".
  • First, I scanned the first 1000 generations (including the provided generation 0) from the evolutionary sequence. Below are given counts of occurrences of every "isotropic" cell condition (i.e., counts of occurrences of every equivalence class of neighbourhood configurations up to rotations and reflections):
    B0 (infinitely many occurrences in every generation), B1c (159949), B1e (90170), B2a (87608), S2a (37389), B3i (32937), B4a (27340), B3a (27264), S3i (21807), B2c (20619), S4a (18826), S5r (17953), S3e (16706), B3j (16583), S1c (12077), B3n (11375), S4r (11338), B5i (10452), S4j (9400), B2k (9360), S4i (9173), S3j (8949), S3a (8812), S7e (8579), S3n (8537), S4k (7534), S5q (7072), B2e (6942), S2e (6837), B8 (6771), S6k (6527), S5i (6376), S6i (6279), B4r (6159), B5r (6025), S5n (5838), S5c (5665), B4n (5242), B7c (5197), B7e (5100), B6a (4954), S0 (4704), B5a (4531), S1e (4482), S3r (4280), S6a (4144), S3k (3835), S5y (3580), S4z (3556), B4t (3554), B5j (3395), S4e (3367), B3r (3364), B4k (3188), B3q (3107), S3q (2983), S2k (2742), S4n (2428), S6c (2393), B2n (2214), S4w (2177), S2c (2114), B3e (2047), B5n (2025), S4t (1932), S6n (1792), B5q (1649), S4q (1550), S5j (1418), B4w (1406), B4i (1304), B4j (1295), S4y (1215), S8 (1167), S7c (1046), B3c (971), S5a (957), S3y (932), B6e (912), B4y (900), B6k (863), B4z (859), B2i (840), S2i (822), B3k (821), B4q (764), S2n (760), S5k (676), B3y (634), B5e (623), B5y (584), B6i (568), B5k (484), B6c (386), S3c (379), B5c (317), S5e (199), B4e (185), B6n (178), S6e (163), S4c (117), B4c (72)
    The least frequent cell condition (with only 72 occurrences in the first 1000 generations) can be stated as follows:
    "(the cell is currently dead) AND (the cell has four alive diagonal neighbours) AND (the cell has zero alive orthogonal neighbours)"

    Code: Select all

    1 0 1
    0 0 0
    1 0 1
    
  • Next, I scanned the first 10000 generations to find out which generations contain occurrences of the cell condition (B4c/A4c), and I got the following results:

    Code: Select all

    1 occurrences in generation 33, 1 occurrences in generation 44, 1 occurrences in generation 67, 1 occurrences in generation 155, 1 occurrences in generation 159, 1 occurrences in generation 166, 1 occurrences in generation 170, 1 occurrences in generation 189, 1 occurrences in generation 193, 1 occurrences in generation 281, 1 occurrences in generation 285, 1 occurrences in generation 292, 1 occurrences in generation 296, 1 occurrences in generation 315, 1 occurrences in generation 319, 2 occurrences in generation 407, 1 occurrences in generation 411, 2 occurrences in generation 418, 1 occurrences in generation 422, 2 occurrences in generation 441, 1 occurrences in generation 445, 1 occurrences in generation 529, 2 occurrences in generation 533, 1 occurrences in generation 537, 1 occurrences in generation 540, 2 occurrences in generation 544, 1 occurrences in generation 548, 1 occurrences in generation 563, 2 occurrences in generation 567, 1 occurrences in generation 571, 2 occurrences in generation 659, 1 occurrences in generation 663, 2 occurrences in generation 670, 1 occurrences in generation 674, 2 occurrences in generation 693, 1 occurrences in generation 697, 1 occurrences in generation 781, 2 occurrences in generation 785, 1 occurrences in generation 789, 1 occurrences in generation 792, 2 occurrences in generation 796, 1 occurrences in generation 800, 1 occurrences in generation 815, 2 occurrences in generation 819, 1 occurrences in generation 823, 1 occurrences in generation 907, 3 occurrences in generation 911, 1 occurrences in generation 915, 1 occurrences in generation 918, 3 occurrences in generation 922, 1 occurrences in generation 926, 1 occurrences in generation 941, 3 occurrences in generation 945, 1 occurrences in generation 949, 3 occurrences in generation 1033, 3 occurrences in generation 1037, 1 occurrences in generation 1041, 3 occurrences in generation 1044, 3 occurrences in generation 1048, 1 occurrences in generation 1052, 3 occurrences in generation 1067, 3 occurrences in generation 1071, 1 occurrences in generation 1075, 1 occurrences in generation 1155, 1 occurrences in generation 1159, 2 occurrences in generation 1163, 1 occurrences in generation 1166, 1 occurrences in generation 1167, 1 occurrences in generation 1170, 2 occurrences in generation 1174, 1 occurrences in generation 1178, 1 occurrences in generation 1189, 1 occurrences in generation 1193, 2 occurrences in generation 1197, 1 occurrences in generation 1201, 1 occurrences in generation 1285, 2 occurrences in generation 1289, 1 occurrences in generation 1293, 1 occurrences in generation 1296, 2 occurrences in generation 1300, 1 occurrences in generation 1304, 1 occurrences in generation 1319, 2 occurrences in generation 1323, 1 occurrences in generation 1327, 1 occurrences in generation 1390, 1 occurrences in generation 1411, 3 occurrences in generation 1415, 1 occurrences in generation 1419, 1 occurrences in generation 1422, 3 occurrences in generation 1426, 1 occurrences in generation 1430, 1 occurrences in generation 1445, 3 occurrences in generation 1449, 1 occurrences in generation 1453, 3 occurrences in generation 1537, 3 occurrences in generation 1541, 1 occurrences in generation 1545, 3 occurrences in generation 1548, 3 occurrences in generation 1552, 1 occurrences in generation 1556, 3 occurrences in generation 1571, 3 occurrences in generation 1575, 1 occurrences in generation 1579, 1 occurrences in generation 1659, 2 occurrences in generation 1663, 3 occurrences in generation 1667, 1 occurrences in generation 1670, 1 occurrences in generation 1671, 2 occurrences in generation 1674, 3 occurrences in generation 1678, 1 occurrences in generation 1682, 1 occurrences in generation 1693, 1 occurrences in generation 1697, 3 occurrences in generation 1701, 1 occurrences in generation 1705, 1 occurrences in generation 1713, 2 occurrences in generation 1789, 3 occurrences in generation 1793, 1 occurrences in generation 1797, 2 occurrences in generation 1800, 3 occurrences in generation 1804, 1 occurrences in generation 1808, 2 occurrences in generation 1823, 2 occurrences in generation 1827, 1 occurrences in generation 1831, 2 occurrences in generation 1915, 3 occurrences in generation 1919, 1 occurrences in generation 1923, 2 occurrences in generation 1926, 3 occurrences in generation 1930, 1 occurrences in generation 1934, 2 occurrences in generation 1949, 3 occurrences in generation 1953, 1 occurrences in generation 1957, 4 occurrences in generation 2041, 3 occurrences in generation 2045, 1 occurrences in generation 2049, 4 occurrences in generation 2052, 3 occurrences in generation 2056, 1 occurrences in generation 2060, 4 occurrences in generation 2075, 3 occurrences in generation 2079, 1 occurrences in generation 2083, 2 occurrences in generation 2163, 2 occurrences in generation 2167, 2 occurrences in generation 2171, 2 occurrences in generation 2174, 1 occurrences in generation 2175, 2 occurrences in generation 2178, 2 occurrences in generation 2182, 1 occurrences in generation 2186, 2 occurrences in generation 2197, 2 occurrences in generation 2201, 2 occurrences in generation 2205, 1 occurrences in generation 2209, 1 occurrences in generation 2268, 1 occurrences in generation 2293, 2 occurrences in generation 2297, 1 occurrences in generation 2301, 1 occurrences in generation 2304, 2 occurrences in generation 2308, 1 occurrences in generation 2312, 1 occurrences in generation 2327, 2 occurrences in generation 2331, 1 occurrences in generation 2335, 1 occurrences in generation 2419, 3 occurrences in generation 2423, 1 occurrences in generation 2427, 1 occurrences in generation 2430, 3 occurrences in generation 2434, 1 occurrences in generation 2438, 1 occurrences in generation 2453, 3 occurrences in generation 2457, 1 occurrences in generation 2461, 3 occurrences in generation 2545, 3 occurrences in generation 2549, 1 occurrences in generation 2553, 3 occurrences in generation 2556, 3 occurrences in generation 2560, 1 occurrences in generation 2564, 3 occurrences in generation 2579, 3 occurrences in generation 2583, 1 occurrences in generation 2587, 1 occurrences in generation 2667, 2 occurrences in generation 2671, 3 occurrences in generation 2675, 1 occurrences in generation 2678, 1 occurrences in generation 2679, 2 occurrences in generation 2682, 3 occurrences in generation 2686, 1 occurrences in generation 2690, 1 occurrences in generation 2701, 2 occurrences in generation 2705, 3 occurrences in generation 2709, 1 occurrences in generation 2713, 2 occurrences in generation 2797, 1 occurrences in generation 2800, 3 occurrences in generation 2801, 1 occurrences in generation 2805, 2 occurrences in generation 2808, 3 occurrences in generation 2812, 1 occurrences in generation 2816, 2 occurrences in generation 2831, 2 occurrences in generation 2835, 1 occurrences in generation 2839, 1 occurrences in generation 2919, 2 occurrences in generation 2923, 3 occurrences in generation 2927, 1 occurrences in generation 2930, 1 occurrences in generation 2931, 2 occurrences in generation 2934, 3 occurrences in generation 2938, 1 occurrences in generation 2942, 1 occurrences in generation 2953, 2 occurrences in generation 2957, 3 occurrences in generation 2961, 1 occurrences in generation 2965, 1 occurrences in generation 3045, 4 occurrences in generation 3049, 3 occurrences in generation 3053, 1 occurrences in generation 3056, 1 occurrences in generation 3057, 4 occurrences in generation 3060, 3 occurrences in generation 3064, 1 occurrences in generation 3068, 1 occurrences in generation 3079, 4 occurrences in generation 3083, 3 occurrences in generation 3087, 1 occurrences in generation 3091, 1 occurrences in generation 3167, 3 occurrences in generation 3171, 2 occurrences in generation 3175, 1 occurrences in generation 3178, 2 occurrences in generation 3179, 3 occurrences in generation 3182, 1 occurrences in generation 3183, 2 occurrences in generation 3186, 2 occurrences in generation 3190, 1 occurrences in generation 3194, 1 occurrences in generation 3201, 3 occurrences in generation 3205, 2 occurrences in generation 3209, 2 occurrences in generation 3213, 1 occurrences in generation 3217, 1 occurrences in generation 3276, 1 occurrences in generation 3301, 2 occurrences in generation 3305, 1 occurrences in generation 3309, 1 occurrences in generation 3312, 2 occurrences in generation 3316, 1 occurrences in generation 3320, 1 occurrences in generation 3335, 2 occurrences in generation 3339, 1 occurrences in generation 3343, 1 occurrences in generation 3427, 3 occurrences in generation 3431, 1 occurrences in generation 3435, 1 occurrences in generation 3438, 3 occurrences in generation 3442, 1 occurrences in generation 3446, 1 occurrences in generation 3461, 3 occurrences in generation 3465, 1 occurrences in generation 3469, 1 occurrences in generation 3475, 1 occurrences in generation 3486, 1 occurrences in generation 3509, 3 occurrences in generation 3553, 3 occurrences in generation 3557, 1 occurrences in generation 3561, 3 occurrences in generation 3564, 3 occurrences in generation 3568, 1 occurrences in generation 3572, 3 occurrences in generation 3587, 3 occurrences in generation 3591, 1 occurrences in generation 3595, 1 occurrences in generation 3597, 1 occurrences in generation 3601, 1 occurrences in generation 3608, 1 occurrences in generation 3631, 1 occurrences in generation 3675, 2 occurrences in generation 3679, 3 occurrences in generation 3683, 1 occurrences in generation 3686, 1 occurrences in generation 3687, 2 occurrences in generation 3690, 3 occurrences in generation 3694, 1 occurrences in generation 3698, 1 occurrences in generation 3709, 2 occurrences in generation 3713, 3 occurrences in generation 3717, 1 occurrences in generation 3721, 1 occurrences in generation 3723, 1 occurrences in generation 3734, 1 occurrences in generation 3757, 3 occurrences in generation 3805, 3 occurrences in generation 3809, 1 occurrences in generation 3813, 3 occurrences in generation 3816, 3 occurrences in generation 3820, 1 occurrences in generation 3824, 3 occurrences in generation 3839, 2 occurrences in generation 3843, 1 occurrences in generation 3847, 1 occurrences in generation 3849, 1 occurrences in generation 3860, 1 occurrences in generation 3883, 1 occurrences in generation 3927, 3 occurrences in generation 3931, 3 occurrences in generation 3935, 1 occurrences in generation 3938, 1 occurrences in generation 3939, 3 occurrences in generation 3942, 3 occurrences in generation 3946, 1 occurrences in generation 3950, 1 occurrences in generation 3961, 2 occurrences in generation 3965, 3 occurrences in generation 3969, 1 occurrences in generation 3971, 1 occurrences in generation 3973, 1 occurrences in generation 3982, 1 occurrences in generation 4005, 1 occurrences in generation 4053, 4 occurrences in generation 4057, 3 occurrences in generation 4061, 1 occurrences in generation 4064, 1 occurrences in generation 4065, 4 occurrences in generation 4068, 3 occurrences in generation 4072, 1 occurrences in generation 4076, 1 occurrences in generation 4087, 4 occurrences in generation 4091, 3 occurrences in generation 4095, 1 occurrences in generation 4099, 1 occurrences in generation 4171, 3 occurrences in generation 4179, 1 occurrences in generation 4182, 2 occurrences in generation 4183, 2 occurrences in generation 4187, 3 occurrences in generation 4190, 1 occurrences in generation 4191, 2 occurrences in generation 4194, 2 occurrences in generation 4198, 1 occurrences in generation 4202, 3 occurrences in generation 4213, 2 occurrences in generation 4217, 2 occurrences in generation 4221, 1 occurrences in generation 4225, 1 occurrences in generation 4284, 1 occurrences in generation 4301, 1 occurrences in generation 4309, 1 occurrences in generation 4312, 2 occurrences in generation 4313, 1 occurrences in generation 4317, 1 occurrences in generation 4320, 2 occurrences in generation 4324, 1 occurrences in generation 4328, 1 occurrences in generation 4335, 1 occurrences in generation 4343, 2 occurrences in generation 4347, 1 occurrences in generation 4351, 1 occurrences in generation 4427, 1 occurrences in generation 4435, 1 occurrences in generation 4438, 3 occurrences in generation 4439, 1 occurrences in generation 4443, 1 occurrences in generation 4446, 3 occurrences in generation 4450, 1 occurrences in generation 4454, 1 occurrences in generation 4461, 1 occurrences in generation 4469, 3 occurrences in generation 4473, 1 occurrences in generation 4477, 1 occurrences in generation 4553, 3 occurrences in generation 4561, 1 occurrences in generation 4564, 3 occurrences in generation 4565, 1 occurrences in generation 4569, 3 occurrences in generation 4572, 3 occurrences in generation 4576, 1 occurrences in generation 4580, 1 occurrences in generation 4587, 3 occurrences in generation 4595, 3 occurrences in generation 4599, 1 occurrences in generation 4603, 1 occurrences in generation 4675, 1 occurrences in generation 4683, 1 occurrences in generation 4686, 2 occurrences in generation 4687, 3 occurrences in generation 4691, 1 occurrences in generation 4694, 1 occurrences in generation 4695, 2 occurrences in generation 4698, 3 occurrences in generation 4702, 1 occurrences in generation 4706, 1 occurrences in generation 4709, 1 occurrences in generation 4717, 2 occurrences in generation 4721, 3 occurrences in generation 4725, 1 occurrences in generation 4729, 1 occurrences in generation 4797, 1 occurrences in generation 4808, 3 occurrences in generation 4813, 3 occurrences in generation 4817, 1 occurrences in generation 4821, 3 occurrences in generation 4824, 3 occurrences in generation 4828, 1 occurrences in generation 4832, 3 occurrences in generation 4847, 2 occurrences in generation 4851, 1 occurrences in generation 4855, 1 occurrences in generation 4935, 3 occurrences in generation 4939, 3 occurrences in generation 4943, 1 occurrences in generation 4946, 1 occurrences in generation 4947, 3 occurrences in generation 4950, 3 occurrences in generation 4954, 1 occurrences in generation 4958, 1 occurrences in generation 4969, 2 occurrences in generation 4973, 3 occurrences in generation 4977, 1 occurrences in generation 4981, 1 occurrences in generation 5061, 4 occurrences in generation 5065, 3 occurrences in generation 5069, 1 occurrences in generation 5072, 1 occurrences in generation 5073, 4 occurrences in generation 5076, 3 occurrences in generation 5080, 1 occurrences in generation 5084, 1 occurrences in generation 5095, 4 occurrences in generation 5099, 3 occurrences in generation 5103, 1 occurrences in generation 5107, 3 occurrences in generation 5187, 2 occurrences in generation 5191, 2 occurrences in generation 5195, 3 occurrences in generation 5198, 1 occurrences in generation 5199, 2 occurrences in generation 5202, 2 occurrences in generation 5206, 1 occurrences in generation 5210, 3 occurrences in generation 5221, 2 occurrences in generation 5225, 2 occurrences in generation 5229, 1 occurrences in generation 5233, 1 occurrences in generation 5292, 1 occurrences in generation 5309, 1 occurrences in generation 5317, 1 occurrences in generation 5320, 2 occurrences in generation 5321, 1 occurrences in generation 5325, 1 occurrences in generation 5328, 2 occurrences in generation 5332, 1 occurrences in generation 5336, 1 occurrences in generation 5343, 1 occurrences in generation 5351, 2 occurrences in generation 5355, 1 occurrences in generation 5359, 1 occurrences in generation 5414, 1 occurrences in generation 5443, 3 occurrences in generation 5447, 1 occurrences in generation 5451, 1 occurrences in generation 5454, 3 occurrences in generation 5458, 1 occurrences in generation 5462, 1 occurrences in generation 5477, 3 occurrences in generation 5481, 1 occurrences in generation 5485, 3 occurrences in generation 5569, 3 occurrences in generation 5573, 1 occurrences in generation 5577, 3 occurrences in generation 5580, 3 occurrences in generation 5584, 1 occurrences in generation 5588, 3 occurrences in generation 5603, 3 occurrences in generation 5607, 1 occurrences in generation 5611, 1 occurrences in generation 5691, 2 occurrences in generation 5695, 3 occurrences in generation 5699, 1 occurrences in generation 5702, 1 occurrences in generation 5703, 2 occurrences in generation 5706, 3 occurrences in generation 5710, 1 occurrences in generation 5714, 1 occurrences in generation 5725, 2 occurrences in generation 5729, 3 occurrences in generation 5733, 1 occurrences in generation 5737, 3 occurrences in generation 5821, 3 occurrences in generation 5825, 1 occurrences in generation 5829, 3 occurrences in generation 5832, 3 occurrences in generation 5836, 1 occurrences in generation 5840, 3 occurrences in generation 5855, 2 occurrences in generation 5859, 1 occurrences in generation 5863, 1 occurrences in generation 5943, 3 occurrences in generation 5947, 3 occurrences in generation 5951, 1 occurrences in generation 5954, 1 occurrences in generation 5955, 3 occurrences in generation 5958, 3 occurrences in generation 5962, 1 occurrences in generation 5966, 1 occurrences in generation 5977, 2 occurrences in generation 5981, 3 occurrences in generation 5985, 1 occurrences in generation 5989, 1 occurrences in generation 6069, 4 occurrences in generation 6073, 3 occurrences in generation 6077, 1 occurrences in generation 6080, 1 occurrences in generation 6081, 4 occurrences in generation 6084, 3 occurrences in generation 6088, 1 occurrences in generation 6092, 1 occurrences in generation 6103, 4 occurrences in generation 6107, 3 occurrences in generation 6111, 1 occurrences in generation 6115, 3 occurrences in generation 6195, 2 occurrences in generation 6199, 2 occurrences in generation 6203, 3 occurrences in generation 6206, 1 occurrences in generation 6207, 2 occurrences in generation 6210, 2 occurrences in generation 6214, 1 occurrences in generation 6218, 3 occurrences in generation 6229, 2 occurrences in generation 6233, 2 occurrences in generation 6237, 1 occurrences in generation 6241, 1 occurrences in generation 6300, 1 occurrences in generation 6317, 1 occurrences in generation 6325, 1 occurrences in generation 6328, 2 occurrences in generation 6329, 1 occurrences in generation 6333, 1 occurrences in generation 6336, 2 occurrences in generation 6340, 1 occurrences in generation 6344, 1 occurrences in generation 6351, 1 occurrences in generation 6359, 2 occurrences in generation 6363, 1 occurrences in generation 6367, 1 occurrences in generation 6422, 1 occurrences in generation 6451, 3 occurrences in generation 6455, 1 occurrences in generation 6459, 1 occurrences in generation 6462, 3 occurrences in generation 6466, 1 occurrences in generation 6470, 1 occurrences in generation 6485, 3 occurrences in generation 6489, 1 occurrences in generation 6493, 3 occurrences in generation 6577, 3 occurrences in generation 6581, 1 occurrences in generation 6585, 3 occurrences in generation 6588, 3 occurrences in generation 6592, 1 occurrences in generation 6596, 3 occurrences in generation 6611, 3 occurrences in generation 6615, 1 occurrences in generation 6619, 1 occurrences in generation 6699, 2 occurrences in generation 6703, 3 occurrences in generation 6707, 1 occurrences in generation 6710, 1 occurrences in generation 6711, 2 occurrences in generation 6714, 3 occurrences in generation 6718, 1 occurrences in generation 6722, 1 occurrences in generation 6733, 2 occurrences in generation 6737, 3 occurrences in generation 6741, 1 occurrences in generation 6745, 3 occurrences in generation 6829, 3 occurrences in generation 6833, 1 occurrences in generation 6837, 3 occurrences in generation 6840, 3 occurrences in generation 6844, 1 occurrences in generation 6848, 3 occurrences in generation 6863, 2 occurrences in generation 6867, 1 occurrences in generation 6871, 1 occurrences in generation 6951, 3 occurrences in generation 6955, 3 occurrences in generation 6959, 1 occurrences in generation 6962, 1 occurrences in generation 6963, 3 occurrences in generation 6966, 3 occurrences in generation 6970, 1 occurrences in generation 6974, 1 occurrences in generation 6985, 2 occurrences in generation 6989, 3 occurrences in generation 6993, 1 occurrences in generation 6997, 1 occurrences in generation 7077, 4 occurrences in generation 7081, 3 occurrences in generation 7085, 1 occurrences in generation 7088, 1 occurrences in generation 7089, 4 occurrences in generation 7092, 3 occurrences in generation 7096, 1 occurrences in generation 7100, 1 occurrences in generation 7111, 4 occurrences in generation 7115, 3 occurrences in generation 7119, 1 occurrences in generation 7123, 3 occurrences in generation 7203, 2 occurrences in generation 7207, 2 occurrences in generation 7211, 3 occurrences in generation 7214, 1 occurrences in generation 7215, 2 occurrences in generation 7218, 2 occurrences in generation 7222, 1 occurrences in generation 7226, 3 occurrences in generation 7237, 2 occurrences in generation 7241, 2 occurrences in generation 7245, 1 occurrences in generation 7249, 1 occurrences in generation 7308, 1 occurrences in generation 7325, 1 occurrences in generation 7333, 1 occurrences in generation 7336, 2 occurrences in generation 7337, 1 occurrences in generation 7341, 1 occurrences in generation 7344, 2 occurrences in generation 7348, 1 occurrences in generation 7352, 1 occurrences in generation 7359, 1 occurrences in generation 7367, 2 occurrences in generation 7371, 1 occurrences in generation 7375, 1 occurrences in generation 7430, 1 occurrences in generation 7459, 3 occurrences in generation 7463, 1 occurrences in generation 7467, 1 occurrences in generation 7470, 3 occurrences in generation 7474, 1 occurrences in generation 7478, 1 occurrences in generation 7493, 3 occurrences in generation 7497, 1 occurrences in generation 7501, 3 occurrences in generation 7585, 3 occurrences in generation 7589, 1 occurrences in generation 7593, 3 occurrences in generation 7596, 3 occurrences in generation 7600, 1 occurrences in generation 7604, 3 occurrences in generation 7619, 3 occurrences in generation 7623, 1 occurrences in generation 7627, 1 occurrences in generation 7707, 2 occurrences in generation 7711, 3 occurrences in generation 7715, 1 occurrences in generation 7718, 1 occurrences in generation 7719, 2 occurrences in generation 7722, 3 occurrences in generation 7726, 1 occurrences in generation 7730, 1 occurrences in generation 7741, 2 occurrences in generation 7745, 3 occurrences in generation 7749, 1 occurrences in generation 7753, 3 occurrences in generation 7837, 3 occurrences in generation 7841, 1 occurrences in generation 7845, 3 occurrences in generation 7848, 3 occurrences in generation 7852, 1 occurrences in generation 7856, 3 occurrences in generation 7871, 2 occurrences in generation 7875, 1 occurrences in generation 7879, 1 occurrences in generation 7959, 3 occurrences in generation 7963, 3 occurrences in generation 7967, 1 occurrences in generation 7970, 1 occurrences in generation 7971, 3 occurrences in generation 7974, 3 occurrences in generation 7978, 1 occurrences in generation 7982, 1 occurrences in generation 7993, 2 occurrences in generation 7997, 3 occurrences in generation 8001, 1 occurrences in generation 8005, 1 occurrences in generation 8085, 4 occurrences in generation 8089, 3 occurrences in generation 8093, 1 occurrences in generation 8096, 1 occurrences in generation 8097, 4 occurrences in generation 8100, 3 occurrences in generation 8104, 1 occurrences in generation 8108, 1 occurrences in generation 8119, 4 occurrences in generation 8123, 3 occurrences in generation 8127, 1 occurrences in generation 8131, 3 occurrences in generation 8211, 2 occurrences in generation 8215, 2 occurrences in generation 8219, 3 occurrences in generation 8222, 1 occurrences in generation 8223, 2 occurrences in generation 8226, 2 occurrences in generation 8230, 1 occurrences in generation 8234, 3 occurrences in generation 8245, 2 occurrences in generation 8249, 2 occurrences in generation 8253, 1 occurrences in generation 8257, 1 occurrences in generation 8316, 1 occurrences in generation 8333, 1 occurrences in generation 8341, 1 occurrences in generation 8344, 2 occurrences in generation 8345, 1 occurrences in generation 8349, 1 occurrences in generation 8352, 2 occurrences in generation 8356, 1 occurrences in generation 8360, 1 occurrences in generation 8367, 1 occurrences in generation 8375, 2 occurrences in generation 8379, 1 occurrences in generation 8383, 1 occurrences in generation 8438, 1 occurrences in generation 8467, 3 occurrences in generation 8471, 1 occurrences in generation 8475, 1 occurrences in generation 8478, 3 occurrences in generation 8482, 1 occurrences in generation 8486, 1 occurrences in generation 8501, 3 occurrences in generation 8505, 1 occurrences in generation 8509, 3 occurrences in generation 8593, 3 occurrences in generation 8597, 1 occurrences in generation 8601, 3 occurrences in generation 8604, 3 occurrences in generation 8608, 1 occurrences in generation 8612, 3 occurrences in generation 8627, 3 occurrences in generation 8631, 1 occurrences in generation 8635, 1 occurrences in generation 8715, 2 occurrences in generation 8719, 3 occurrences in generation 8723, 1 occurrences in generation 8726, 1 occurrences in generation 8727, 2 occurrences in generation 8730, 3 occurrences in generation 8734, 1 occurrences in generation 8738, 1 occurrences in generation 8749, 2 occurrences in generation 8753, 3 occurrences in generation 8757, 1 occurrences in generation 8761, 3 occurrences in generation 8845, 3 occurrences in generation 8849, 1 occurrences in generation 8853, 3 occurrences in generation 8856, 3 occurrences in generation 8860, 1 occurrences in generation 8864, 3 occurrences in generation 8879, 2 occurrences in generation 8883, 1 occurrences in generation 8887, 1 occurrences in generation 8967, 3 occurrences in generation 8971, 3 occurrences in generation 8975, 1 occurrences in generation 8978, 1 occurrences in generation 8979, 3 occurrences in generation 8982, 3 occurrences in generation 8986, 1 occurrences in generation 8990, 1 occurrences in generation 9001, 2 occurrences in generation 9005, 3 occurrences in generation 9009, 1 occurrences in generation 9013, 1 occurrences in generation 9093, 4 occurrences in generation 9097, 3 occurrences in generation 9101, 1 occurrences in generation 9104, 1 occurrences in generation 9105, 4 occurrences in generation 9108, 3 occurrences in generation 9112, 1 occurrences in generation 9116, 1 occurrences in generation 9127, 4 occurrences in generation 9131, 3 occurrences in generation 9135, 1 occurrences in generation 9139, 3 occurrences in generation 9219, 2 occurrences in generation 9223, 2 occurrences in generation 9227, 3 occurrences in generation 9230, 1 occurrences in generation 9231, 2 occurrences in generation 9234, 2 occurrences in generation 9238, 1 occurrences in generation 9242, 3 occurrences in generation 9253, 2 occurrences in generation 9257, 2 occurrences in generation 9261, 1 occurrences in generation 9265, 1 occurrences in generation 9324, 1 occurrences in generation 9341, 1 occurrences in generation 9349, 1 occurrences in generation 9352, 2 occurrences in generation 9353, 1 occurrences in generation 9357, 1 occurrences in generation 9360, 2 occurrences in generation 9364, 1 occurrences in generation 9368, 1 occurrences in generation 9375, 1 occurrences in generation 9383, 2 occurrences in generation 9387, 1 occurrences in generation 9391, 1 occurrences in generation 9446, 1 occurrences in generation 9475, 3 occurrences in generation 9479, 1 occurrences in generation 9483, 1 occurrences in generation 9486, 3 occurrences in generation 9490, 1 occurrences in generation 9494, 1 occurrences in generation 9509, 3 occurrences in generation 9513, 1 occurrences in generation 9517, 3 occurrences in generation 9601, 3 occurrences in generation 9605, 1 occurrences in generation 9609, 3 occurrences in generation 9612, 3 occurrences in generation 9616, 1 occurrences in generation 9620, 3 occurrences in generation 9635, 3 occurrences in generation 9639, 1 occurrences in generation 9643, 1 occurrences in generation 9723, 2 occurrences in generation 9727, 3 occurrences in generation 9731, 1 occurrences in generation 9734, 1 occurrences in generation 9735, 2 occurrences in generation 9738, 3 occurrences in generation 9742, 1 occurrences in generation 9746, 1 occurrences in generation 9757, 2 occurrences in generation 9761, 3 occurrences in generation 9765, 1 occurrences in generation 9769, 3 occurrences in generation 9853, 3 occurrences in generation 9857, 1 occurrences in generation 9861, 3 occurrences in generation 9864, 3 occurrences in generation 9868, 1 occurrences in generation 9872, 3 occurrences in generation 9887, 2 occurrences in generation 9891, 1 occurrences in generation 9895, 1 occurrences in generation 9975, 3 occurrences in generation 9979, 3 occurrences in generation 9983, 1 occurrences in generation 9986, 1 occurrences in generation 9987, 3 occurrences in generation 9990, 3 occurrences in generation 9994, 1 occurrences in generation 9998
    
  • Then, I computed differences between numbers of successive generations containing occurrences of the cell condition (B4c/A4c), and got the following sequence of differences. Now it should be possible to see that this sequence is somewhat repetitive (for example, there are several occurrences of the difference 88), but not sufficiently regular to assert some "simple law".

    Code: Select all

    11, 23, 88,
    4, 7, 4, 19, 4, 88,
    4, 7, 4, 19, 4, 88,
    4, 7, 4, 19, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 88,
    4, 7, 4, 19, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 63,
    21, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 8, 76,
    4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    25, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    3, 1, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 76,
    4, 4, 3, 1, 3, 1, 3, 4, 4, 7, 4, 4, 4, 4, 59,
    25, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 6, 11, 23, 44,
    4, 4, 3, 4, 4, 15, 4, 4, 2, 4, 7, 23, 44,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 2, 11, 23, 48,
    4, 4, 3, 4, 4, 15, 4, 4, 2, 11, 23, 44,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 2, 2, 9, 23, 48,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 72,
    8, 3, 1, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 76,
    8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 76,
    8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 72,
    8, 3, 1, 4, 3, 1, 3, 4, 4, 3, 8, 4, 4, 4, 68,
    11, 5, 4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 55,
    29, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 55,
    29, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 55,
    29, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 55,
    29, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 59,
    17, 8, 3, 1, 4, 3, 4, 4, 7, 8, 4, 4, 55,
    29, 4, 4, 3, 4, 4, 15, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4, 11, 4, 4, 4, 84,
    4, 4, 3, 4, 4, 15, 4, 4, 80,
    4, 4, 3, 1, 3, 4, 4
    
    Here are all distinct differences appearing in the above list:
    1, 2, 3, 4, 5, 6, 7, 8, 9, 11, 15, 17, 19, 21, 23, 25, 29, 44, 48, 55, 59, 63, 68, 72, 76, 80, 84, 88
  • Here is a filtered version of the combined data from above, giving only those "recorded" generations which are at least 40 ticks after the preceding "recorded" generation. You can investigate the situation further, by looking at the listed generations (T = 155, T = 281, T = 407, etc.) and comparing them with each other.
    (The item syntax "2 occ. in gen. 1915 (+84 ticks)" means "2 occurrences of the cell condition (B4c/A4c) in generation 1915, which is 84 ticks after the preceding generation with an occurrence of said cell condition".)
    1 occ. in gen. 155 (+88 ticks), 1 occ. in gen. 281 (+88 ticks), 2 occ. in gen. 407 (+88 ticks), 1 occ. in gen. 529 (+84 ticks), 2 occ. in gen. 659 (+88 ticks), 1 occ. in gen. 781 (+84 ticks), 1 occ. in gen. 907 (+84 ticks), 3 occ. in gen. 1033 (+84 ticks), 1 occ. in gen. 1155 (+80 ticks), 1 occ. in gen. 1285 (+84 ticks), 1 occ. in gen. 1390 (+63 ticks), 3 occ. in gen. 1537 (+84 ticks), 1 occ. in gen. 1659 (+80 ticks), 2 occ. in gen. 1789 (+76 ticks), 2 occ. in gen. 1915 (+84 ticks), 4 occ. in gen. 2041 (+84 ticks), 2 occ. in gen. 2163 (+80 ticks), 1 occ. in gen. 2268 (+59 ticks), 1 occ. in gen. 2419 (+84 ticks), 3 occ. in gen. 2545 (+84 ticks), 1 occ. in gen. 2667 (+80 ticks), 2 occ. in gen. 2797 (+84 ticks), 1 occ. in gen. 2919 (+80 ticks), 1 occ. in gen. 3045 (+80 ticks), 1 occ. in gen. 3167 (+76 ticks), 1 occ. in gen. 3276 (+59 ticks), 1 occ. in gen. 3427 (+84 ticks), 3 occ. in gen. 3553 (+44 ticks), 1 occ. in gen. 3675 (+44 ticks), 3 occ. in gen. 3805 (+48 ticks), 1 occ. in gen. 3927 (+44 ticks), 1 occ. in gen. 4053 (+48 ticks), 1 occ. in gen. 4171 (+72 ticks), 1 occ. in gen. 4284 (+59 ticks), 1 occ. in gen. 4427 (+76 ticks), 1 occ. in gen. 4553 (+76 ticks), 1 occ. in gen. 4675 (+72 ticks), 1 occ. in gen. 4797 (+68 ticks), 1 occ. in gen. 4935 (+80 ticks), 1 occ. in gen. 5061 (+80 ticks), 3 occ. in gen. 5187 (+80 ticks), 1 occ. in gen. 5292 (+59 ticks), 1 occ. in gen. 5414 (+55 ticks), 3 occ. in gen. 5569 (+84 ticks), 1 occ. in gen. 5691 (+80 ticks), 3 occ. in gen. 5821 (+84 ticks), 1 occ. in gen. 5943 (+80 ticks), 1 occ. in gen. 6069 (+80 ticks), 3 occ. in gen. 6195 (+80 ticks), 1 occ. in gen. 6300 (+59 ticks), 1 occ. in gen. 6422 (+55 ticks), 3 occ. in gen. 6577 (+84 ticks), 1 occ. in gen. 6699 (+80 ticks), 3 occ. in gen. 6829 (+84 ticks), 1 occ. in gen. 6951 (+80 ticks), 1 occ. in gen. 7077 (+80 ticks), 3 occ. in gen. 7203 (+80 ticks), 1 occ. in gen. 7308 (+59 ticks), 1 occ. in gen. 7430 (+55 ticks), 3 occ. in gen. 7585 (+84 ticks), 1 occ. in gen. 7707 (+80 ticks), 3 occ. in gen. 7837 (+84 ticks), 1 occ. in gen. 7959 (+80 ticks), 1 occ. in gen. 8085 (+80 ticks), 3 occ. in gen. 8211 (+80 ticks), 1 occ. in gen. 8316 (+59 ticks), 1 occ. in gen. 8438 (+55 ticks), 3 occ. in gen. 8593 (+84 ticks), 1 occ. in gen. 8715 (+80 ticks), 3 occ. in gen. 8845 (+84 ticks), 1 occ. in gen. 8967 (+80 ticks), 1 occ. in gen. 9093 (+80 ticks), 3 occ. in gen. 9219 (+80 ticks), 1 occ. in gen. 9324 (+59 ticks), 1 occ. in gen. 9446 (+55 ticks), 3 occ. in gen. 9601 (+84 ticks), 1 occ. in gen. 9723 (+80 ticks), 3 occ. in gen. 9853 (+84 ticks), 1 occ. in gen. 9975 (+80 ticks)
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
LuveelVoom
Posts: 463
Joined: April 27th, 2022, 7:59 pm

Re: Thread for basic non-CGOL questions

Post by LuveelVoom » April 18th, 2025, 6:52 pm

B3ai457e/S2-a34n has a reaction where a tub evolves to a 24-bit still life resembling a circle. What is the rulespace where this reaction proceeds as it does in B3ai457e/S2-a34n? (I will also be putting this rule in LuveelVoom’s rules soon as it has other interesting features. My working name for it is Bubbles.)
OCA primer (WIP): User:LuveelVoom/A_Primer_On_OCA
My rules: viewtopic.php?f=11&t=6843
YBOCAD: viewtopic.php?f=11&t=7036
Discord user: LuveelVoom

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 19th, 2025, 4:20 am

LuveelVoom wrote:
April 18th, 2025, 6:52 pm
B3ai457e/S2-a34n has a reaction where a tub evolves to a 24-bit still life resembling a circle. What is the rulespace where this reaction proceeds as it does in B3ai457e/S2-a34n? [...]
If you intend to restrict to CA of the same type, then I think it is as follows (pattern comments, <H>/<C> in LifeViewer):

Code: Select all

#C 2^55 = 36028797018963968 two-state isotropic cellular automata with Moore neighbourhood:
#C required birth conditions: B3ai4acejqrw5ae
#C required survival conditions: S2ceikn3ciy4n
#C optional birth conditions: B2ikn3nr4ikntyz5cijknqry6aeikn7ce
#C optional survival conditions: S01ce2a3aejknqr4akqrtyz5ceijknq6aeik
#C forbidden birth conditions: B01ce2ace3cejkqy6c8
#C forbidden survival conditions: S4ceijw5ary6cn7ce8
x = 3, y = 3, rule = B3ainr4acejqrw5ae/S234n
bo$obo$bo!
There are possibilities beyond that, with cellular automata of other types, for example:

Code: Select all

#C Two-state isotropic cellular automaton defined using a fully-symmetric weighted neighbourhood
#C optional birth conditions (3909): 2-4, 6-19, 21-24, 27-35, 37-40, 42-56, 58-61, 63-64, 66-103, 105, 107-119, 121-123, 127-129, 132-135, 137-149, 152-154, 157-159, 162-174, 176-180, 182-249, 252-254, 257-259, 263-265, 268-274, 278-279, 282-284, 287-299, 303-304, 306-311, 313-347, 349-374, 377-379, 382-384, 387-399, 403-404, 407-409, 412-424, 427-430, 433-441, 443-460, 462-499, 503-504, 507-509, 513-524, 528-529, 533-534, 537-550, 552-554, 556-560, 562-585, 587-597, 599-607, 609-624, 627-629, 632-634, 637-639, 641-644, 646-649, 653-654, 657-659, 663-675, 677-679, 683-722, 724-749, 753-754, 757-759, 761-765, 767-774, 778-779, 783-785, 788-803, 806, 809-869, 871-874, 878-879, 883-884, 887-889, 892-899, 903-905, 908-910, 913-929, 932, 934-999, 1003, 1005-1009, 1012-1015, 1017-1021, 1023-1024, 1028-1029, 1032-1035, 1038-1039, 1041-1056, 1062-1103, 1105-1119, 1121-1123, 1126, 1128-1155, 1157-1160, 1163-1179, 1182-1201, 1203-1250, 1252-1260, 1262-1275, 1278-1280, 1282-1285, 1288-1289, 1291-1305, 1308-1312, 1314-1375, 1377-1389, 1391-1394, 1396-1411, 1413-1431, 1433-1499, 1502-1503, 1505-1536, 1538-1554, 1556-1623, 1625-1659, 1663-1695, 1697-2003, 2005, 2007-2059, 2061-2211, 2213-2306, 2308-3623, 3625-4124
#C optional survival conditions (3986): 0-19, 21-35, 37-50, 52-54, 57-59, 61-65, 67-69, 71-103, 105-131, 133-135, 137-139, 141-151, 153-155, 157-159, 161-179, 181-185, 187-255, 257-261, 263-275, 277-279, 282-284, 287-299, 303-305, 307-309, 312-326, 328-374, 376-379, 381-384, 386, 388-400, 402-404, 407-409, 412-424, 426-445, 447-466, 468-500, 502-509, 513-525, 527-529, 532-534, 537-549, 551, 553-560, 563-565, 567-586, 588-595, 598-624, 627-629, 631-655, 657-660, 662-674, 678-679, 681-684, 688-690, 693-700, 702-705, 707-720, 722-746, 748-759, 763-780, 782-784, 787-799, 802-805, 807, 809-810, 813-815, 817-837, 839-841, 843-885, 887-899, 901-910, 912-924, 926-935, 938-966, 968-971, 973-1011, 1013-1019, 1021-1024, 1026-1049, 1051-1055, 1057-1060, 1063-1066, 1068-1087, 1089-1103, 1105-1174, 1177-1180, 1182, 1184-1210, 1213-1243, 1245-1261, 1263-1301, 1303-1305, 1307-1312, 1314-1326, 1328-1384, 1386-1440, 1442-1444, 1446-1554, 1556-1561, 1563-1571, 1573-1581, 1583-1586, 1588-1666, 1668-1868, 1870-1946, 1948-2248, 2250-2471, 2473-2871, 2873-2973, 2975-3243, 3245-4124
x = 58, y = 27, rule = R3,C0,S36-56,136-180,262,280-306,327,387,405-425,510-512,531-552,656-680,701-706,760-808,911-925,1012,1050-1056,1175-1183,1262-1306,1327-1385,1555,1582,B15-20,35-37,57,61,104,140-141,160-162,180-182,265-266,285-287,305-308,326,390-392,411-413,418,430-432,450-453,515-516,536-538,555-559,577,608,641-645,660-662,666,680-683,700,765,767,785-788,805-807,822-827,857,892,910,912-913,930-932,951-952,1015,1017-1022,1035,1037-1040,1055-1057,1060-1061,1075-1077,1104,1140-1143,1160-1161,1163,1180-1183,1200-1201,1203,1215,1265,1267,1288-1290,1305-1308,1313,1326,1335,1382,1391-1395,1410-1413,1430-1433,1451,1515-1517,1535-1538,1555-1558,1576,1582,1641-1643,1661,1663,1680-1683,1701-1702,1766,1785-1787,1805-1808,1813,1826,1881,1911-1913,1930-1933,1953,2036-2038,2055-2060,2160-2162,2180-2181,2212,2300-2307,2326,NW7D7D7D7D7D7D7D7D007D017D007D7D7D1905197D7D7D01050005017D7D7D1905197D7D7D007D017D007D7D7D7D7D7D7D7D
b2o24b2o12bo$o2bo11b2o8bo4bo8bo3bo9bo2bo$o2bo12bo14bo12bo12bo$o2bo9bo
11bo5bo7bo4bo8bo3bo$o2bo9b2o11b6o8b5o9b4o$b2o12$35bo15b2o$36bo13b3o$
34b3o14b2o5$18bo$17bobo$18bo!

edit 1:
I got a p14 orthogonal 2c/7 polyomino spaceship, here it is along with the subspace where both the spaceship and the tub sequence exist:

Code: Select all

#C 2^19 = 524288 two-state isotropic cellular automata with Moore neighbourhood:
#C required birth conditions: B3ainr4acejqrw5ae
#C required survival conditions: S2aceikn3aceijnqry4n
#C optional birth conditions: B2i4ityz5i6eikn
#C optional survival conditions: S03k4aktz5c6ek
#C forbidden birth conditions: B01ce2acekn3cejkqy4kn5cjknqry6ac7ce8
#C forbidden survival conditions: S1ce4ceijqrwy5aeijknqry6acin7ce8
x = 22, y = 7, rule = B3ainr4acejqrw5ae/S234n
18b3o$18b3o$17b5o$bo16b3o$obo13bobobo$bo14bobo$16b3o!
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
LuveelVoom
Posts: 463
Joined: April 27th, 2022, 7:59 pm

Re: Thread for basic non-CGOL questions

Post by LuveelVoom » April 19th, 2025, 2:13 pm

In what rulespace does the tub -> bubble reaction and the following three objects still work?

Code: Select all

x = 61, y = 23, rule = B3ai457e/S2-a34n
9$28bo$27b3o24bo$6bo19b2ob2o13bo8bobo$5bobo19b2ob2o10bo11b2o$6bo21b2o
b2o9bo2bo$29b3o10b3o$30bo!
OCA primer (WIP): User:LuveelVoom/A_Primer_On_OCA
My rules: viewtopic.php?f=11&t=6843
YBOCAD: viewtopic.php?f=11&t=7036
Discord user: LuveelVoom

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 19th, 2025, 2:32 pm

LuveelVoom wrote:
April 19th, 2025, 2:13 pm
In what rulespace does the tub -> bubble reaction and the following three objects still work? [...]

Code: Select all

#C 2^18 = 262144 two-state isotropic cellular automata with Moore neighbourhood:
#C required birth conditions: B3ai4aceijkqrwy5acekqr
#C required survival conditions: S2ceikn3acijknqry4n
#C optional birth conditions: B2i3n4ntz5ijny6ai7e
#C optional survival conditions: S3e4k5j6aik
#C forbidden birth conditions: B01ce2acekn3cejkqry6cekn7c8
#C forbidden survival conditions: S01ce2a4aceijqrtwyz5aceiknqry6cen7ce8
x = 58, y = 10, rule = B3ai457e/S2-a34n
23bo$22b3o31bo$bo19b2ob2o29bobo$obo19b2ob2o28b2o$bo21b2ob2o$24b3o$25bo
17bo$41bo$41bo2bo$41b3o!
I did not find a way to capture the entire collection using a fully-symmetric weighted neighbourhood with range up to 3. There might be solutions with range > 3, and/or non-fully-symmetric solutions.
edit: it looks like the "boat" diagonal spaceship cannot be captured using a fully-symmetric weighted neighbourhood at all, regardless of the range.
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
hotcrystal0
Posts: 4335
Joined: July 3rd, 2020, 5:32 pm
Location: wherever you think I am

Re: Thread for basic non-CGOL questions

Post by hotcrystal0 » April 20th, 2025, 9:31 am

What is the known spaceship with the most layers of SMOS?
Last edited by hotcrystal0 on April 20th, 2025, 11:02 am, edited 1 time in total.
wherever I go on the internet I bring with myself nothing but problems.

Code: Select all

x = 192, y = 53, rule = B3/S23
33$42b4o$41b6o$40b2ob4o$41b2o3$41b2o$39bo6bo$38bo8bo$38bo8bo$38b9o3$42b
4o$41b6o$40b2ob4o$41b2o!

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 20th, 2025, 11:02 am

hotcrystal0 wrote:
April 20th, 2025, 9:31 am
What is the spaceship with the most layers of SMOS?
You're assuming it exists at all (which may fail to be the case, if there is a way to construct an example with arbitrarily many "layers").

If you mean "currently-known spaceship" rather than "in existence", then you're assuming it is unique (which may fail to be the case, if there are ties) and that anyone cared to keep track of these animals before now.
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
islptng
Posts: 475
Joined: May 24th, 2024, 6:17 am
Location: 种花家

Re: Thread for basic non-CGOL questions

Post by islptng » April 21st, 2025, 1:19 am

Does this count as a caber tosser?

Code: Select all

x = 128, y = 47, rule = B3ain4ajkz5ejknq6-ac7e/S1e2-cn3-aenq4-ajntw5ikqy6-i7e
61bo$61bo$9b4o111bo$124bo$5bo4b2o4bo89bo$5b12o11b2o75b2o$5bob8obo89bo$
6b3ob2ob3o$6b2ob4ob2o44bo$10b2o16b2o4bo3bo21bo$9b4o21bo3bo$9bo2bo$126b
2o3$16bo3bo$16bo3bo22b2o8bobo11b2o57b2o$53bobo$47b2o2$67b2o$11bo25bobo
$10b3o24bobo21bo$31b2o28bo$57b2o$24bo$24bo32b2o2bo$61bo2$25b3o13b2o$
23b2o2bo$16bo8b3o13b2o$16bo26bo3b2o16bo3bo$43bo3bo5bobo9bo3bo$49b2o2bo
bo$16bo12b2o$15b2o$16bo14b2o$2o35bobo$6bo5bo24bobo$6bo5bo6bo$19bo8bo$
28bo11b2o2$60bo3bo$60bo3bo$40b2o!
My sandbox | All my engineered replicators | TNT
Asperger, ISTP, using a Dvorak keyboard.

On March 2nd, I'll begin my time travel to July (at least on the Internet). During these time, I do not exist, so don't try to contact me. (Not a joke!)

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 21st, 2025, 3:08 am

The pattern is similar to a caber tosser in how it functions and how its population grows over time,
however, it doesn't match the definition of what a caber tosser is (and hence fails to count as a caber tosser):
  • One problem is that there is leftover junk (a domino), which is only cleaned later during the next cycle (and the time until the next cycle increases). Looks like this issue could be fixed by sending an additional spaceship within the salvo (and making the stationary part more complex).
  • Another problem is that there is a salvo (as opposed to just a spaceship bouncing between a slower receding spaceship and a stationary reflector).
islptng wrote:
April 21st, 2025, 1:19 am
Does this count as a caber tosser?

Code: Select all

x = 128, y = 47, rule = B3ain4ajkz5ejknq6-ac7e/S1e2-cn3-aenq4-ajntw5ikqy6-i7e
61bo$61bo$9b4o111bo$124bo$5bo4b2o4bo89bo$5b12o11b2o75b2o$5bob8obo89bo$
6b3ob2ob3o$6b2ob4ob2o44bo$10b2o16b2o4bo3bo21bo$9b4o21bo3bo$9bo2bo$126b
2o3$16bo3bo$16bo3bo22b2o8bobo11b2o57b2o$53bobo$47b2o2$67b2o$11bo25bobo
$10b3o24bobo21bo$31b2o28bo$57b2o$24bo$24bo32b2o2bo$61bo2$25b3o13b2o$
23b2o2bo$16bo8b3o13b2o$16bo26bo3b2o16bo3bo$43bo3bo5bobo9bo3bo$49b2o2bo
bo$16bo12b2o$15b2o$16bo14b2o$2o35bobo$6bo5bo24bobo$6bo5bo6bo$19bo8bo$
28bo11b2o2$60bo3bo$60bo3bo$40b2o!
The small spaceship that's moving to the left in the initial generation (T = 0), reappears (as can be found using the script viewtopic.php?p=209568#p209568)
in generation 524 (524 ticks after preceding appearance),
in generation 3144 (2620 ticks after preceding appearance),
in generation 16244 (13100 ticks after preceding appearance),
in generation 81744 (65500 ticks after preceding appearance),
...
Each time interval between consecutive appearances of that spaceship is 5 times longer than the preceding such interval.
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
b-engine
Posts: 3746
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on where Earth At
Contact:

Re: Thread for non-CGOL questions

Post by b-engine » April 22nd, 2025, 3:51 am

Is there any known spaceships made of a spaceship and a SMOS made of that spaceship?

User avatar
silversmith
Posts: 458
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for non-CGOL questions

Post by silversmith » April 23rd, 2025, 5:38 am

b-engine wrote:
April 22nd, 2025, 3:51 am
Is there any known spaceships made of a spaceship and a SMOS made of that spaceship?
There are several known level 3 SMOSs. There is also at least one known level 5 SMOS
A mobile-first simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer
Documentation: https://github.com/teraxtech/caplayer

User avatar
b-engine
Posts: 3746
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on where Earth At
Contact:

Re: Thread for non-CGOL questions

Post by b-engine » April 23rd, 2025, 6:16 am

silversmith wrote:
April 23rd, 2025, 5:38 am
b-engine wrote:
April 22nd, 2025, 3:51 am
Is there any known spaceships made of a spaceship and a SMOS made of that spaceship?
There are several known level 3 SMOSs. There is also at least one known level 5 SMOS
I mean, something that looks like this:

Code: Select all

x = 24, y = 11, rule = SMOSmore
22.BA7$AB2$3.B$3.A!
@RULE SMOSmore
@TABLE
n_states:5
neighborhood:Moore
symmetries:rotate4reflect
var a={0,1,2,3,4}
var a1=a
var a2=a
var a3=a
var a4=a
var a5=a
var a6=a
var a7=a
var a8=a
var b={2,3,4}
0,2,0,0,0,0,0,0,0,2
0,2,0,2,0,0,0,0,0,3
0,3,1,0,0,0,0,0,0,2
0,1,3,0,0,0,0,0,0,1
0,0,2,2,0,2,0,0,0,4
0,1,4,1,0,0,0,0,0,1
0,4,0,0,0,0,0,0,0,1
0,4,1,0,0,0,0,0,0,1
0,0,1,3,1,0,0,0,0,3
0,4,1,1,0,0,0,0,0,1
1,4,1,0,0,0,0,0,0,4
3,1,0,1,0,0,0,0,0,0
4,1,1,0,0,0,0,0,0,3
0,a,a1,a2,a3,a4,a5,a6,a7,0
1,a,a1,a2,a3,a4,a5,a6,a7,0
b,a1,a2,a3,a4,a5,a6,a7,a,1
@COLORS
1 255 255 255

User avatar
silversmith
Posts: 458
Joined: June 15th, 2020, 6:20 pm
Location: Pennsylvania, USA, Earth, Sector 5ff63D6
Contact:

Re: Thread for non-CGOL questions

Post by silversmith » April 23rd, 2025, 9:07 am

b-engine wrote:
April 23rd, 2025, 6:16 am
I mean, something that looks like this:
Ah, I see. Is this the kind of SMOS you are looking for?
Gustone wrote:
August 3rd, 2019, 2:53 am
p636 diagonal smosmoi

Code: Select all

x = 37, y = 79, rule = B2in3aijqr4cikqtz5r6n7c8/S2aek3-ae4eiy5ceinr6ain
22bo$20b2ob3o$24b2o$26bo$26bobo$22bo2bo2b2o$24b3obo$22bo2b3o$25bo32$4b
3o$4bo2bo$3b2o2bo$2bo4b2o$b2o3bo$o5bo2$o3bo2b2o$b2o4b2o16$31b3o$30b2o
2b2o$31bo3bo$30bob2obo$28b3o2b2o2$27bo2bo$27bo2bo$27bobo$28b4obo$30b2o
b2o$31b2o2bo$30b2o3b2o$29b2obob2o$34bo!
A mobile-first simulator with the tools I couldn’t find elsewhere: https://www.silversimulations.com/caplayer
Documentation: https://github.com/teraxtech/caplayer

User avatar
PiSpaceships
Posts: 218
Joined: January 17th, 2025, 12:20 pm

Re: Thread for basic non-CGOL questions

Post by PiSpaceships » April 23rd, 2025, 9:28 am

What is BlipTile?
INACTIVE

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 23rd, 2025, 9:40 am

PiSpaceships wrote:
April 23rd, 2025, 9:28 am
What is BlipTile?
Rule:Bliptile
viewtopic.php?f=11&t=2701
twinb7 wrote:
January 22nd, 2017, 2:12 am
I've wanted, for a long time, to make a Life metacell in the simple wire ruleset Bliptile. [...]
[...]
And here is the very simple ruleset: In Bliptile, the Von Neumann neighborhood is used. Wire cells (state 1) remain wire cells unless there is exactly one electron head (state 3) is adjacent. Electron heads heads (state 3) become electron tails (state 2) and electron tails become wire.
[...]
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
Game of Life Fun
Posts: 255
Joined: December 13th, 2021, 1:19 pm
Contact:

Re: Thread for basic non-CGOL questions

Post by Game of Life Fun » April 23rd, 2025, 5:03 pm

Which of the Life-like cellular automata have lot of examples of known small (to 100 cels) spaceships, lot od periods of rakes and puffers of small still lifes and oscilators, and are good for making moving constructions (like breeders) made of small components?

I know:
Life (B3/S23) - the best for c/2 constructions
High Life (B36/S23) - simillar to life
Live Free or Die (B2/S0) - my new revelation, very simple, but bot easy to make constructions
Seeds (B2/S) - i like it, unfortunetly there are no still lifes, because of no saved cells per generation

Any else?

Code: Select all

x = 63, y = 51, rule = B026/S1
30bo$10bo$9bo2$7bo36bo$6bo7bo20bo$13bo2$bo11bo$o16bo21bo13bo$46bo$o44b
o4$55bo$18bo$19bo37bo$7bo4bo$6bo28bo2$6bo28bo$36bo25bo$17bo4$48bo8bo3$
6bobo$5bo11bo$53bo7$40bo$41bo2$35bo2$22bo$30bo7bo5bo5$35bo!

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 23rd, 2025, 5:16 pm

  • If Life (B3/S23) and HighLife (B36/S23) count as answers, then each of the following should count as an answer too:
    B37/S23 (DryLife)
    B38/S23 (Pedestrian Life)
    B3/S238 (EightLife)
    B38/S238 (HoneyLife)

    In general, adding/removing birth conditions B7, B8 and adding/removing the survival condition S8 often (but not always) keeps the "overall character" of the CA roughly unchanged.
  • You could check B3/S023 (DotLife) where soups tend to grow forever, but some nontrivial moving technology is certainly possible.
  • If you are looking for something different, you could check B357/S238, B35/S23, B358/S23, B35/S238 and variations (the common idea is to start from Life, and add the birth condition B5). The standard spaceships (glider/LWSS/MWSS/HWSS) are gone, and the most common spaceship is a p5 orthogonal 2c/5 "glider 3736" which isn't very common.
    However, there is an orthogonal c/2 puffer engine (which by itself usually works as a puffer, with a high period that varies depending on which CA you choose), and which can be used for moving technology:

    Code: Select all

    x = 260, y = 29, rule = B357/S238
    222bo$222b2o$180bo40b2obo$96b2o83bobo37bobobo$70b3o23b2o82bo4bo30bo4b
    4obo$186bo28bobo3b3obo$180bob2o3bo$58b3o7b3o109bo6bo27b3o$68bo2bo49b2o
    58bo3bo$56bo5bo4b3obo49b2o60b2o$56bo5bo4b5o44bo12bo56bo57bobo$56bo5bo
    4bobo45bobo5b3o2bobo54b2o51bo5bobo7b2o$2b3o61b3o49bo4bo3bo56b3o2bo2bo
    43bo9bob2o7b2o$58b3o52bo2b3o4bo2bobob2o52b2o3bo5b3o37bobo3bo5b2obo2b2o
    bo2bo$o5bo61bo43b3o2bobobo2b2o3b3o52b2o3b3o3b2o38bo2bobo2bo3b2o5bob2o
    bo$o5bo106bo7bo8b2o51b4obo2bo4b3o15bobo19b3o2bobo5bo4bo2b3o$o5bo52b2o
    56bo3bo62b7o4b4o38bo12bo$58bo2bo55bo2bo64b2ob5o5bo52bo2bo$2b3o56bo55b
    2o68b2o2b2o60bo$59bobo129b2o$186bo6b2o$56b3o127bob2ob3o$55bo3bo126bo2b
    o$55bo3bo127bobo$34b2o19bo3bo98b2o$34b2o20b3o99b2o33bo$192bobo$193bob
    o$194bo!
    
Game of Life Fun wrote:
April 23rd, 2025, 5:03 pm
Which of the Life-like cellular automata have lot of examples of known small (to 100 cels) spaceships, lot od periods of rakes and puffers of small still lifes and oscilators, and are good for making moving constructions (like breeders) made of small components?

I know:
Life (B3/S23) - the best for c/2 constructions
High Life (B36/S23) - simillar to life
Live Free or Die (B2/S0) - my new revelation, very simple, but bot easy to make constructions
Seeds (B2/S) - i like it, unfortunetly there are no still lifes, because of no saved cells per generation

Any else?
Last edited by confocaloid on April 23rd, 2025, 5:43 pm, edited 1 time in total.
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
Game of Life Fun
Posts: 255
Joined: December 13th, 2021, 1:19 pm
Contact:

Re: Thread for basic non-CGOL questions

Post by Game of Life Fun » April 23rd, 2025, 5:42 pm

confocaloid wrote:
April 23rd, 2025, 5:16 pm
  • If Life (B3/S23) and HighLife (B36/S23) count as answers, then each of the following should count as an answer too:
    B37/S23 (DryLife)
    B38/S23 (Pedestrian Life)
    B3/S238 (EightLife)
    B38/S238 (HoneyLife)
    B3/S023 (DotLife)
Great! Thanks!

Now, where i can find na actual collections of moving patterns od these rules?

I playing only with life and Langton's Ant for years, now i'm looking for something simmilar but simpler, that i can show to my students. LFoD is great, but its hard to find actual collection.

Code: Select all

x = 63, y = 51, rule = B026/S1
30bo$10bo$9bo2$7bo36bo$6bo7bo20bo$13bo2$bo11bo$o16bo21bo13bo$46bo$o44b
o4$55bo$18bo$19bo37bo$7bo4bo$6bo28bo2$6bo28bo$36bo25bo$17bo4$48bo8bo3$
6bobo$5bo11bo$53bo7$40bo$41bo2$35bo2$22bo$30bo7bo5bo5$35bo!

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 23rd, 2025, 5:53 pm

I added a few links to my post. Hopefully those would help, even if there might be few maintained up-to-date collections.

There are several more links in the first post in viewtopic.php?f=11&t=5886 if you decide to go in the direction of B35*/S23*

There's also Day&Night: viewtopic.php?f=11&t=702
There's also B35/S236: viewtopic.php?f=11&t=1921

And here are pages with some actual collections and more information:
https://www.tip.net.au/~dbell/
https://entropymine.com/jason/life/alt/
https://ics.uci.edu/~eppstein/ca/b35s236/
127:1 B3/S234c User:Confocal/R (isotropic CA, 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
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for basic non-CGOL questions

Post by confocaloid » April 29th, 2025, 2:33 am

Are there any spaceships slower than c/1 orthogonal in the nlife that isn't?

Code: Select all

x = 3, y = 4, rule = B2-n3n/S23
o$2bo$2bo$o!
qfind partials for p2 orthogonal c/2:

Code: Select all

x = 53, y = 37, rule = B2-n3n/S23
6bobo4bobo25bobo$5bo3bo2bo3bo22bobobobo$4bo2bobo2bobo2bo20b2o5b2o$9bo
2bo24bobo5bobo$7bobo2bobo20bobobo5bobobo$6bo2bo2bo2bo18b2obobo5bobob2o
$3bob3obo2bob3obo16b2o2bo5bo2b2o$2b3obo8bob3o16bo2bo5bo2bo$3bo5bo2bo5b
o20bo5bo$4bo3bo4bo3bo16bo4bo5bo4bo13$6bobo4bobo26bo$5bo2b6o2bo23bo3bo$
3bobo2bo4bo2bobo20bo5bo$2b2obo2bo4bo2bob2o17bobo2bo2bobo$bobobo2bob2ob
o2bobobo15b2obo5bob2o$o2bo2b2o2b2o2b2o2bo2bo13bobobo5bobobo$5b4ob2ob4o
17bo2bobo5bobo2bo$2bobo4bo2bo4bobo19bo5bo$4bo4bo2bo4bo19bobo5bobo$4bob
2o6b2obo18bo2bo5bo2bo$3bo2bo2bo2bo2bo2bo14bob3obo5bob3obo$5b2o8b2o15b
3obo2bo5bo2bob3o$5b2obo4bob2o16bo5bo5bo5bo$bobo6b2o6bobo$4bobobo4bobob
o!
127:1 B3/S234c User:Confocal/R (isotropic CA, 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.

WhiteHawk
Posts: 1197
Joined: July 10th, 2024, 5:34 pm

Re: Thread for basic non-CGOL questions

Post by WhiteHawk » April 29th, 2025, 4:58 am

bubblegum wrote:
October 13th, 2020, 1:45 am
This is a p2 that has been noticed before. The other one is a p2 I'm not sure about.

Code: Select all

x = 12, y = 5, rule = B3/S238
b3o5b3o$4o4b4o$4o3b5o$3o4b4o$7b3o!
Annoyingly it seems to be unextendable in any location-independent 2-state range-1 Moore rule.
Have either of these p2 oscillators been synthesized yet in Eightlife? (Or the p22 or p23)
Currently working to improve Life's guns and work on updating SKOPs and Isotropic rules most similar to B3/S23 to Life standards. Will get software to begin searches eventually.

Pseudastur albicollis

User avatar
b-engine
Posts: 3746
Joined: October 26th, 2023, 4:11 am
Location: Somewhere on where Earth At
Contact:

Re: Thread for non-CGOL questions

Post by b-engine » April 30th, 2025, 6:09 am

What is the known fewest conditions[1] rule with an oblique spaceship?
The fewest conditions rule with oblique spaceship I could find is this, with 14 conditions:

Code: Select all

#C (3,2)c/8 zebraship, minimum population 10
x = 6, y = 5, rule = B2ek3ijy4in5j/S1c2cek3n5e
2bo$bob2o$o2bobo$3bobo$2bobo!

^ Note 1: "condition" in this context means a possible isotropic alignment of the neighborhood of a cell required to turn on the cell or make it stay on.

User avatar
confocaloid
Posts: 6697
Joined: February 8th, 2022, 3:15 pm
Location: learn to protect yourself against stray gliders and sparks and self-destruct mechanisms

Re: Thread for non-CGOL questions

Post by confocaloid » April 30th, 2025, 6:25 am

  • if you mean cellular automata of the same type (i.e. two cellstates, Moore neighbourhood, isotropic rules)
    (as opposed to other types of isotropic cellular automata, e.g. higher range neighbourhoods, more cellstates)
  • and if "a possible isotropic alignment of the neighborhood of a cell required to turn on the cell or make it stay on" means a cell condition (= an equivalence class of fully-specified neighbourhood configurations, up to rotations and reflections in this case) for which the CA rules prescribe that the cell will be alive in the next generation,
then I think the following spaceship provides an upper bound of 10 such "living conditions" (including 5 birth conditions and 5 survival conditions):

Code: Select all

#C Source: https://github.com/AforAmpere/sssss/tree/master/data
x = 5, y = 4, rule = B2ack4ny/S1e2e3in4z
4bo2$4bo$obo!
and the same source ( https://github.com/AforAmpere/sssss ) may contain better examples.
b-engine wrote:
April 30th, 2025, 6:09 am
What is the known fewest conditions[1] rule with an oblique spaceship?
The fewest conditions rule with oblique spaceship I could find is this, with 14 conditions:

Code: Select all

#C (3,2)c/8 zebraship, minimum population 10
x = 6, y = 5, rule = B2ek3ijy4in5j/S1c2cek3n5e
2bo$bob2o$o2bobo$3bobo$2bobo!

^ Note 1: "condition" in this context means a possible isotropic alignment of the neighborhood of a cell required to turn on the cell or make it stay on.
127:1 B3/S234c User:Confocal/R (isotropic CA, 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.

Post Reply