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.

A246330 Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 462".

This page as a plain text file.
%I A246330 #13 Feb 04 2015 15:27:31
%S A246330 1,5,8,21,20,32,48,65,56,84,84,112,136,196,216,297,244,300,308,268,
%T A246330 356,396,468,572,524,544,616,744,796,900,960,1145,1012,1084,1052,1120,
%U A246330 1188,1268,1476,1592,1668,1620,1784,1776,1860,2040,2144,2504,2484,2416,2472,2608,2572,2832,3008,3292,3172,3384,3460,3524,3792
%N A246330 Total number of ON cells at stage n of two-dimensional 5-neighbor outer totalistic cellular automaton defined by "Rule 462".
%D A246330 S. Wolfram, A New Kind of Science, Wolfram Media, 2002; pp. 173-175.
%H A246330 Vincenzo Librandi, <a href="/A246330/b246330.txt">Table of n, a(n) for n = 0..200</a>
%H A246330 N. J. A. Sloane, <a href="/A246330/a246330.pdf">Illustration of first 24 generations</a>
%H A246330 <a href="/index/Ce#cell">Index entries for sequences related to cellular automata</a>
%t A246330 Map[Function[Apply[Plus, Flatten[ #1]]], CellularAutomaton[{ 462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 130]]
%t A246330 ArrayPlot /@ CellularAutomaton[{462, {2, {{0, 2, 0}, {2, 1, 2}, {0, 2, 0}}}, {1, 1}}, {{{1}}, 0}, 23]
%Y A246330 Cf. A169699, A246316, A246318, A246325, A246326, ...
%K A246330 nonn
%O A246330 0,2
%A A246330 _N. J. A. Sloane_, Aug 30 2014