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 A274077 #16 Sep 08 2022 08:46:17 %S A274077 4,5,12,31,68,129,220,347,516,733,1004,1335,1732,2201,2748,3379,4100, %T A274077 4917,5836,6863,8004,9265,10652,12171,13828,15629,17580,19687,21956, %U A274077 24393,27004,29795,32772,35941,39308,42879,46660,50657,54876,59323,64004,68925 %N A274077 a(n) = n^3 + 4. %H A274077 Vincenzo Librandi, <a href="/A274077/b274077.txt">Table of n, a(n) for n = 0..1000</a> %H A274077 <a href="/index/Rec#order_04">Index entries for linear recurrences with constant coefficients</a>, signature (4,-6,4,-1). %F A274077 O.g.f.: (4 - 11*x + 16*x^2 - 3*x^3)/(1 - x)^4. %F A274077 E.g.f.: (x^3 + 3*x^2 + x + 4)*exp(x). - _Robert Israel_, Jun 09 2016 %F A274077 a(n) = 4*a(n-1) - 6*a(n-2) + 4*a(n-3) - a(n-4). %p A274077 seq(n^3+4, n=0..100); # _Robert Israel_, Jun 09 2016 %t A274077 Table[n^3 + 4, {n, 0, 60}] %t A274077 Range[0,50]^3+4 (* or *) LinearRecurrence[{4,-6,4,-1},{4,5,12,31},50] (* _Harvey P. Dale_, Jul 01 2017 *) %o A274077 (Magma) [n^3+4: n in [0..50]]; %o A274077 (PARI) a(n) = n^3 + 4 \\ _Felix Fröhlich_, Jun 09 2016 %Y A274077 Sequences of the type n^3+k: A000578 (k=0), A001093 (k=1), A084380 (k=2), A084378 (k=3), this sequence (k=4), A084381 (k=5), A084382 (k=6), A084377 (k=7). %K A274077 nonn,easy %O A274077 0,1 %A A274077 _Vincenzo Librandi_, Jun 09 2016