A105941 Powers of Lucas numbers.
1, 2, 3, 4, 7, 8, 9, 11, 16, 18, 27, 29, 32, 47, 49, 64, 76, 81, 121, 123, 128, 199, 243, 256, 322, 324, 343, 512, 521, 729, 841, 843, 1024, 1331, 1364, 2048, 2187, 2207, 2209, 2401, 3571, 4096, 5776, 5778, 5832, 6561, 8192, 9349, 14641, 15127, 15129, 16384
Offset: 1
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.
Crossrefs
Programs
-
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 *)
Formula
Extensions
Corrected by T. D. Noe, Sep 26 2011