A257776 Decimal expansion of (e/3)^3.
7, 4, 3, 9, 0, 8, 7, 7, 4, 9, 3, 2, 8, 7, 6, 5, 8, 2, 9, 9, 7, 3, 5, 2, 9, 5, 0, 1, 6, 9, 6, 9, 3, 2, 5, 5, 4, 4, 3, 9, 9, 6, 5, 8, 6, 6, 1, 3, 1, 1, 6, 6, 7, 2, 0, 1, 4, 0, 3, 4, 6, 0, 1, 0, 9, 9, 9, 5, 7, 2, 5, 4, 7, 4, 4, 1, 4, 7, 1, 7, 5, 2, 2, 9, 7, 9, 6, 1, 9, 1, 1, 2, 0, 4, 8, 2, 1, 3, 7, 1, 1, 6, 8, 0, 0
Offset: 0
Examples
0.743908774932876582997352950169693255443996586613116672014034601...
Links
- Stanislav Sykora, Table of n, a(n) for n = 0..2000
Programs
-
Mathematica
RealDigits[(E/3)^3, 10, 120][[1]] (* Amiram Eldar, May 22 2023 *)
-
PARI
(exp(3)/3)^3
Comments