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 A165220 #17 Sep 08 2022 08:45:47 %S A165220 0,91,614,1953,4492,8615,14706,23149,34328,48627,66430,88121,114084, %T A165220 144703,180362,221445,268336,321419,381078,447697,521660,603351, %U A165220 693154,791453,898632,1015075,1141166,1277289,1423828,1581167,1749690,1929781 %N A165220 Numbers n such that 8*n+1 is a cube. %C A165220 For every even n, n^4+(n/2)^3 is a cube. %C A165220 In effect, a(n) = n*(24*n+3+64*n^2) and 8*a(n)+1 = (8*n+1)^3. [_R. J. Mathar_, Oct 18 2010] %H A165220 Vincenzo Librandi, <a href="/A165220/b165220.txt">Table of n, a(n) for n = 0..1000</a> %H A165220 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A165220 G.f.: x*(91+250*x+43*x^2)/(1-x)^4. [_Colin Barker_, Jun 15 2012] %t A165220 LinearRecurrence[{4, -6, 4, -1}, {0, 91, 614, 1953}, 100] (* _Vincenzo Librandi_, Apr 06 2013 *) %o A165220 (Magma) I:=[0, 91, 614, 1953]; [n le 4 select I[n] else 4*Self(n-1)-6*Self(n-2)+4*Self(n-3)-Self(n-4): n in [1..50]]; // _Vincenzo Librandi_, Apr 06 2013 %Y A165220 Cf. A017077. %K A165220 nonn,easy %O A165220 0,2 %A A165220 _Vincenzo Librandi_, Sep 08 2009 %E A165220 Typo corrected by _Zak Seidov_, Sep 14 2009