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 A123479 #31 Oct 14 2017 01:49:46 %S A123479 20,1980,194040,19013960,1863174060,182572043940,17890197132080, %T A123479 1753056746899920,171781670999060100,16832850701160989900, %U A123479 1649447587042777950120,161629030679491078121880,15837995559003082877994140,1551961935751622630965303860 %N A123479 Coefficients of series giving the best rational approximations to sqrt(6). %C A123479 The partial sums of the series 5/2 - 1/a(1) - 1/a(2) - 1/a(3) - ... give the best rational approximations to sqrt(6), which constitute every second convergent of the continued fraction. The corresponding continued fractions are [2;2], [2;2,4,2], [2;2,4,2,4,2], [2;2,4,2,4,2,4,2] and so forth. %C A123479 Sequence of numbers x=a(n) such 4*x+1 and 6*x+1 are both square, and their square roots are A138288(n) and A054320(n). - _Paul Cleary_, Jun 23 2014 %H A123479 G. C. Greubel, <a href="/A123479/b123479.txt">Table of n, a(n) for n = 1..500</a> %H A123479 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (99,-99,1). %F A123479 a(n+3) = 99*a(n+2) - 99*a(n+1) + a(n). %F A123479 a(n) = -5/24 + (( + 2*6^(1/2))/48)*(49 + 20*6^(1/2))^n + ((5 - 2*6^(1/2))/48)*(49 - 20*6^(1/2))^n. %F A123479 G.f.: -20*x / ((x-1)*(x^2-98*x+1)). - _Colin Barker_, Jun 23 2014 %t A123479 LinearRecurrence[{99,-99,1},{0,20,1980},{2, 25}] (* _Paul Cleary_, Jun 23 2014 *) %o A123479 (PARI) Vec(-20*x/((x-1)*(x^2-98*x+1)) + O(x^100)) \\ _Colin Barker_, Jun 23 2014 %Y A123479 Cf. A123478, A123480, A029549, A123482. %K A123479 nonn,easy %O A123479 1,1 %A A123479 _Gene Ward Smith_, Sep 28 2006 %E A123479 More terms from _Colin Barker_, Jun 23 2014