A272318 Integer values of Lucas number A000032(n)/n.
1, 3, 321, 3572225067, 44308057022098435739157981016569
Offset: 1
Keywords
Links
- Andrew Howroyd, Table of n, a(n) for n = 1..9
Programs
-
Mathematica
LucasL[#]/# & /@ Range@ 1200 /. _Rational -> Nothing (* Version 10.2, or *) Select[Array[LucasL[#]/# &, {1200}], IntegerQ] (* Michael De Vlieger, Apr 25 2016 *)
Comments