login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A187799 Decimal expansion of 20/phi^2, where phi is the golden ratio. Also (with a different offset), decimal expansion of 3 - sqrt(5). 6
7, 6, 3, 9, 3, 2, 0, 2, 2, 5, 0, 0, 2, 1, 0, 3, 0, 3, 5, 9, 0, 8, 2, 6, 3, 3, 1, 2, 6, 8, 7, 2, 3, 7, 6, 4, 5, 5, 9, 3, 8, 1, 6, 4, 0, 3, 8, 8, 4, 7, 4, 2, 7, 5, 7, 2, 9, 1, 0, 2, 7, 5, 4, 5, 8, 9, 4, 7, 9, 0, 7, 4, 3, 6, 2, 1, 9, 5, 1, 0, 0, 5, 8, 5, 5, 8, 5, 5, 9, 1, 6, 2, 1, 2, 1, 7, 7, 2, 5, 0, 3, 0, 4, 9, 1, 8, 2, 3, 8, 4, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Mohammad K. Azarian, The Value of a Series of Reciprocal Fibonacci Numbers, Problem B-1133, Fibonacci Quarterly, Vol. 51, No. 3, August 2013, p. 275; Solution published in Vol. 52, No. 3, August 2014, pp. 277-278.
FORMULA
10*(3 - sqrt(5)) = 30 - 10*sqrt(5) = (5 - sqrt(5))^2 = 20/phi^2.
2 * Sum_{i > 1} (-1)^i/(F(i)F(i + 1)) = 3 - sqrt(5), where F(i) is the i-th Fibonacci number. This formula comes from John D. Watson, Jr.'s solution to Azarian's Problem B-1133 in the Fibonacci Quarterly. Azarian originally posed the problem as an infinite alternating sum explicitly written out for the first dozen terms or so. See the Azarian links above. - Alonso del Arte, Aug 25 2016
EXAMPLE
20/phi^2 = 7.6393202250021030359082633...
3 - sqrt(5) = 0.76393202250021030359082633... (with offset 0).
MATHEMATICA
First@ RealDigits[N[5*(Sqrt[5] - 1)^2, 111]] (* Michael De Vlieger, Feb 25 2015 *)
PROG
(PARI) 5*(sqrt(5)-1)^2 \\ Charles R Greathouse IV, Aug 31 2013
(Magma) 5*(Sqrt(5)-1)^2; // Vincenzo Librandi, Feb 24 2015
CROSSREFS
Sequence in context: A198878 A332982 A335996 * A288935 A132714 A230327
KEYWORD
nonn,cons
AUTHOR
Joost Gielen, Aug 30 2013
EXTENSIONS
Extended by Charles R Greathouse IV, Aug 31 2013
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified August 14 13:25 EDT 2024. Contains 375165 sequences. (Running on oeis4.)