Lucas Number (SymPy, WMA)
LucasL
A list of the first five Lucas numbers:
Table[LucasL[n], {n, 1, 5}]
Series[LucasL[1/2, x], {x, 0, 5}]
Plot[LucasL[1/2, x], {x, -5, 5}]