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 A024029 #11 Sep 08 2022 08:44:48 %S A024029 1,2,-55,-702,-4015,-15382,-45927,-115462,-255583,-511758,-940951, %T A024029 -1594414,-2454543,-3232486,-2746567,2958282,26269505,105002594, %U A024029 353408265,1115215586,3422784401 %N A024029 a(n) = 3^n-n^6. %H A024029 Vincenzo Librandi, <a href="/A024029/b024029.txt">Table of n, a(n) for n = 0..200</a> %F A024029 a(n) = 3^n - n^6. %p A024029 A024029:=n->3^n-n^6: seq(A024029(n), n=0..40); # _Wesley Ivan Hurt_, Feb 16 2017 %o A024029 (Magma) [3^n-n^6 : n in [0..30]]; // _Vincenzo Librandi_, May 17 2011 %K A024029 sign %O A024029 0,2 %A A024029 _N. J. A. Sloane_