cp's OEIS Frontend

This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.

A104457 Decimal expansion of 1 + phi = phi^2 = (3 + sqrt(5))/2.

Original entry on oeis.org

2, 6, 1, 8, 0, 3, 3, 9, 8, 8, 7, 4, 9, 8, 9, 4, 8, 4, 8, 2, 0, 4, 5, 8, 6, 8, 3, 4, 3, 6, 5, 6, 3, 8, 1, 1, 7, 7, 2, 0, 3, 0, 9, 1, 7, 9, 8, 0, 5, 7, 6, 2, 8, 6, 2, 1, 3, 5, 4, 4, 8, 6, 2, 2, 7, 0, 5, 2, 6, 0, 4, 6, 2, 8, 1, 8, 9, 0, 2, 4, 4, 9, 7, 0, 7, 2, 0, 7, 2, 0, 4, 1, 8, 9, 3, 9, 1, 1, 3, 7, 4, 8
Offset: 1

Views

Author

Eric W. Weisstein, Mar 08 2005

Keywords

Comments

Only first term differs from the decimal expansion of phi.
Zelo extends work of D. Roy by showing that the square of the golden ratio is the optimal exponent of approximation by algebraic numbers of degree 4 with bounded denominator and trace. - Jonathan Vos Post, Mar 02 2009 (Cf. last sentence in the Zelo reference. - Joerg Arndt, Jan 04 2014)
Hawkes asks: "What two numbers are those whose product, difference of their squares, and the ratio or quotient of their cubes, are all equal to each other?". - Charles R Greathouse IV, Dec 11 2012
This is the case n=10 in (Gamma(1/n)/Gamma(3/n))*(Gamma((n-1)/n)/Gamma((n-3)/n)) = 1+2*cos(2*Pi/n). - Bruno Berselli, Dec 14 2012
An algebraic integer of degree 2, with minimal polynomial x^2 - 3x + 1. - Charles R Greathouse IV, Nov 12 2014 [The other root is 2 - phi = A132338 - Wolfdieter Lang, Aug 29 2022]
To eight digits: 5*(((Pi+1)/e)-1) = 2.61803395481182... - Dan Graham, Nov 21 2017
The ratio diagonal/side of the second smallest diagonal in a regular 10-gon. - Mohammed Yaseen, Nov 04 2020
phi^2/10 is the moment of inertia of a solid regular icosahedron with a unit mass and a unit edge length (see A341906). - Amiram Eldar, Jun 08 2021

Examples

			2.6180339887498948482045868343656381177203091798...
		

References

  • Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 2.17.1, p. 153.
  • Alfred S. Posamentier, Math Charmers, Tantalizing Tidbits for the Mind, Prometheus Books, NY, 2003, pages 138-139.
  • Damien Roy. Diophantine Approximation in Small Degree. Centre de Recherches Mathématiques. CRM Proceedings and Lecture Notes. Volume 36 (2004), 269-285.
  • David Wells, The Penguin Dictionary of Curious and Interesting Numbers. Penguin Books, NY, 1986, Revised edition 1987. See p. 45.

Crossrefs

2 + 2*cos(2*Pi/n): A116425 (n = 7), A332438 (n = 9), A296184 (n = 10), A019973 (n = 12).

Programs

Formula

Equals 2 + A094214 = 1 + A001622. - R. J. Mathar, May 19 2008
Satisfies these three equations: x-sqrt(x)-1 = 0; x-1/sqrt(x)-2 = 0; x^2-3*x+1 = 0. - Richard R. Forberg, Oct 11 2014
Equals the nested radical sqrt(phi^2+sqrt(phi^4+sqrt(phi^8+...))). For a proof, see A094885. - Stanislav Sykora, May 24 2016
From Christian Katzmann, Mar 19 2018: (Start)
Equals Sum_{n>=0} (5*(2*n)!+8*n!^2)/(2*n!^2*3^(2*n+1)).
Equals 3/2 + Sum_{n>=0} 5*(2*n)!/(2*n!^2*3^(2*n+1)). (End)
Equals 1/A132338 = 2*A239798 = 5*A229780. - Mohammed Yaseen, Nov 04 2020
Equals Product_{k>=1} 1 + 1/(phi + phi^k), where phi is the golden ratio (A001622) (Ohtsuka, 2018). - Amiram Eldar, Dec 02 2021
c^n = phi * A001906(n) + A001519(n), where c = phi^2. - Gary W. Adamson, Sep 08 2023
Equals lim_{n->oo} S(n, 3)/S(n-1, 3) with the S-Chebyshev polynomials (see A049310), S(3, n) = A000045(2*(n+1)) = A001906(n+1). - Wolfdieter Lang, Nov 15 2023
From Peter Bala, May 08 2024: (Start)
Constant c = 2 + 2*cos(2*Pi/5).
The linear fractional transformation z -> c - c/z has order 5, that is, z = c - c/(c - c/(c - c/(c - c/(c - c/z)))). (End)
Equals Product_{k>=1} (1 + 1/A032908(k)). - Amiram Eldar, Nov 28 2024