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.

A161411 First differences of A160410.

This page as a plain text file.
%I A161411 #19 Sep 01 2023 08:17:36
%S A161411 4,12,12,36,12,36,36,108,12,36,36,108,36,108,108,324,12,36,36,108,36,
%T A161411 108,108,324,36,108,108,324,108,324,324,972,12,36,36,108,36,108,108,
%U A161411 324,36,108,108,324,108,324,324,972,36,108,108,324,108,324,324,972,108,324,324
%N A161411 First differences of A160410.
%C A161411 The rows of the triangle in A147582 converge to this sequence.
%C A161411 Contribution from Omar E. Pol, Mar 28 2011 (Start):
%C A161411 a(n) is the number of cells turned "ON" at n-th stage of the cellular automaton of A160410.
%C A161411 a(n) is also the number of toothpicks added at n-th stage to the toothpick structure of A160410.
%C A161411 (End)
%H A161411 Paolo Xausa, <a href="/A161411/b161411.txt">Table of n, a(n) for n = 1..10000</a>
%H A161411 David Applegate, Omar E. Pol and N. J. A. Sloane, <a href="/A000695/a000695_1.pdf">The Toothpick Sequence and Other Sequences from Cellular Automata</a>, Congressus Numerantium, Vol. 206 (2010), 157-191. [There is a typo in Theorem 6: (13) should read u(n) = 4.3^(wt(n-1)-1) for n >= 2.]
%H A161411 N. J. A. Sloane, <a href="/wiki/Catalog_of_Toothpick_and_CA_Sequences_in_OEIS">Catalog of Toothpick and Cellular Automata Sequences in the OEIS</a>
%H A161411 Omar E. Pol, <a href="http://www.polprimos.com/imagenespub/polca024.jpg">Illustration of initial terms (Neighbors of the vertices)</a> [From _Omar E. Pol_, Nov 17 2009]
%F A161411 a(n) = A048883(n-1)*4.
%e A161411 If written as a triangle:
%e A161411 .4;
%e A161411 .12;
%e A161411 .12,36;
%e A161411 .12,36,36,108;
%e A161411 .12,36,36,108,36,108,108,324;
%t A161411 4*3^DigitCount[Range[0,100],2,1] (* _Paolo Xausa_, Sep 01 2023 *)
%Y A161411 Cf. A139250, A139251, A160413, A160415, A160417.
%Y A161411 Cf. A000079, A048883, A147582, A160410, A160414.
%K A161411 nonn,tabf
%O A161411 1,1
%A A161411 _Omar E. Pol_, May 20 2009, Jun 13 2009, Jun 14 2009
%E A161411 Edited by _David Applegate_ and _N. J. A. Sloane_, Jul 13 2009