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 A041167 #17 Jul 09 2025 00:22:30 %S A041167 1,1,2,3,14,87,362,449,811,1260,23491,24751,48242,72993,340214, %T A041167 2114277,8797322,10911599,19708921,30620520,570878281,601498801, %U A041167 1172377082,1773875883,8267880614,51381159567,213792518882,265173678449,478966197331,744139875780 %N A041167 Denominators of continued fraction convergents to sqrt(93). %H A041167 Vincenzo Librandi, <a href="/A041167/b041167.txt">Table of n, a(n) for n = 0..200</a> %H A041167 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,0,0,0,0,24302,0,0,0,0,0,0,0,0,0,-1). %F A041167 G.f.: -(x^18 -x^17 +2*x^16 -3*x^15 +14*x^14 -87*x^13 +362*x^12 -449*x^11 +811*x^10 -1260*x^9 -811*x^8 -449*x^7 -362*x^6 -87*x^5 -14*x^4 -3*x^3 -2*x^2 -x -1) / (x^20 -24302*x^10 +1). - _Colin Barker_, Nov 14 2013 %F A041167 a(n) = 24302*a(n-10) - a(n-20). - _Vincenzo Librandi_, Dec 12 2013 %t A041167 Denominator[Convergents[Sqrt[93], 30]] (* _Vincenzo Librandi_, Dec 12 2013 *) %o A041167 (Magma) I:=[1, 1, 2, 3, 14, 87, 362, 449, 811, 1260, 23491, 24751, 48242, 72993, 340214, 2114277, 8797322, 10911599, 19708921, 30620520]; [n le 20 select I[n] else 24302*Self(n-10)-Self(n-20): n in [1..40]]; // _Vincenzo Librandi_, Dec 12 2013 %Y A041167 Cf. A041166, A010164, A020850, A010544. %K A041167 nonn,frac,easy %O A041167 0,3 %A A041167 _N. J. A. Sloane_ %E A041167 More terms from _Colin Barker_, Nov 14 2013