|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
http://functions.wolfram.com/04.11.03.0015.01
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Fibonacci[n] == (1/5) (Round[GoldenRatio^(n - 1)] +
Round[GoldenRatio^(n + 1)]) /; Element[n, Integers] && n > 2
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Cell[BoxData[RowBox[List[RowBox[List[RowBox[List["Fibonacci", "[", "n", "]"]], "\[Equal]", RowBox[List[FractionBox["1", "5"], RowBox[List["(", RowBox[List[RowBox[List["Round", "[", SuperscriptBox["GoldenRatio", RowBox[List["n", "-", "1"]]], "]"]], "+", RowBox[List["Round", "[", SuperscriptBox["GoldenRatio", RowBox[List["n", "+", "1"]]], "]"]]]], ")"]]]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "\[And]", RowBox[List["n", ">", "2"]]]]]]]]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<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> <mi> n </mi> </msub> <mo>  </mo> <mrow> <mfrac> <mn> 1 </mn> <mn> 5 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> ⌊ </mo> <msup> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", Function[List[], GoldenRatio]] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⌉ </mo> </mrow> <mo> + </mo> <mrow> <mo> ⌊ </mo> <msup> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", Function[List[], GoldenRatio]] </annotation> </semantics> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⌉ </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </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> <mn> 2 </mn> </mrow> </mrow> </mrow> <annotation-xml encoding='MathML-Content'> <mrow> <mrow> <msub> <semantics> <mi> F </mi> <annotation encoding='Mathematica'> TagBox["F", Fibonacci] </annotation> </semantics> <mi> n </mi> </msub> <mo>  </mo> <mrow> <mfrac> <mn> 1 </mn> <mn> 5 </mn> </mfrac> <mo> ⁢ </mo> <mrow> <mo> ( </mo> <mrow> <mrow> <mo> ⌊ </mo> <msup> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", Function[List[], GoldenRatio]] </annotation> </semantics> <mrow> <mi> n </mi> <mo> - </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⌉ </mo> </mrow> <mo> + </mo> <mrow> <mo> ⌊ </mo> <msup> <semantics> <mi> ϕ </mi> <annotation encoding='Mathematica'> TagBox["\[Phi]", Function[List[], GoldenRatio]] </annotation> </semantics> <mrow> <mi> n </mi> <mo> + </mo> <mn> 1 </mn> </mrow> </msup> <mo> ⌉ </mo> </mrow> </mrow> <mo> ) </mo> </mrow> </mrow> </mrow> <mo> /; </mo> <mrow> <mrow> <mi> n </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> <mn> 2 </mn> </mrow> </mrow> </mrow> </annotation-xml> </semantics> </math>
|
|
|
|
|
|
|
|
|
|
| |
|
|
|
|
| Cell[BoxData[RowBox[List[RowBox[List["HoldPattern", "[", RowBox[List["Fibonacci", "[", "n_", "]"]], "]"]], "\[RuleDelayed]", RowBox[List[RowBox[List[FractionBox["1", "5"], " ", RowBox[List["(", RowBox[List[RowBox[List["Round", "[", SuperscriptBox["GoldenRatio", RowBox[List["n", "-", "1"]]], "]"]], "+", RowBox[List["Round", "[", SuperscriptBox["GoldenRatio", RowBox[List["n", "+", "1"]]], "]"]]]], ")"]]]], "/;", RowBox[List[RowBox[List["n", "\[Element]", "Integers"]], "&&", RowBox[List["n", ">", "2"]]]]]]]]]] |
|
|
|
|
|
|
|
|
|
|
Date Added to functions.wolfram.com (modification date)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|