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 A016915 #17 Sep 08 2022 08:44:41 %S A016915 0,279936,35831808,612220032,4586471424,21870000000,78364164096, %T A016915 230539333248,587068342272,1338925209984,2799360000000,5455160701056, %U A016915 10030613004288,17565568854912,29509034655744 %N A016915 a(n) = (6*n)^7. %H A016915 Vincenzo Librandi, <a href="/A016915/b016915.txt">Table of n, a(n) for n = 0..2000</a> %H A016915 <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 A016915 G.f.: (279936*(x + 120*x^2 + 1191*x^3 + 2416*x^4 + 1191*x^5 + 120*x^6 + x^7))/ (x-1)^8. - _Harvey P. Dale_, Jul 20 2011 %t A016915 (6*Range[0,20])^7 (* _Harvey P. Dale_, Jul 20 2011 *) %o A016915 (Magma) [(6*n)^7: n in [0..30]]; // _Vincenzo Librandi_, May 03 2011 %Y A016915 Cf. A001015, A008588. %K A016915 nonn,easy %O A016915 0,2 %A A016915 _N. J. A. Sloane_