cp's OEIS Frontend

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.

A349003 Decimal expansion of lim_{n->infinity} E(2*n, n)/n^(2*n), where E(n, x) is the n-th Euler polynomial.

This page as a plain text file.
%I A349003 #22 Feb 16 2025 08:34:02
%S A349003 2,3,8,4,0,5,8,4,4,0,4,4,2,3,5,1,1,1,8,8,0,5,4,1,7,1,7,3,9,5,2,0,6,4,
%T A349003 0,9,5,8,7,2,3,1,4,0,2,7,4,2,0,6,3,4,4,8,4,0,3,1,8,9,4,9,9,8,7,8,0,4,
%U A349003 6,7,5,5,4,2,3,3,6,1,5,1,6,5,4,1,0,5,2,4,7,8,3,2,6,3,2,3,2,8,5,5,7,8,0,9,7,2
%N A349003 Decimal expansion of lim_{n->infinity} E(2*n, n)/n^(2*n), where E(n, x) is the n-th Euler polynomial.
%C A349003 Asymptotic expansion: E(2*n,n) / n^(2*n) ~ c0 + c1/n + c2/n^2 + ..., where
%C A349003 c0 = A349003
%C A349003 c1 = -0.15992500211230612504712294232596098830480284076519978623574964079...
%C A349003 c2 = -0.07258631854606119935476518617230181507488028047324715883939525404...
%C A349003 In general, for k>=1, E(k*n,n) / n^(k*n) ~ 2/(1 + exp(k)).
%H A349003 Eric Weisstein's World of Mathematics, <a href="https://mathworld.wolfram.com/EulerPolynomial.html">Euler Polynomial</a>.
%F A349003 Equals 2/(1 + exp(2)).
%F A349003 Equals lim_{n->infinity} (HurwitzZeta(-2*n, n/2) - HurwitzZeta(-2*n, (n+1)/2)) * 2^(2*n+1) / n^(2*n).
%e A349003 0.238405844044235111880541717395206409587231402742063448403189499878046...
%t A349003 $MaxExtraPrecision = 1000; funs[n_] := EulerE[2 n, n]/n^(2 n); Do[Print[N[Sum[(-1)^(m + j)*funs[j*Floor[1000/m]] * j^(m - 1)/(j - 1)!/(m - j)!, {j, 1, m}], 110]], {m, 10, 100, 10}]
%t A349003 RealDigits[2/(1 + E^2), 10, 110][[1]]
%Y A349003 Cf. A004174, A292782, A349004.
%K A349003 nonn,cons
%O A349003 0,1
%A A349003 _Vaclav Kotesovec_, Nov 05 2021