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 A016784 #29 Jul 08 2025 05:53:49 %S A016784 1,65536,5764801,100000000,815730721,4294967296,16983563041, %T A016784 54875873536,152587890625,377801998336,852891037441,1785793904896, %U A016784 3512479453921,6553600000000,11688200277601,20047612231936,33232930569601,53459728531456,83733937890625 %N A016784 a(n) = (3*n+1)^8. %H A016784 Vincenzo Librandi, <a href="/A016784/b016784.txt">Table of n, a(n) for n = 0..10000</a> %H A016784 <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 A016784 a(n)= A001016(A016777(n)). - _Michel Marcus_, Jun 15 2016 %F A016784 G.f.: (1 + 65527*x + 5175013*x^2 + 50476003*x^3 + 117758659*x^4 + 77404933*x^5 + 13270807*x^6 + 388321*x^7 + 256*x^8)/(1 - x)^9. - _Ilya Gutkovskiy_, Jun 16 2016 %F A016784 Sum_{n>=0} 1/a(n) = PolyGamma(7, 1/3)/33067440. - _Amiram Eldar_, Mar 29 2022 %t A016784 Table[(3n+1)^8,{n,0,100}] (* _Mohammad K. Azarian_, Jun 15 2016 *) %o A016784 (Magma) [(3*n+1)^8 : n in [0..20]]; // _Vincenzo Librandi_, Sep 28 2011 %o A016784 (Maxima) A016784(n):=(3*n+1)^8$ %o A016784 makelist(A016784(n),n,0,20); /* _Martin Ettl_, Nov 12 2012 */ %Y A016784 Cf. A001016, A016777, A016778, A016779, A016780, A016781, A016782, A016783. %K A016784 nonn,easy %O A016784 0,2 %A A016784 _N. J. A. Sloane_