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.

A227514 Decimal expansion of the square root of 2/e.

This page as a plain text file.
%I A227514 #12 Jul 08 2023 04:12:10
%S A227514 8,5,7,7,6,3,8,8,4,9,6,0,7,0,6,7,9,6,4,8,0,1,8,9,6,4,1,2,7,8,7,7,2,4,
%T A227514 7,8,1,2,0,7,9,8,6,0,7,7,5,2,5,7,0,2,9,3,9,9,9,7,4,1,9,4,8,1,1,7,9,4,
%U A227514 9,9,8,4,0,1,8,3,0,0,2,1,6,0
%N A227514 Decimal expansion of the square root of 2/e.
%C A227514 This appears for example while integrating the product of the absolute value of H_2(x) exp(-x^2) over the real line, where H_2 is the second Hermite polynomial.
%H A227514 R. J. Mathar, <a href="http://arxiv.org/abs/physics/9907051">Orthogonal linear combinations of Gaussian Type Orbitals</a>, arXiv:physics/9907051 [physics.chem-ph], 1999-2009, Section VII.
%F A227514 Square root of A135002 and also the ratio A002193 / A019774 .
%F A227514 From _Amiram Eldar_, Jul 08 2023: (Start)
%F A227514 Equals Product_{n>=1} (e / (1 + 1/(n-1/2))^n).
%F A227514 Equals Product_{n>=1} (e * (1 - 1/(n+1/2))^n). (End)
%e A227514 0.85776388496070679648018...
%p A227514 evalf(sqrt(2/exp(1))) ;
%t A227514 RealDigits[Sqrt[2/E], 10, 120][[1]] (* _Amiram Eldar_, Jul 08 2023 *)
%o A227514 (PARI) sqrt(2/exp(1)) \\ _Charles R Greathouse IV_, Apr 16 2014
%Y A227514 Cf. A001113, A002193, A019774, A135002.
%K A227514 cons,nonn,easy
%O A227514 0,1
%A A227514 _R. J. Mathar_, Jul 14 2013