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!)
A040008 Continued fraction for sqrt(12). 3
3, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6, 2, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
Eventual period is (2,6). - Zak Seidov, Mar 05 2011
LINKS
G. Xiao, Contfrac
EXAMPLE
3.464101615137754587054892683... = 3 + 1/(2 + 1/(6 + 1/(2 + 1/(6 + ...)))). - Harry J. Smith, Jun 02 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[12], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 05 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 24000); x=contfrac(sqrt(12)); for (n=0, 20000, write("b040008.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 02 2009
CROSSREFS
Cf. A010469 Decimal expansion. - Harry J. Smith, Jun 02 2009
Sequence in context: A061187 A248082 A021758 * A129354 A129628 A245691
KEYWORD
nonn,cofr,easy
AUTHOR
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 02:28 EDT 2024. Contains 371917 sequences. (Running on oeis4.)