OFFSET
1,6
COMMENTS
Presumably, the positions n such that a(n)=0 are the terms of A097074. - Ivan Neretin, Jul 06 2015
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..5461
MATHEMATICA
a = {0, 1, 1}; Do[AppendTo[a, a[[n]] + a[[n - 1]]]; AppendTo[a, Abs[a[[-1]] - a[[-2]]]], {n, 2, 51}]; a (* Ivan Neretin, Jul 06 2015 *)
CROSSREFS
KEYWORD
nonn,look
AUTHOR
EXTENSIONS
More terms from Henry Bottomley, May 16 2001
STATUS
approved