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”).

A040951
Continued fraction for sqrt(983).
1
31, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5, 31, 5, 1, 2, 62, 2, 1, 5
OFFSET
0,1
FORMULA
G.f.: -(x^2-x+1)*(31*x^6+33*x^5+3*x^4-25*x^3+3*x^2+33*x+31)/((x-1)*(x+1)*(x^2+1)*(x^4+1)). [Colin Barker, Aug 11 2012]
MAPLE
with(numtheory): Digits := 300: convert(evalf(sqrt(983)), confrac);
CROSSREFS
Sequence in context: A047687 A040953 A040952 * A040950 A040955 A040954
KEYWORD
nonn,cofr,easy
AUTHOR
STATUS
approved