A171091 Digits in the order in which they appear in the fractional part of the decimal expansion of Pi.
1, 4, 5, 9, 2, 6, 3, 8, 7, 0
Offset: 1
Links
- David H. Bailey, The computation of pi to 29360000 decimal digits..., Math. Comp. 50 (1988) 283
- Jean-Yves Boulay, Pi and Golden Number: not random occurrences of the ten digits
- Eric W. Weisstein, Pi digits, MathWorld.
Programs
-
Mathematica
DeleteDuplicates[Rest[RealDigits[Pi,10,40][[1]]]] (* Harvey P. Dale, Jan 31 2020 *)
Extensions
Edited by N. J. A. Sloane, Sep 08 2010
Comments