login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Decimal expansion of sqrt(e)/7.
1

%I #11 Nov 26 2024 12:58:52

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

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

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

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

%H Ivan Panchenko, <a href="/A019780/b019780.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]/7,10,120][[1]] (* _Harvey P. Dale_, Jul 02 2017 *)

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

%K nonn,cons

%O 0,1

%A _N. J. A. Sloane_.