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 A168522 #28 Jan 03 2024 08:51:06 %S A168522 0,1,98,9602,940800,92179196,9031679608,884920243192,86704120473600, %T A168522 8495233965926416,832359520419841568,81554242533212620832, %U A168522 7990651049213997158400,782920694337905296281536,76710246743016291041273728,7516038339426920711452262272 %N A168522 a(n) = 98*a(n-1) - 2*a(n-2); a(1) = 0, a(2) = 1. %C A168522 a(n)/a(n+1) converges to 49 - sqrt(2399). - corrected by _Mark Dols_, Jun 20 2010 %H A168522 G. C. Greubel, <a href="/A168522/b168522.txt">Table of n, a(n) for n = 1..200</a> %H A168522 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (98,-2). %F A168522 G.f.: x^2/(1 - 98x + 2x^2). - _Philippe Deléham_, Nov 29 2009 %F A168522 E.g.f.: (1/(2*b))*exp(49*x)*( 49*sinh(b*x) - b*cosh(b*x) ) - (1/2), where b = sqrt(2399). - _G. C. Greubel_, Jul 25 2016 %t A168522 LinearRecurrence[{98,-2},{0,1}, 25] (* _G. C. Greubel_, Jul 25 2016 *) %o A168522 (Magma) [n le 2 select n-1 else 98*Self(n-1)-2*Self(n-2): n in [1..20]]; // _Vincenzo Librandi_, Jul 25 2016 %Y A168522 Cf. A168520, A004189, A000108, A000984, A165293 %K A168522 nonn,easy %O A168522 1,3 %A A168522 _Mark Dols_, Nov 28 2009 %E A168522 Definition adapted to offset by _Georg Fischer_, Jun 19 2021