OFFSET
1,2
LINKS
Robert Israel, Table of n, a(n) for n = 1..10000
MAPLE
lucas:= t -> combinat:-fibonacci(t+1) + combinat:-fibonacci(t-1):
sort(convert(select(`<`, {seq(seq(lucas(i)*lucas(j), i=j..30), j=0..30)}, lucas(31)), list)); # Robert Israel, May 11 2016
MATHEMATICA
Take[Union[Flatten[Table[LucasL[i]*LucasL[j], {i, 0, 200}, {j, 1, 200}]]], 100] (* Clark Kimberling, May 11 2016 *)
CROSSREFS
KEYWORD
nonn
AUTHOR
STATUS
approved