A319018 Number of ON cells after n generations of two-dimensional automaton based on knight moves (see Comments for definition).
0, 1, 9, 17, 57, 65, 121, 145, 265, 273, 329, 377, 617, 657, 865, 921, 1201, 1209, 1265, 1313, 1553, 1617, 2001, 2121, 2689, 2745, 3009, 3153, 3841, 3953, 4513, 4649, 5297, 5305, 5361, 5409, 5649, 5713, 6097, 6233, 6881, 6953, 7353, 7585, 8713, 8913, 9961
Offset: 0
Keywords
Links
- Rémy Sigrist, Table of n, a(n) for n = 0..2049
- David Applegate, The movie version.
- Nathan Epstein, Gfycat animation of sequence.
- M. F. Hasler, Interactive illustration of A319018 and A319019, Dec. 2018.
- Bradley Klee, Log-Periodic Coloring at stage 257.
- Bradley Klee, Log-periodic coloring of the first quadrant, over the chair tiling.
- Rémy Sigrist, Illustration of the structure at stage 7
- Rémy Sigrist, Illustration of the structure at stage 257
- Rémy Sigrist, Colored illustration of the structure at stage 257 (where the hue is a function of the stage)
- Rémy Sigrist, PARI program for A319018
- N. J. A. Sloane, Hand-drawn sketch showing terms through about the eighth shell, but using offset a(0)=1. Illustrates the octagonal "castle walls".
- N. J. A. Sloane, Coordination Sequences, Planing Numbers, and Other Recent Sequences (II), Experimental Mathematics Seminar, Rutgers University, Jan 31 2019, Part I, Part 2, Slides. (Mentions this sequence)
- Index entries for sequences related to cellular automata
- Index entries for sequences related to toothpick sequences
Crossrefs
Programs
-
PARI
A319018(n)=sum(i=1,n,A319019[i]) \\ with array A319019=A319019_upto(N) precomputed with sufficiently large N. - M. F. Hasler, Dec 28 2018
Formula
No formula or recurrence is presently known. See A322049 for a promising attack. - N. J. A. Sloane, Dec 16 2018
a(n) = Sum_{k=1..n} A319019(n) = 1 + 8*Sum_{k=2..n} A322050(n) for n >= 1. In particular, a(n) - 1 is divisible by 8 for all n >= 1. - M. F. Hasler, Dec 28 2018
Extensions
Deleted an incorrect illustration. - N. J. A. Sloane, Dec 17 2018
Comments