login

Reminder: The OEIS is hiring a new managing editor, and the application deadline is January 26.

Decimal expansion of sqrt(e)/6.
1

%I #11 Nov 26 2024 13:00:21

%S 2,7,4,7,8,6,8,7,8,4,5,0,0,2,1,3,5,7,8,0,8,1,0,8,4,6,4,6,3,5,6,9,3,9,

%T 2,8,6,0,8,9,6,2,6,8,3,4,5,1,6,9,1,3,3,5,2,6,2,5,1,3,2,1,8,6,0,6,7,7,

%U 6,8,3,6,8,6,5,7,0,2,6,0,1,4,3,8,7,9,6,0,8,6,6,7,6,0,6,1,1,0,7

%N Decimal expansion of sqrt(e)/6.

%H Ivan Panchenko, <a href="/A019779/b019779.txt">Table of n, a(n) for n = 0..1000</a>

%H <a href="/index/Tra#transcendental">Index entries for transcendental numbers</a>.

%t RealDigits[Sqrt[E]/6,10,120][[1]] (* _Harvey P. Dale_, Jul 10 2013 *)

%o (PARI) exp(.5)/6 \\ _Charles R Greathouse IV_, Nov 26 2024

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_.