Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
A134945
Decimal expansion of 1 + sqrt(5).
6
3, 2, 3, 6, 0, 6, 7, 9, 7, 7, 4, 9, 9, 7, 8, 9, 6, 9, 6, 4, 0, 9, 1, 7, 3, 6, 6, 8, 7, 3, 1, 2, 7, 6, 2, 3, 5, 4, 4, 0, 6, 1, 8, 3, 5, 9, 6, 1, 1, 5, 2, 5, 7, 2, 4, 2, 7, 0, 8, 9, 7, 2, 4, 5, 4, 1, 0, 5, 2, 0, 9, 2, 5, 6, 3, 7, 8, 0, 4, 8, 9, 9, 4, 1, 4, 4, 1, 4
OFFSET
1,1
COMMENTS
If "index" equals (0,2) then this sequence is the decimal expansion of (golden ratio divided by 5 = phi/5 = (1 + sqrt(5))/10). Example: 0.323606797...
Apart from the leading digit the same as A134972, A098317 and A002163. - R. J. Mathar, Aug 06 2013
Length of the longest diagonal in a regular 10-gon with unit side. - Mohammed Yaseen, Nov 12 2020
FORMULA
From Christian Katzmann, Mar 19 2018: (Start)
Equals Sum_{n>=0} (15*(2*n)!+8*n!^2)/(n!^2*3^(2*n+2)).
Equals 1 + Sum_{n>=0} 5*(2*n)!/(n!^2*3^(2*n+1)). (End)
Equals 1/A019827. - R. J. Mathar, Jan 17 2021
Equals Product_{k>=1} (1 + 1/Fibonacci(2*k)). - Amiram Eldar, May 27 2021
EXAMPLE
3.2360679774997896964...
MATHEMATICA
RealDigits[1 + Sqrt[5], 10, 100][[1]] (* Michael De Vlieger, Nov 13 2020 *)
PROG
(PARI) 1 + sqrt(5) \\ Altug Alkan, Mar 19 2018
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Omar E. Pol, Nov 15 2007
EXTENSIONS
More terms from Jinyuan Wang, Mar 30 2020
STATUS
approved