|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.17.0013.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[n + 1] == Floor[GoldenRatio Fibonacci[n] + 1/2] /;
Element[n - 1, Integers] && n - 1 > 0
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", RowBox[List["n", "+", "1"]], "]"]], "\[Equal]", RowBox[List["Floor", "[", RowBox[List[RowBox[List["GoldenRatio", " ", RowBox[List["Fibonacci", "[", "n", "]"]]]], "+", FractionBox["1", "2"]]], "]"]]]], "/;", RowBox[List[RowBox[List[RowBox[List["n", "-", "1"]], "\[Element]", "Integers"]], "\[And]", RowBox[List[RowBox[List["n", "-", "1"]], ">", "0"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<math xmlns='http://www.w3.org/1998/Math/MathML' mathematica:form='TraditionalForm' xmlns:mathematica='http://www.wolfram.com/XML/'> <semantics> <mrow> <mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msub> <mo> ⩵ </mo> <mrow> <mo> ⌊ </mo> <mrow> <mrow> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", Function[GoldenRatio]] </annotation> </semantics> <mo> ⁢ </mo> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> n </mi> </msub> </mrow> <mo> + </mo> <mfrac> <mn> 1 </mn> <mn> 2 </mn> </mfrac> </mrow> <mo> ⌋ </mo> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> <mo> ∈ </mo> <semantics> <msup> <mi> ℕ </mi> <mo> + </mo> </msup> <annotation encoding='Mathematica'> TagBox[SuperscriptBox["\[DoubleStruckCapitalN]", "+"], Function[Integers]] </annotation> </semantics> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <apply> <ci> Condition </ci> <apply> <eq /> <apply> <ci> Fibonacci </ci> <apply> <plus /> <ci> n </ci> <cn type='integer'> 1 </cn> </apply> </apply> <apply> <floor /> <apply> <plus /> <apply> <times /> <ci> GoldenRatio </ci> <apply> <ci> Fibonacci </ci> <ci> n </ci> </apply> </apply> <cn type='rational'> 1 <sep /> 2 </cn> </apply> </apply> </apply> <apply> <in /> <apply> <plus /> <ci> n </ci> <cn type='integer'> -1 </cn> </apply> <integers /> </apply> </apply> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Fibonacci", "[", RowBox[List["n_", "+", "1"]], "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List["Floor", "[", RowBox[List[RowBox[List["GoldenRatio", " ", RowBox[List["Fibonacci", "[", "n", "]"]]]], "+", FractionBox["1", "2"]]], "]"]], "/;", RowBox[List[RowBox[List[RowBox[List["n", "-", "1"]], "\[Element]", "Integers"]], "&&", RowBox[List[RowBox[List["n", "-", "1"]], ">", "0"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|