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 A153259 #11 Oct 18 2022 15:26:41 %S A153259 -81,-143,-217,-297,-377,-451,-513,-557,-577,-567,-521,-433,-297,-107, %T A153259 143,459,847,1313,1863,2503,3239,4077,5023,6083,7263,8569,10007,11583, %U A153259 13303,15173,17199,19387,21743,24273,26983,29879,32967,36253,39743 %N A153259 a(n)=n^3-(3*(n+3))^2. %H A153259 Harvey P. Dale, <a href="/A153259/b153259.txt">Table of n, a(n) for n = 1..1000</a> %H A153259 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4, -6, 4, -1). %F A153259 a(1)=-81, a(2)=-143, a(3)=-217, a(4)=-297, a(n)=4*a(n-1)-6*a(n-2)+ 4*a(n-3)- a(n-4). - _Harvey P. Dale_, Jul 10 2013 %t A153259 a[n_]:=n^3-(3*(n+3))^2;lst={};Do[AppendTo[lst,a[n]],{n,0,5!}];lst %t A153259 Table[n^3-(3(n+3))^2,{n,0,40}] (* or *) LinearRecurrence[{4,-6,4,-1},{-81,-143,-217,-297},40] (* _Harvey P. Dale_, Jul 10 2013 *) %o A153259 (PARI) a(n)=n^3-(3*n+9)^2 \\ _Charles R Greathouse IV_, Oct 18 2022 %Y A153259 Cf. A045991, A081437, A069778, A153257, A153258. %K A153259 sign,easy %O A153259 1,1 %A A153259 _Vladimir Joseph Stephan Orlovsky_, Dec 22 2008