|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.16.29.0001.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
PartitionsP[n] <= (1/2) (PartitionsP[n + 1] + PartitionsP[n - 1]) /;
Element[n, Integers] && n > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["PartitionsP", "[", "n", "]"]], "\[LessEqual]", RowBox[List[FractionBox["1", "2"], RowBox[List["(", RowBox[List[RowBox[List["PartitionsP", "[", RowBox[List["n", "+", "1"]], "]"]], "+", RowBox[List["PartitionsP", "[", RowBox[List["n", "-", "1"]], "]"]]]], ")"]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", ">", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <mrow> <semantics> <mi> p </mi> <annotation encoding='Mathematica'> TagBox["p", PartitionsP] </annotation> </semantics> <mo> ( </mo> <mi> n </mi> <mo> ) </mo> </mrow> <mo> ≤ </mo> <mrow> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <semantics> <mi> p </mi> <annotation encoding='Mathematica'> TagBox["p", PartitionsP] </annotation> </semantics> <mo> ( </mo> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> <mo> + </mo> <mrow> <semantics> <mi> p </mi> <annotation encoding='Mathematica'> TagBox["p", PartitionsP] </annotation> </semantics> <mo> ( </mo> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> <mo> ) </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mi> n </mi> <mo> ∈ </mo> <msup> <semantics> <mi> ℕ </mi> <annotation encoding='Mathematica'> TagBox["\[DoubleStruckCapitalN]", Function[Integers]] </annotation> </semantics> <mo> + </mo> </msup> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <leq /> <apply> <ci> PartitionsP </ci> <ci> n </ci> </apply> <apply> <times /> <cn type='rational'> 1 <sep /> 2 </cn> <apply> <plus /> <apply> <ci> PartitionsP </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> </apply> <apply> <ci> PartitionsP </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> </apply> </apply> </apply> <apply> <in /> <ci> n </ci> <apply> <ci> SuperPlus </ci> <integers /> </apply> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["PartitionsP", "[", "n", "]"]], "\[LessEqual]", RowBox[List[FractionBox["1", "2"], " ", RowBox[List["(", RowBox[List[RowBox[List["PartitionsP", "[", RowBox[List["n", "+", "1"]], "]"]], "+", RowBox[List["PartitionsP", "[", RowBox[List["n", "-", "1"]], "]"]]]], ")"]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "0"]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|