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 A145693 #16 Sep 19 2024 19:23:07 %S A145693 14,1526,167846,18461534,2030600894,223347636806,24566209447766, %T A145693 2702059691617454,297201999868472174,32689517925840321686, %U A145693 3595549769842566913286,395477785164756520139774,43498960818353374648461854,4784490212233706454810664166 %N A145693 Numbers X such that there exists Y in N with X^2=21*Y^2+7. %H A145693 Vincenzo Librandi, <a href="/A145693/b145693.txt">Table of n, a(n) for n = 1..200</a> %H A145693 <a href="/index/Rec#order_02">Index entries for linear recurrences with constant coefficients</a>, signature (110,-1). %F A145693 a(n+2) = 110*a(n+1)-a(n). %F A145693 G.f.: -14*x*(x-1) / (x^2-110*x+1). - _Colin Barker_, Oct 21 2014 %e A145693 a(1)=14 because the first relation is 14^2=21*3^2+7. %t A145693 CoefficientList[Series[14 (1 - x)/(x^2 - 110 x + 1), {x, 0, 20}], x] (* _Vincenzo Librandi_, Oct 21 2014 *) %t A145693 LinearRecurrence[{110,-1},{14,1526},20] (* _Harvey P. Dale_, Sep 19 2024 *) %o A145693 (PARI) Vec(-14*x*(x-1)/(x^2-110*x+1) + O(x^20)) \\ _Colin Barker_, Oct 21 2014 %o A145693 (Magma) I:=[14,1526]; [n le 2 select I[n] else 110*Self(n-1)-Self(n-2): n in [1..15]]; // _Vincenzo Librandi_, Oct 21 2014 %Y A145693 Cf. A144927, A144928, A144929, A144930. %K A145693 easy,nonn %O A145693 1,1 %A A145693 _Richard Choulet_, Oct 16 2008 %E A145693 Editing and more terms from _Colin Barker_, Oct 21 2014