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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A094214 Decimal expansion of 1/phi = phi - 1. 20
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, 4 (list; constant; graph; refs; listen; history; internal format)
OFFSET

0,1

LINKS

Harry J. Smith, Table of n, a(n) for n=0..20000

Eric Weisstein's World of Mathematics, GoldenRatioConjugate

EXAMPLE

0.618033988749894848204586834...

MATHEMATICA

RealDigits[N[GoldenRatio-1, 200]][[1]] (*From Vladimir Joseph Stephan Orlovsky, Feb 20 2011*)

PROG

(PARI) { default(realprecision, 20080); x=(sqrt(5)-1)/2; d=0; for (n=0, 20000, x=(x-d)*10; d=floor(x); write("b094214.txt", n, " ", d)); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 19 2009]

CROSSREFS

Cf. A001622, A104457.

Sequence in context: A204205 A143019 A156921 * A001622 A186099 A021622

Adjacent sequences:  A094211 A094212 A094213 * A094215 A094216 A094217

KEYWORD

cons,nonn,easy

AUTHOR

Cino Hilliard (hillcino368(AT)gmail.com), May 27 2004

EXTENSIONS

Edited by Eric Weisstein (eric(AT)weisstein.com), Apr 17 2006

Fixed my PARI program, had -n Harry J. Smith (hjsmithh(AT)sbcglobal.net), May 19 2009

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 14 16:52 EST 2012. Contains 205635 sequences.