OFFSET
0
COMMENTS
Decimal expansion of 10009/99000. - Elmo R. Oliveira, Oct 10 2025
LINKS
Robert Price, Table of n, a(n) for n = 0..1000
Eric Weisstein's World of Mathematics, Elementary Cellular Automaton.
Stephen Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 55.
Index entries for linear recurrences with constant coefficients, signature (0,1).
FORMULA
a(n+1) = A266591(n), n>0. - R. J. Mathar, Jan 17 2016
From Elmo R. Oliveira, Oct 10 2025: (Start)
G.f.: (1 + x^3 - x^4)/(1-x^2).
E.g.f.: sinh(x) + 1 - x + x^2/2. (End)
MATHEMATICA
rule=59; rows=20; ca=CellularAutomaton[rule, {{1}, 0}, rows-1, {All, All}]; (* Start with single black cell *) catri=Table[Take[ca[[k]], {rows-k+1, rows+k-1}], {k, 1, rows}]; (* Truncated list of each row *) Table[catri[[k]][[k]], {k, 1, rows}] (* Keep only middle cell from each row *)
CROSSREFS
KEYWORD
nonn,easy
AUTHOR
Robert Price, Jan 03 2016
STATUS
approved
