OFFSET
1,1
COMMENTS
The sequences S and T (see A169691) are a pair of sequences with the property that the differences between the terms of S are disjoint from the differences between the terms of T, thus answering a question posed by S. W. Golomb.
MATHEMATICA
nn=30; With[{fib2=Fibonacci[Range[2, nn, 2]]}, Union[Flatten[Table[ fib2[[n]]- Take[ fib2, n-1], {n, nn/2}]]]] (* Harvey P. Dale, Jun 18 2012 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Apr 14 2010
STATUS
approved