login

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

Decimal expansion of 2*e/23.
1

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

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

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

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

%N Decimal expansion of 2*e/23.

%H Ivan Panchenko, <a href="/A019773/b019773.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[(2*E)/23,10,120][[1]] (* _Harvey P. Dale_, Jul 09 2018 *)

%o (PARI) 2*exp(1)/23 \\ _Charles R Greathouse IV_, Nov 26 2024

%Y Cf. A001113.

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_.