This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A041009 #30 Feb 05 2022 16:08:01 %S A041009 1,1,2,3,14,17,31,48,223,271,494,765,3554,4319,7873,12192,56641,68833, %T A041009 125474,194307,902702,1097009,1999711,3096720,14386591,17483311, %U A041009 31869902,49353213,229282754,278635967 %N A041009 Denominators of continued fraction convergents to sqrt(7). %C A041009 Sqrt(7) = 2 + 9/14 + 9/(14*223) + 9/(223*3554) + 9/(3554*56641) + ...; sum of these 5 terms = 2.64575131088, with sqrt(7) = 2.64575131106... The terms 14, 223, 3554, ... = a(4), a(8), a(12), ... - _Gary W. Adamson_, Dec 27 2007 %H A041009 Vincenzo Librandi, <a href="/A041009/b041009.txt">Table of n, a(n) for n = 0..1000</a> %H A041009 C. Elsner, M. Stein, <a href="https://cs.uwaterloo.ca/journals/JIS/VOL14/Elsner2/elsner10.html">On Error Sum Functions Formed by Convergents of Real Numbers</a>, J. Int. Seq. 14 (2011) # 11.8.6 %H A041009 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,16,0,0,0,-1). %F A041009 G.f.: (1+x+2*x^2+3*x^3-2*x^4+x^5-x^6)/(1-16*x^4+x^8). - _Colin Barker_, Mar 13 2012 %t A041009 Table[Denominator[FromContinuedFraction[ContinuedFraction[Sqrt[7],n]]],{n,1,50}] (* _Vladimir Joseph Stephan Orlovsky_, Mar 16 2011*) %t A041009 Denominator[Convergents[Sqrt[7],30]] (* or *) LinearRecurrence[ {0,0,0,16,0,0,0,-1},{1,1,2,3,14,17,31,48},30] (* _Harvey P. Dale_, Dec 17 2019 *) %Y A041009 Cf. A010465, A041008. %K A041009 nonn,cofr,frac,easy %O A041009 0,3 %A A041009 _N. J. A. Sloane_