cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A275667 Number of ON cells after n generations in a 2-dimensional "Odd-Rule" cellular automaton on triangular tiling.

This page as a plain text file.
%I A275667 #63 May 16 2025 00:58:38
%S A275667 1,3,7,9,7,21,25,27,7,21,49,63,25,75,103,81,7,21,49,63,49,147,175,189,
%T A275667 25,75,175,225,103,309,409,243,7,21,49,63,49,147,175,189,49,147,343,
%U A275667 441,175,525,721,567,25,75,175,225,175,525,625,675,103,309,721
%N A275667 Number of ON cells after n generations in a 2-dimensional "Odd-Rule" cellular automaton on triangular tiling.
%C A275667 Each triangular tile has 3 neighbors. A cell is ON in a given generation if and only if there was an odd number of ON cells among the three nearest neighbors in the preceding generation.
%C A275667 At the initial moment there is a single ON cell.
%C A275667 Given pattern replicates after a number of generations which is a power of 2 when a(n) = 7.
%C A275667 Number of cells on each even step minus one is divisible by 6.
%C A275667 By analogy with the Ekhad, Sloane, Zeilberger link, one may suppose that using ternary expansion of n, recurrence relations for a(n) can be obtained and proved.
%C A275667 From _Andrey Zabolotskiy_, Aug 04 2016: (Start)
%C A275667 If the first conjecture from the Formula section is true then the fact that the right border of the triangle (see Example) gives A000244 follows directly from it.
%C A275667 If the second conjecture is true then the numbers just before the right border give A102900.
%C A275667 Since the 7 cells which are ON at the beginning of every row are farther and farther away from each other, the n-th term of a row (with offset 0) is a(n)*7 for not very large n.
%C A275667 See also comments to A247666.
%C A275667 (End)
%C A275667 This is ETA rule 170. See the Sadat-Benedek reference for proof of pattern replication. - _Paul Cousin_, Apr 22 2025
%H A275667 Paul Cousin, <a href="/A275667/b275667.txt">Table of n, a(n) for n = 0..16384</a>
%H A275667 Paul Cousin, <a href="/A275667/a275667_1.pdf">Illustration for n = 0..128</a>
%H A275667 Paul Cousin, <a href="https://triangular-automata.net/rules.html?rule=170">Elementary Triangular Automaton Rule 170</a>
%H A275667 Shalosh B. Ekhad, N. J. A. Sloane, and Doron Zeilberger, <a href="http://arxiv.org/abs/1503.01796">A Meta-Algorithm for Creating Fast Algorithms for Counting ON Cells in Odd-Rule Cellular Automata</a>, arXiv:1503.01796 [math.CO], 2015.
%H A275667 Alexey Kovba, <a href="/A275667/a275667.pdf">Illustration for n = 0..5</a>
%H A275667 MohammadReza Saadat and Benedek Nagy, <a href="https://www.oldcitypublishing.com/journals/jca-home/jca-issue-contents/jca-volume-17-number-3-4-2023/jca-17-3-4-p-221-249/">Copy Machines - Self-reproduction with 2 States on Archimedean Tilings</a>, Journal of Cellular Automata, vol. 17, pp. 221-249, 2023.
%H A275667 <a href="/wiki/Index_to_OEIS:_Section_Ce#cell">Index to sequences in the OEIS related to cellular automata</a>
%F A275667 a(0) = 1. Conjecture: a(2*t+1) = 3*a(t).
%F A275667 Conjectures: a(8*t+6) = 3*a(4*t+2) + 4*a(2*t), a(8*t+2) = 3*a(4*t) + 4*a(2*t), a(4*t) = a(2*t). These conjectured formulas together give recurrent relations for a(n) for any n. Also, obviously a(2*n) = A247666(n). - _Andrey Zabolotskiy_, Aug 04 2016
%e A275667 From _Omar E. Pol_, Aug 04 2016: (Start)
%e A275667 Written as an irregular triangle in which the row lengths are the terms of A011782 the sequence begins:
%e A275667 1;
%e A275667 3;
%e A275667 7, 9;
%e A275667 7, 21, 25, 27;
%e A275667 7, 21, 49, 63, 25, 75, 103, 81;
%e A275667 7, 21, 49, 63, 49, 147, 175, 189, 25, 75, 175, 225, 103, 309, 409, 243;
%e A275667 ...
%e A275667 It appears that the right border gives A000244.
%e A275667 (End)
%Y A275667 Cf. A160239 (square tiling analog), A247640, A247666 (hexagonal tiling analogs).
%Y A275667 Cf. A000244, A011782, A102900, A382971.
%Y A275667 Pattern replicating ETA rules: A383369 (rule 90).
%K A275667 nonn,tabf
%O A275667 0,2
%A A275667 _Kovba Alexey_, Aug 04 2016