OFFSET
1,1
COMMENTS
Bradley Klee computed a(1)-a(10).
REFERENCES
Bradley Klee, Posting to Math Fun Mailing List, Apr 26 2020.
LINKS
Wolfram Research, Rule 41 - Wolfram Atlas of Simple Programs
FORMULA
Conjectures from Colin Barker, May 09 2020: (Start)
G.f.: x*(2 + 2*x + 2*x^2 + 2*x^3 + 11*x^4 - 2*x^5 + 24*x^6 + 4*x^7 + 8*x^8 + 18*x^9 - 10*x^10 - 2*x^11 - 5*x^12 - 10*x^13) / ((1 - x)^2*(1 + x)^2*(1 + x^2)^2).
a(n) = 2*a(n-4) - a(n-8) for n > 14. (End)
Conjecture: a(n) = n*A176895(n) for n > 6. - Stefano Spezia, Oct 03 2021
MATHEMATICA
Table[-Subtract @@ Flatten[Map[Position[#, #[[-1]]] &, NestWhileList[CellularAutomaton[41], Prepend[Table[0, {n - 1}], 1], Unequal, All], {0}]], {n, 62}] (* Stefano Spezia, Oct 04 2021, after Ben Branman in A180001 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, May 05 2020
EXTENSIONS
More terms from Jinyuan Wang, May 09 2020
STATUS
approved