
|

|

|

|

|
|

|

|

|

|

|
|

|

|

|

|

|
|

|

|

|

|
|

|

|

|

|
|

|

|

|

|

|
http://functions.wolfram.com/05.16.17.0002.01
|
|

|

|

|

|
|
|
|

|

|

|

|
|

|

|

|

|

|
NorlundB[n, m] == (m/(m - n)) NorlundB[n, m + 1] +
((n m)/(m - n)) NorlundB[n - 1, m] /; Element[n, Integers] && n >= 0 &&
Element[m, Integers] && m >= 0 && m != n
|
|

|

|

|

|
|

|

|

|

|
|

|

|

|

|

|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["NorlundB", "[", RowBox[List["n", ",", "m"]], "]"]], "\[Equal]", RowBox[List[RowBox[List[FractionBox[RowBox[List["m", " "]], RowBox[List["m", "-", "n"]]], RowBox[List["NorlundB", "[", RowBox[List["n", ",", RowBox[List["m", "+", "1"]]]], "]"]]]], "+", RowBox[List[FractionBox[RowBox[List["n", " ", "m"]], RowBox[List["m", "-", "n"]]], RowBox[List["NorlundB", "[", RowBox[List[RowBox[List["n", "-", "1"]], ",", "m"]], "]"]]]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "\[Element]", "Integers"]], "\[And]", RowBox[List["m", "\[GreaterEqual]", "0"]], "\[And]", RowBox[List["m", "!=", "n"]]]]]]]]
|
|

|

|

|

|
|

|

|

|

|
|

|

|

|

|

|
|

|

|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <msubsup> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", NorlundB] </annotation> </semantics> <mi> n </mi> <mrow> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> </msubsup> <mo>  </mo> <mrow> <mrow> <mfrac> <mrow> <mi> n </mi> <mo> ⁢ </mo> <mi> m </mi> </mrow> <mrow> <mi> m </mi> <mo> - </mo> <mi> n </mi> </mrow> </mfrac> <mo> ⁢ </mo> <msubsup> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", NorlundB] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mrow> <mo> ( </mo> <mi> m </mi> <mo> ) </mo> </mrow> </msubsup> </mrow> <mo> + </mo> <mrow> <mfrac> <mi> m </mi> <mrow> <mi> m </mi> <mo> - </mo> <mi> n </mi> </mrow> </mfrac> <mo> ⁢ </mo> <msubsup> <semantics> <mi> B </mi> <annotation encoding='Mathematica'> TagBox["B", NorlundB] </annotation> </semantics> <mi> n </mi> <mrow> <mo> ( </mo> <mrow> <mi> m </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </msubsup> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ∈ </mo> <mi> ℕ </mi> </mrow> <mo> ∧ </mo> <mrow> <mi> m </mi> <mo> ≠ </mo> <mi> n </mi> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> NorlundB </ci> <ci> n </ci> <ci> m </ci> </apply> <apply> <plus /> <apply> <times /> <apply> <times /> <ci> n </ci> <ci> m </ci> <apply> <power /> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> NorlundB </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> <ci> m </ci> </apply> </apply> <apply> <times /> <apply> <times /> <ci> m </ci> <apply> <power /> <apply> <plus /> <ci> m </ci> <apply> <times /> <cn type='integer'> -1 </cn> <ci> n </ci> </apply> </apply> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> NorlundB </ci> <ci> n </ci> <apply> <plus /> <ci> m </ci> <cn type='integer'> 1 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <and /> <apply> <in /> <ci> n </ci> <ci> ℕ </ci> </apply> <apply> <in /> <ci> m </ci> <ci> ℕ </ci> </apply> <apply> <neq /> <ci> m </ci> <ci> n </ci> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|

|

|

|

|

| 
| 
| 
| 
| | 
| 
| 
| 
| 
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["NorlundB", "[", RowBox[List["n_", ",", "m_"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[FractionBox[RowBox[List["m", " ", RowBox[List["NorlundB", "[", RowBox[List["n", ",", RowBox[List["m", "+", "1"]]]], "]"]]]], RowBox[List["m", "-", "n"]]], "+", FractionBox[RowBox[List[RowBox[List["(", RowBox[List["n", " ", "m"]], ")"]], " ", RowBox[List["NorlundB", "[", RowBox[List[RowBox[List["n", "-", "1"]], ",", "m"]], "]"]]]], RowBox[List["m", "-", "n"]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[Element]", "Integers"]], "&&", RowBox[List["m", "\[GreaterEqual]", "0"]], "&&", RowBox[List["m", "\[NotEqual]", "n"]]]]]]]]]] |
| 
| 
| 
| 
|
|

|

|

|

|
Date Added to functions.wolfram.com (modification date)
|
|

|

|

|

|

|
|

|

|

|

|
|
 |
|
|