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 A016964 #17 Mar 31 2022 10:17:18 %S A016964 65536,100000000,4294967296,54875873536,377801998336,1785793904896, %T A016964 6553600000000,20047612231936,53459728531456,128063081718016, %U A016964 281474976710656,576480100000000,1113034787454976,2044140858654976,3596345248055296,6095689385410816,10000000000000000 %N A016964 a(n) = (6*n + 4)^8. %H A016964 Vincenzo Librandi, <a href="/A016964/b016964.txt">Table of n, a(n) for n = 0..1000</a> %H A016964 <a href="/index/Rec#order_09">Index entries for linear recurrences with constant coefficients</a>, signature (9,-36,84,-126,126,-84,36,-9,1). %F A016964 From _Amiram Eldar_, Mar 31 2022: (Start) %F A016964 a(n) = A016957(n)^8 = A016958(n)^4 = A016960(n)^2. %F A016964 a(n) = 2^8*A016796(n). %F A016964 Sum_{n>=0} 1/a(n) = PolyGamma(7, 2/3)/8465264640. (End) %t A016964 (6*Range[0,20]+4)^8 (* or *) LinearRecurrence[{9,-36,84,-126,126,-84,36,-9,1},{65536,100000000,4294967296,54875873536,377801998336,1785793904896,6553600000000,20047612231936,53459728531456},20] (* _Harvey P. Dale_, Dec 26 2018 *) %o A016964 (Magma) [(6*n+4)^8: n in [0..20]]; // _Vincenzo Librandi_, May 07 2011 %Y A016964 Cf. A016796, A016957, A016958, A016959, A016960, A016961, A016962, A016963. %Y A016964 Subsequence of A001016. %K A016964 nonn,easy %O A016964 0,1 %A A016964 _N. J. A. Sloane_