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 A041084 #30 Jul 09 2025 00:14:53 %S A041084 7,99,1393,19601,275807,3880899,54608393,768398401,10812186007, %T A041084 152139002499,2140758220993,30122754096401,423859315570607, %U A041084 5964153172084899,83922003724759193,1180872205318713601,16616132878186749607,233806732499933208099,3289910387877251662993 %N A041084 Numerators of continued fraction convergents to sqrt(50). %H A041084 Vincenzo Librandi, <a href="/A041084/b041084.txt">Table of n, a(n) for n = 0..200</a> %H A041084 Tanya Khovanova, <a href="http://www.tanyakhovanova.com/RecursiveSequences/RecursiveSequences.html">Recursive Sequences</a> %H A041084 <a href="/index/Rec">Index entries for linear recurrences with constant coefficients</a>, signature (14,1). %F A041084 a(n) = 14*a(n-1)+a(n-2), n>1 ; a(0)=7, a(1)=99 . G.f.: (7+x)/(1-14*x-x^2). - _Philippe Deléham_, Nov 21 2008 %t A041084 Numerator[Convergents[Sqrt[50],30]] (* or *) LinearRecurrence[{14,1},{7,99},30] (* _Harvey P. Dale_, Aug 18 2013 *) %t A041084 CoefficientList[Series[(7 + x)/(1 - 14 x - x^2), {x, 0, 30}], x] (* _Vincenzo Librandi_, Oct 29 2013 *) %Y A041084 Cf. A010503, A041085. %K A041084 nonn,cofr,frac,easy %O A041084 0,1 %A A041084 _N. J. A. Sloane_ %E A041084 More terms from _Colin Barker_, Nov 04 2013