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 A133499 #22 Sep 08 2022 08:45:32 %S A133499 0,0,126,2184,16380,78120,279930,823536,2097144,4782960,9999990, %T A133499 19487160,35831796,62748504,105413490,170859360,268435440,410338656, %U A133499 612220014,893871720,1279999980,1801088520,2494357866,3404825424,4586471400,6103515600,8031810150 %N A133499 a(n) = n^7 - n. %C A133499 All the terms are divisible by 3. %H A133499 Vincenzo Librandi, <a href="/A133499/b133499.txt">Table of n, a(n) for n = 0..1000</a> %H A133499 <a href="/index/Rec#order_08">Index entries for linear recurrences with constant coefficients</a>, signature (8,-28,56,-70,56,-28,8,-1). %F A133499 G.f.: 42*x^2*(3+28*x+58*x^2+28*x^3+3*x^4) / (x-1)^8 . - _R. J. Mathar_, Mar 13 2015 %F A133499 a(n) = 42*A030180(n). - _Philippe Deléham_, Mar 17 2016 %e A133499 If n=2, then n^7 - n = 126. %e A133499 If n=13, then n^7 - n = 62748504. %t A133499 Table[n^7 - n, {n, 0, 40}] (* and *) LinearRecurrence[{8, -28, 56, -70, 56, -28, 8, -1}, {0, 0, 126, 2184, 16380, 78120, 279930, 823536}, 40] (* _Vladimir Joseph Stephan Orlovsky_, Feb 20 2012 *) %o A133499 (Magma) [n^7-n: n in [0..40]]; // _Vincenzo Librandi_, May 02 2011 %Y A133499 Cf. A030180, A061167. %K A133499 nonn,easy %O A133499 0,3 %A A133499 _Parthasarathy Nambi_, Dec 01 2007 %E A133499 Corrected and extended by _Jonathan Vos Post_, Dec 02 2007