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 A129196 #21 Sep 20 2024 21:35:08 %S A129196 1,4,9,32,125,36,343,256,243,500,1331,288,2197,1372,1125,2048,4913, %T A129196 972,6859,4000,3087,5324,12167,2304,15625,8788,6561,10976,24389,4500, %U A129196 29791,16384,11979,19652,42875,7776,50653,27436,19773,32000,68921,12348,79507,42592 %N A129196 a(n) = denominator(3*(3+(-1)^n)/(n+1)^3). %C A129196 Numerator of 3*(3+(-1)^n)/(n+1)^3 is A129197. %C A129196 (1/(2*Pi))*Integral_{t=0..2*Pi} exp(i*(n+1)*t)*((t-Pi)/i)^3 dt = (A129202(n)*Pi^2-A129203(n))/A129196(n) with i=sqrt(-1). %H A129196 <a href="/index/Rec#order_24">Index entries for linear recurrences with constant coefficients</a>, signature (0,0,0,0,0,4,0,0,0,0,0,-6,0,0,0,0,0,4,0,0,0,0,0,-1). %F A129196 a(n) = A129204(n+1)/(5/3+(4/3)*cos(2*Pi*(n+1)/3)). %F A129196 a(n) = denominator((1/(2*Pi))*Integral_{t=0..2*Pi} exp(i*(n+1)*t)*((t-Pi)/i)^3 dt) with i=sqrt(-1). %F A129196 a(n) = denominator((Pi^2*(n+1)^2-6)/(n+1)^3). %F A129196 a(n) = ((n+1)^3/(gcd(n+1,2)*gcd(n+1,3))). - _Paul Barry_, Oct 09 2007 %F A129196 a(n) = numerator of coefficient of x^6 in the Maclaurin expansion of -exp(-(n+1)*x^2). - _Francesco Daddi_, Aug 04 2011 %F A129196 Sum_{n>=0} 1/a(n) = 29*zeta(3)/24. - _Amiram Eldar_, Sep 11 2022 %t A129196 a[n_] := Denominator[3*(3 + (-1)^n)/(n + 1)^3]; Array[a, 50, 0] (* _Amiram Eldar_, Sep 11 2022 *) %Y A129196 Cf. A129196, A129197, A129202, A129203, A129204. %K A129196 nonn,frac,easy %O A129196 0,2 %A A129196 _Paul Barry_, Apr 02 2007, Apr 03 2007