login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A109134 Decimal expansion of Phi, the real root of the equation 1/x=(x-1)^2. 2
1, 7, 5, 4, 8, 7, 7, 6, 6, 6, 2, 4, 6, 6, 9, 2, 7, 6, 0, 0, 4, 9, 5, 0, 8, 8, 9, 6, 3, 5, 8, 5, 2, 8, 6, 9, 1, 8, 9, 4, 6, 0, 6, 6, 1, 7, 7, 7, 2, 7, 9, 3, 1, 4, 3, 9, 8, 9, 2, 8, 3, 9, 7, 0, 6, 4, 6, 0, 8, 0, 6, 5, 5, 1, 2, 8, 0, 8, 1, 0, 9, 0, 7, 3, 8, 2, 2, 7, 0, 9, 2, 8, 4, 2, 2, 5, 0, 3, 0, 3, 6, 4, 8, 3, 7 (list; constant; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

The silver number (A060006) is equal to Phi*(Phi-1).

REFERENCES

M. Gardner, A Gardner's Workout, pp. 124-6, A. K. Peters MA 2001.

LINKS

Simon Plouffe, Plouffe's Inverter.

FORMULA

Equals 1+A075778. [From R. J. Mathar (mathar(AT)strw.leidenuniv.nl), Aug 20 2008]

EXAMPLE

1.75487766624669276004950889635852869189460661777279314398928397064...

MATHEMATICA

FindRoot[x^3 - 2x^2 + x - 1 == 0, {x, 1.75}, WorkingPrecision -> 128][[1, 2]] (* Robert G. Wilson v *)

PROG

(PARI) {d=104; default(realprecision, d); print(k=solve(x=1, 2, (x-1)^2-1/x)); for(c=0, d, z=floor(k); print1(z, ", ", ); k=10*(k-z))}

CROSSREFS

Sequence in context: A112407 A154195 A019858 * A075778 A010510 A138313

Adjacent sequences:  A109131 A109132 A109133 * A109135 A109136 A109137

KEYWORD

cons,nonn

AUTHOR

Lekraj Beedassy (blekraj(AT)yahoo.com), Aug 17 2005

EXTENSIONS

Extended by Klaus Brockhaus (klaus-brockhaus(AT)t-online.de) and Robert G. Wilson v (rgwv(AT)rgwv.com), Aug 19 2005

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 11:46 EST 2012. Contains 206011 sequences.