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 A017092 #18 Sep 08 2022 08:44:41 %S A017092 16,10000,104976,456976,1336336,3111696,6250000,11316496,18974736, %T A017092 29986576,45212176,65610000,92236816,126247696,168896016,221533456, %U A017092 285610000,362673936,454371856,562448656 %N A017092 a(n) = (8*n + 2)^4. %H A017092 Vincenzo Librandi, <a href="/A017092/b017092.txt">Table of n, a(n) for n = 0..10000</a> %H A017092 <a href="/index/Rec#order_05">Index entries for linear recurrences with constant coefficients</a>, signature (5,-10,10,-5,1) %F A017092 G.f.: -16*(1 + 620*x + 3446*x^2 + 1996*x^3 + 81*x^4)/(x-1)^5. - _R. J. Mathar_, Jul 14 2016 %t A017092 (8*Range[0,20]+2)^4 (* or *) LinearRecurrence[{5,-10,10,-5,1},{16,10000,104976,456976,1336336},20] (* _Harvey P. Dale_, Dec 16 2017 *) %o A017092 (Magma) [(8*n+2)^4: n in [0..30]]; // _Vincenzo Librandi_, Jul 12 2011 %Y A017092 Cf. A017089 (8n+2), A000583 (n^4). %K A017092 nonn,easy %O A017092 0,1 %A A017092 _N. J. A. Sloane_