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!)
A205769 Given an equilateral triangle T, partition each side (with the same orientation) into segments exhibiting the Golden Ratio. Let t be the resulting internal equilateral triangle t. Sequence gives decimal expansion of ratio of areas T/t. 0
3, 4, 2, 7, 0, 5, 0, 9, 8, 3, 1, 2, 4, 8, 4, 2, 2, 7, 2, 3, 0, 6, 8, 8, 0, 2, 5, 1, 5, 4, 8, 4, 5, 7, 1, 7, 6, 5, 8, 0, 4, 6, 3, 7, 6, 9, 7, 0, 8, 6, 4, 4, 2, 9, 3, 2, 0, 3, 1, 7, 2, 9, 3, 4, 0, 5, 7, 8, 9, 0, 6, 9, 4, 2, 2, 8, 3, 5, 3, 6, 7, 4, 5, 6, 0, 8, 1, 0, 8, 0, 6, 2, 8, 4, 0, 8, 6, 7, 0, 6, 2, 2, 7, 1, 3 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
A quadratic number with denominator 2 and minimal polynomial 4x^2 - 14x + 1. - Charles R Greathouse IV, Apr 21 2016
REFERENCES
Alfred S. Posamentier & Ingmar Lehmann, Phi, The Glorious Golden Ratio, Prometheus Books, 2011.
LINKS
FORMULA
= phi^2/(1 + 1/phi^2 - 1/phi).
Also, = (phi^4)/2 = 1+3*phi/2 [Clark Kimberling, Oct 24 2012]
EXAMPLE
3.427050983124842272306880251548457176580463769708644293203172934...
MATHEMATICA
x = GoldenRatio; RealDigits[x^4/(1 - x + x^2), 10, 111][[1]]
PROG
(PARI) (1+sqrt(5))^4/32 \\ Charles R Greathouse IV, Dec 12 2013
CROSSREFS
Cf. A001622.
Sequence in context: A344968 A324340 A046692 * A166108 A255768 A216221
KEYWORD
nonn,cons
AUTHOR
Robert G. Wilson v, Jan 31 2012
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 April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)