login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A040048
Continued fraction for sqrt(56).
4
7, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2, 14, 2
OFFSET
0,1
EXAMPLE
7.4833147735478827711674974... = 7 + 1/(2 + 1/(14 + 1/(2 + 1/(14 + ...)))). - Harry J. Smith, Jun 06 2009
MAPLE
Digits := 100: convert(evalf(sqrt(N)), confrac, 90, 'cvgts'):
MATHEMATICA
ContinuedFraction[Sqrt[56], 300] (* Vladimir Joseph Stephan Orlovsky, Mar 07 2011 *)
PROG
(PARI) { allocatemem(932245000); default(realprecision, 30000); x=contfrac(sqrt(56)); for (n=0, 20000, write("b040048.txt", n, " ", x[n+1])); } \\ Harry J. Smith, Jun 06 2009
CROSSREFS
Cf. A010509 Decimal expansion. - Harry J. Smith, Jun 06 2009
Sequence in context: A145338 A104586 A323995 * A070429 A050092 A293452
KEYWORD
nonn,cofr,easy
STATUS
approved