OFFSET
1,2
LINKS
Ivan Neretin, Table of n, a(n) for n = 1..10000
MATHEMATICA
a = {1, 2}; Do[s = a[[-1]] + a[[-2]]; k = Floor[Sqrt[s]] + 1; While[MemberQ[a, k^2 - s], k++]; AppendTo[a, k^2 - s], {n, 3, 70}]; a (* Ivan Neretin, May 25 2015 *)
CROSSREFS
KEYWORD
nonn,look
AUTHOR
Amarnath Murthy, Oct 25 2002
EXTENSIONS
More terms from David Garber, Oct 30 2002
STATUS
approved