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 A329521 #31 Sep 08 2022 08:46:24 %S A329521 0,-1,60,-162,-5280,20250,128520,-569380,-1854720,9338490,20097000, %T A329521 -113704668,-181621440,1142905764,1447926480,-10042461000, %U A329521 -10529925120,79859881530,71384175720,-587933314540,-457825368000,4070529226764 %N A329521 The sixth moments of the alternated squared binomial coefficients; a(n) = Sum_{m=0..n} (-1)^m*m^6*binomial(n, m)^2. %D A329521 H. W. Gould, Combinatorial Identities, 1972. %H A329521 Seiichi Manyama, <a href="/A329521/b329521.txt">Table of n, a(n) for n = 0..1000</a> %F A329521 a(n) = (-1)^((n+2)/2)*binomial(n, n/2)*(n^3*(n+1)*(3n-1)/4), if n is even, %F A329521 a(n) = (-1)^((n-1)/2)*binomial(n,((n+1)/2))*(n^2*( n+1)*(n^3+n^2-9n+3)/8), if n is odd. %F A329521 G.f.: x*(-1 + 60*x - 188*x^2 - 3720*x^3 + 15752*x^4 + 8400*x^5 - 90928*x^6 + 79680*x^7 + 42112*x^8 - 69120*x^9 + 17408*x^10)/(1+4*x^2)^(13/2). - _Stefano Spezia_, Nov 15 2019 %t A329521 Table[Sum[(-1)^m*m^6*(Binomial[n, m])^2, {m, 0, n}], {n, 21}] %o A329521 (Magma) [&+[(-1)^m*m^6*(Binomial(n,m))^2:m in [0..n]]:n in [0..21]]; // _Marius A. Burtea_, Nov 15 2019 %o A329521 (PARI) a(n) = sum(m=0, n, (-1)^m*m^6*binomial(n , m)^2); \\ _Michel Marcus_, Nov 15 2019 %Y A329521 Cf. A074334, A294486, A329444. %K A329521 sign %O A329521 0,3 %A A329521 _Nikita D. Gogin_, Nov 15 2019