A272909 Numbers that are the product of two Lucas numbers L(i), for i >= 1, using the Lucas numbers as defined in A000204.
1, 3, 4, 7, 9, 11, 12, 16, 18, 21, 28, 29, 33, 44, 47, 49, 54, 72, 76, 77, 87, 116, 121, 123, 126, 141, 188, 198, 199, 203, 228, 304, 319, 322, 324, 329, 369, 492, 517, 521, 522, 532, 597, 796, 836, 841, 843, 846, 861, 966, 1288, 1353, 1363, 1364, 1368, 1393
Offset: 1
Links
- Clark Kimberling, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Take[Union@Flatten@Table[LucasL[i] LucasL[j], {i, 0, 15}, {j, i}], 60] (* adapted by Vincenzo Librandi, Sep 04 2016 *)
Comments