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 A207320 #13 Feb 12 2019 12:05:16 %S A207320 0,0,-2,38,-466,5070,-51230,495394,-4647646,42658722,-385096770, %T A207320 3431429230,-30256897090,264500216510,-2295570216930,19801160761630, %U A207320 -169902404575970,1451166299240222,-12344920792691958,104644181977065306,-884232602452034390,7450498211688604010,-62617113713498946622,525042133132770041538 %N A207320 a(n) = Sum_{k=0..n-1} (-1)^k*k^2*A000172(k). %H A207320 Z.-W. Sun, <a href="http://arxiv.org/abs/1112.1034">Congruences for Franel numbers</a>, arXiv preprint arXiv:1112.1034, 2011. %t A207320 a172[n_] := Sum[Binomial[2k, n] Binomial[2k, k] Binomial[2(n-k), n-k], {k, 0, n}]/2^n; %t A207320 a[n_] := Sum[(-1)^k k^2 a172[k], {k, 0, n-1}]; %t A207320 Table[a[n], {n, 0, 23}] (* _Jean-François Alcover_, Feb 12 2019 *) %K A207320 sign %O A207320 0,3 %A A207320 _N. J. A. Sloane_, Feb 16 2012