A080924 Jacobsthal gap sequence.
0, 1, 3, 1, 15, 1, 63, 1, 255, 1, 1023, 1, 4095, 1, 16383, 1, 65535, 1, 262143, 1, 1048575, 1, 4194303, 1, 16777215, 1, 67108863, 1, 268435455, 1, 1073741823, 1, 4294967295, 1, 17179869183, 1, 68719476735, 1, 274877906943, 1, 1099511627775, 1
Offset: 0
References
- S. Wolfram, A New Kind of Science, Wolfram Media, 2002; p. 170.
Links
- Vincenzo Librandi, Table of n, a(n) for n = 0..300
- N. J. A. Sloane, On the Number of ON Cells in Cellular Automata, arXiv:1503.01168 [math.CO], 2015
- Eric Weisstein's World of Mathematics, Elementary Cellular Automaton
- S. Wolfram, A New Kind of Science
- Wolfram Research, Wolfram Atlas of Simple Programs
- Index entries for sequences related to cellular automata
- Index to 2D 5-Neighbor Cellular Automata
- Index to Elementary Cellular Automata
- Index entries for linear recurrences with constant coefficients, signature (-1,4,4).
Programs
-
Mathematica
CoefficientList[Series[x (1 + 4 x) / ((1 + x) (1 + 2 x) (1 - 2 x)), {x, 0, 50}], x] (* Vincenzo Librandi, Aug 05 2013 *) LinearRecurrence[{-1, 4, 4}, {0, 1, 3}, 42] (* Jean-François Alcover, Sep 21 2017 *)
Comments