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!)
A010136 Continued fraction for sqrt(46). 3

%I #40 Dec 27 2023 00:15:05

%S 6,1,3,1,1,2,6,2,1,1,3,1,12,1,3,1,1,2,6,2,1,1,3,1,12,1,3,1,1,2,6,2,1,

%T 1,3,1,12,1,3,1,1,2,6,2,1,1,3,1,12,1,3,1,1,2,6,2,1,1,3,1,12,1,3,1,1,2,

%U 6,2,1,1,3,1,12,1,3,1,1,2

%N Continued fraction for sqrt(46).

%H Harry J. Smith, <a href="/A010136/b010136.txt">Table of n, a(n) for n = 0..20000</a>

%H A. J. van der Poorten, <a href="https://web.archive.org/web/*/http://www-centre.mpce.mq.edu.au/alfpapers/a075.pdf">An introduction to continued fractions</a>, Unpublished.

%H A. J. van der Poorten, <a href="/A007400/a007400_4.pdf">An introduction to continued fractions</a>, Unpublished [Cached copy]

%H G. Xiao, <a href="http://wims.unice.fr/~wims/en_tool~number~contfrac.en.html">Contfrac</a>

%H <a href="/index/Con#confC">Index entries for continued fractions for constants</a>

%H <a href="/index/Rec#order_12">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,0,0,1).

%e 6.782329983125268139064556326... = 6 + 1/(1 + 1/(3 + 1/(1 + 1/(1 + ...)))). - _Harry J. Smith_, Jun 06 2009

%t ContinuedFraction[Sqrt[46],300] (* _Vladimir Joseph Stephan Orlovsky_, Mar 07 2011 *)

%o (PARI) { allocatemem(932245000); default(realprecision, 16000); x=contfrac(sqrt(46)); for (n=0, 20000, write("b010136.txt", n, " ", x[n+1])); } \\ _Harry J. Smith_, Jun 06 2009

%Y Cf. A010500 (decimal expansion), A041078/A041079 (convergents), A248272 (Egyptian fractions).

%Y Cf. A190567.

%K nonn,cofr,easy

%O 0,1

%A _N. J. A. Sloane_

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 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)