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 A145124 #15 Jan 06 2024 00:57:48 %S A145124 2,757,228762,69085517,20863597522,6300737366277,1902801821018282, %T A145124 574639849210155037,173539331659645803042,52408303521363822363797, %U A145124 15827134124120214708063802,4779742097180783478012904557,1443466286214472490145189112562 %N A145124 Numbers x such that there exists n in N : (x+1)^3-x^3=19*n^2. %H A145124 <a href="/index/Rec#order_03">Index entries for linear recurrences with constant coefficients</a>, signature (303,-303,1). %F A145124 a(n+2) = 302*a(n+1)-a(n)+150. %F A145124 G.f.: x*(-2-151*x+3*x^2) / ( (x-1)*(x^2-302*x+1) ). - _R. J. Mathar_, Nov 27 2011 %e A145124 a(1)=2 because 3^3-2^3=19*1. %t A145124 CoefficientList[Series[(-2 - 151*x + 3*x^2)/((x - 1)*(x^2 - 302*x + 1)), {x, 0, 15}], x] (* _Wesley Ivan Hurt_, Sep 04 2022 *) %o A145124 (PARI) Vec(x*(-2-151*x+3*x^2)/((x-1)*(x^2-302*x+1)) + O(x^30)) \\ _Colin Barker_, Oct 18 2014 %Y A145124 Cf. A145123. %K A145124 easy,nonn %O A145124 1,1 %A A145124 _Richard Choulet_, Oct 02 2008 %E A145124 Editing and more terms from _Colin Barker_, Oct 18 2014