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 A371684 #11 Apr 17 2024 03:23:25 %S A371684 1,-1,9,-217,9841,-717841,76804665,-11330490025,2204195526241, %T A371684 -546715992537505,168397490614671849,-63062013420332052985, %U A371684 28216110792407667898321,-14866226664969958126495921,9109882748673411939937074969,-6424247756451800785395922510537 %N A371684 a(n) = Sum_{k=0..n} 2^(3*k)*binomial(2*n, 2*k)*Euler(2*k, 1/2). Alternating row sums of A371637. %F A371684 a(n) ~ (-1)^n * cos(Pi/(2*sqrt(2))) * 2^(5*n+3) * n^(2*n + 1/2) / (Pi^(2*n + 1/2) * exp(2*n)). - _Vaclav Kotesovec_, Apr 03 2024 %p A371684 seq(add(2^(3*k)*binomial(2*n, 2*k)*euler(2*k, 1/2), k = 0..n), n = 0..15); %t A371684 Table[Sum[2^(3*k)*Binomial[2*n, 2*k]*EulerE[2*k, 1/2], {k, 0, n}], {n, 0, 20}] (* _Paolo Xausa_, Apr 17 2024 *) %Y A371684 Cf. A371637, A371683. %K A371684 sign %O A371684 0,3 %A A371684 _Peter Luschny_, Apr 03 2024