A145960 Decimal expansion of 2*log(5/3) used in BBP Pi formula.
1, 0, 2, 1, 6, 5, 1, 2, 4, 7, 5, 3, 1, 9, 8, 1, 3, 6, 6, 4, 1, 1, 0, 2, 8, 1, 9, 2, 6, 0, 7, 3, 2, 3, 8, 6, 9, 7, 5, 6, 2, 2, 1, 5, 9, 2, 8, 9, 1, 5, 3, 6, 5, 4, 0, 3, 5, 5, 9, 0, 7, 1, 1, 5, 6, 7, 3, 3, 6, 9, 3, 8, 8, 9, 7, 8, 0, 9, 7, 5, 9, 5, 5, 1, 3, 0, 3, 6, 2, 4, 6, 5, 5, 8, 8, 9, 5, 0, 4, 4
Offset: 1
Examples
1.021651247531981366411...
Links
- Eric Weisstein's World of Mathematics, BBP Formula
- Index entries for transcendental numbers
Programs
-
Mathematica
First[RealDigits[2 Log[5/3], 10, 100]]
-
PARI
2*log(5/3) \\ Michel Marcus, Apr 05 2015
Comments