|
|
A126980
|
|
a(n) = 14*n + 47.
|
|
5
|
|
|
47, 61, 75, 89, 103, 117, 131, 145, 159, 173, 187, 201, 215, 229, 243, 257, 271, 285, 299, 313, 327, 341, 355, 369, 383, 397, 411, 425, 439, 453, 467, 481, 495, 509, 523, 537, 551, 565, 579, 593, 607, 621, 635, 649, 663, 677, 691, 705, 719, 733, 747
(list;
graph;
refs;
listen;
history;
text;
internal format)
|
|
|
OFFSET
|
0,1
|
|
COMMENTS
|
Superhighway created by 'LQTL Ant' L90R135L90R135 from iteration 47 where the Ant moves in a 'Moore neighborhood' (nine cells), the L indicates a left turn, the R a right turn, and the numerical value is the turn angle (in degrees) at each iteration.
|
|
REFERENCES
|
P. Sakar, "A Brief History of Cellular Automata," ACM Computing Surveys, vol. 32, 2000.
S. Wolfram, A New Kind of Science, 1st ed. Il.: Wolfram Media Inc., 2002.
|
|
LINKS
|
|
|
FORMULA
|
a(n) = 2*a(n-1) - a(n-2) for n > 1.
G.f.: (-33*x + 47)/(x - 1)^2. (End)
|
|
MATHEMATICA
|
LinearRecurrence[{2, -1}, {47, 61}, 50] (* G. C. Greubel, May 30 2016 *)
|
|
PROG
|
|
|
CROSSREFS
|
|
|
KEYWORD
|
easy,nonn
|
|
AUTHOR
|
|
|
EXTENSIONS
|
|
|
STATUS
|
approved
|
|
|
|