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 A016793 #20 May 10 2024 01:53:20 %S A016793 32,3125,32768,161051,537824,1419857,3200000,6436343,11881376, %T A016793 20511149,33554432,52521875,79235168,115856201,164916224,229345007, %U A016793 312500000,418195493,550731776,714924299,916132832,1160290625,1453933568,1804229351,2219006624,2706784157,3276800000 %N A016793 a(n) = (3*n + 2)^5. %H A016793 Vincenzo Librandi, <a href="/A016793/b016793.txt">Table of n, a(n) for n = 0..10000</a> %H A016793 <a href="/index/Rec#order_06">Index entries for linear recurrences with constant coefficients</a>, signature (6,-15,20,-15,6,-1). %F A016793 From _Ilya Gutkovskiy_, Jun 16 2016: (Start) %F A016793 G.f.: (32 + 2933*x + 14498*x^2 + 10678*x^3 + 1018*x^4 + x^5)/(1 - x)^6. %F A016793 a(n) = 6*a(n-1) - 15*a(n-2) + 20*a(n-3) - 15*a(n-4) + 6*a(n-5) - a(n-6). (End) %F A016793 From _Amiram Eldar_, Mar 31 2022: (Start) %F A016793 a(n) = A016789(n)^5. %F A016793 Sum_{n>=0} 1/a(n) = 121*zeta(5)/243 - 2*Pi^5/(729*sqrt(3)). (End) %t A016793 Table[(3n+2)^5,{n,0,100}] (* _Mohammad K. Azarian_, Jun 15 2016 *) %t A016793 LinearRecurrence[{6,-15,20,-15,6,-1},{32,3125,32768,161051,537824,1419857},30] (* _Harvey P. Dale_, May 10 2024 *) %o A016793 (Magma) [(3*n+2)^5 : n in [0..30]]; // _Vincenzo Librandi_, Sep 29 2011 %Y A016793 Cf. A016789, A016790, A016791, A016792. %Y A016793 Subsequence of A000584. %K A016793 nonn,easy %O A016793 0,1 %A A016793 _N. J. A. Sloane_