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 A041428 #19 Jul 09 2025 00:48:54 %S A041428 15,91,2745,16561,499575,3014011,90919905,548533441,16546923135, %T A041428 99830072251,3011449090665,18168524616241,548067187577895, %U A041428 3306571650083611,99745216690086225,601777871790600961 %N A041428 Numerators of continued fraction convergents to sqrt(230). %H A041428 Vincenzo Librandi, <a href="/A041428/b041428.txt">Table of n, a(n) for n = 0..200</a> %H A041428 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (0,182,0,-1). %F A041428 G.f.: -(x^3 -15*x^2 -91*x -15)/(x^4 -182*x^2 +1). - _Vincenzo Librandi_, Nov 02 2013 %F A041428 a(n) = 182*a(n-2) - a(n-4). - _Wesley Ivan Hurt_, May 04 2024 %t A041428 Numerator[Convergents[Sqrt[230], 20]] (* _Harvey P. Dale_, Jun 12 2012 *) %t A041428 CoefficientList[Series[-(x^3 - 15 x^2 - 91 x - 15)/(x^4 -182 x^2 + 1), {x, 0, 30}], x] (* _Vincenzo Librandi_, Nov 02 2013 *) %Y A041428 Cf. A041429. %K A041428 nonn,cofr,frac,easy %O A041428 0,1 %A A041428 _N. J. A. Sloane_