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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A010143 Continued fraction for sqrt(58). 2
7, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1, 14, 1, 1, 1, 1, 1, 1 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,1

LINKS

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

G. Xiao, Contfrac

Index entries for continued fractions for constants

FORMULA

a(n)=(1/147)*{-253*(n mod 7)+20*[(n+1) mod 7]+20*[(n+2) mod 7]+20*[(n+3) mod 7]+20*[(n+4) mod 7]+20*[(n+5) mod 7]+293*[(n+6) mod 7]}-7*[C(2*n,n) mod 2], with n>=0 [From Paolo P. Lava, Jul 24 2009]

EXAMPLE

7.615773105863908285661411027... = 7 + 1/(1 + 1/(1 + 1/(1 + 1/(1 + ...)))) [From Harry J. Smith, Jun 07 2009]

MATHEMATICA

ContinuedFraction[Sqrt[58], 300] (*From Vladimir Joseph Stephan Orlovsky, Mar 07 2011*)

PROG

(PARI) { allocatemem(932245000); default(realprecision, 14000); x=contfrac(sqrt(58)); for (n=0, 20000, write("b010143.txt", n, " ", x[n+1])); } [From Harry J. Smith, Jun 07 2009]

CROSSREFS

Cf. A010511 Decimal expansion. [From Harry J. Smith, Jun 07 2009]

Sequence in context: A081229 A109010 A117825 * A101027 A129408 A170824

Adjacent sequences:  A010140 A010141 A010142 * A010144 A010145 A010146

KEYWORD

nonn,cofr

AUTHOR

N. J. A. Sloane.

STATUS

approved

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 May 25 19:21 EDT 2013. Contains 225649 sequences.