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!)
A010138 Continued fraction for sqrt(52). 3
7, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1, 2, 1, 4, 14, 4, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,1
LINKS
G. Xiao, Contfrac
EXAMPLE
7.211102550927978586238442534... = 7 + 1/(4 + 1/(1 + 1/(2 + 1/(1 + ...)))). - Harry J. Smith, Jun 06 2009
MATHEMATICA
ContinuedFraction[Sqrt[52], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 07 2011 *)
PadRight[{7}, 120, {14, 4, 1, 2, 1, 4}] (* Harvey P. Dale, Nov 22 2018 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 21000); x=contfrac(sqrt(52)); for (n=0, 20000, write("b010138.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 06 2009
CROSSREFS
Cf. A010505 Decimal expansion. - Harry J. Smith, Jun 06 2009
Sequence in context: A021935 A131028 A225463 * A371851 A199157 A328416
KEYWORD
nonn,cofr
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 18 02:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)