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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A062978 Continued fraction for Pi * golden ratio phi (or tau) = (1 + sqrt 5 )/2. 1
5, 12, 53, 2, 14, 1, 1, 4, 2, 5, 11, 1, 2, 3, 5, 2, 4, 2, 1, 1, 2, 2, 4, 1, 3, 4, 1, 1, 2, 1, 1, 1, 3, 3, 162, 1, 1, 2, 3641, 1, 1, 1, 2, 2, 1, 1, 1, 1, 1, 2, 2, 2, 66, 1, 18, 1, 1, 10, 2, 4, 36, 1, 4, 3, 1, 1, 3, 4, 1, 1, 2, 1, 1, 14, 3, 1, 2, 2, 1, 9, 28, 1, 1, 1, 1, 3, 15, 1, 1, 2, 11, 1, 1, 1, 3, 1 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

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

EXAMPLE

phi*Pi = 5.083203692315259... = 5 + 1/(12 + 1/(53 + 1/(2 + 1/(14 + ...)))) [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 27 2009]

PROG

(PARI) contfrac(Pi * (1+sqrt(5))/2).

(PARI) { allocatemem(932245000); default(realprecision, 21000); phi=(1+sqrt(5))/2; x=contfrac(phi*Pi); for (n=1, 20000, write("b062978.txt", n, " ", x[n])); } [From Harry J. Smith (hjsmithh(AT)sbcglobal.net), Apr 27 2009]

CROSSREFS

Sequence in context: A074024 A054661 A188118 * A189421 A066961 A179994

Adjacent sequences:  A062975 A062976 A062977 * A062979 A062980 A062981

KEYWORD

cofr,easy,nonn

AUTHOR

Jason Earls (zevi_35711(AT)yahoo.com), Jul 24 2001

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 15 09:06 EST 2012. Contains 205746 sequences.