OFFSET
1,2
REFERENCES
A. T. Benjamin and J. J. Quinn, Proofs that really count: the art of combinatorial proof, M.A.A. 2003, id. 56.
Thomas Koshy, "Fibonacci and Lucas Numbers and Applications", Wiley, New York, 2001.
V. E. Hoggatt, Jr., Fibonacci and Lucas Numbers. Houghton, Boston, MA, 1969.
LINKS
T. D. Noe, Table of n, a(n) for n = 1..1000
Eric Weisstein's World of Mathematics, Lucas Number.
FORMULA
MATHEMATICA
lim = 10^5; t = Table[f = LucasL[n]; If[f == 1, {1}, f^Range[Floor[Log[lim]/Log[f]]]], {n, 0, Floor[Log[GoldenRatio, lim]]}]; Union[Flatten[t]] (* T. D. Noe, Sep 27 2011 *)
CROSSREFS
KEYWORD
easy,nonn
AUTHOR
Jonathan Vos Post, Apr 27 2005
EXTENSIONS
Corrected by T. D. Noe, Sep 26 2011
STATUS
approved