|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.22.16.0014.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
LucasL[m] LucasL[n] == LucasL[m + n] + (-1)^n LucasL[m - n] /;
Element[m, Integers] && Element[n, Integers]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List[RowBox[List["LucasL", "[", "m", "]"]], RowBox[List["LucasL", "[", "n", "]"]]]], "\[Equal]", RowBox[List[RowBox[List["LucasL", "[", RowBox[List["m", "+", "n"]], "]"]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], " ", RowBox[List["LucasL", "[", RowBox[List["m", "-", "n"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[Element]", "Integers"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <msub> <semantics> <mi> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mi> m </mi> </msub> <mo> ⁢ </mo> <msub> <semantics> <mi> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mi> n </mi> </msub> </mrow> <mo>  </mo> <mrow> <mrow> <msup> <mrow> <mo> ( </mo> <mrow> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mi> n </mi> </msup> <mo> ⁢ </mo> <msub> <semantics> <mi> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mrow> <mi> m </mi> <mo> - </mo> <mi> n </mi> </mrow> </msub> </mrow> <mo> + </mo> <msub> <semantics> <mi> L </mi> <annotation encoding='Mathematica'> TagBox["L", LucasL] </annotation> </semantics> <mrow> <mi> m </mi> <mo> + </mo> <mi> n </mi> </mrow> </msub> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> m </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> <mo> ∧ </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <semantics> <mi> ℤ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalZ]", Function[List[], Integers]] </annotation> </semantics> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <times /> <apply> <ci> LucasL </ci> <ci> m </ci> </apply> <apply> <ci> LucasL </ci> <ci> n </ci> </apply> </apply> <apply> <plus /> <apply> <times /> <apply> <power /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> <apply> <ci> LucasL </ci> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <ci> LucasL </ci> <apply> <plus /> <ci> m </ci> <ci> n </ci> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> m </ci> <integers /> </apply> <apply> <in /> <ci> n </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List[RowBox[List["LucasL", "[", "m_", "]"]], " ", RowBox[List["LucasL", "[", "n_", "]"]]]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[RowBox[List["LucasL", "[", RowBox[List["m", "+", "n"]], "]"]], "+", RowBox[List[SuperscriptBox[RowBox[List["(", RowBox[List["-", "1"]], ")"]], "n"], " ", RowBox[List["LucasL", "[", RowBox[List["m", "-", "n"]], "]"]]]]]], "/;", RowBox[List[RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[Element]", "Integers"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|