login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A099297 Number of times the digit 6 appears in the first 10^n digits of Pi. 12

%I #9 Apr 19 2019 08:55:34

%S 1,9,94,1021,10028,99548,999337,9999417,100010387,999985731,

%T 9999824088,99999807503

%N Number of times the digit 6 appears in the first 10^n digits of Pi.

%D Alfred S. Posamentier & Ingmar Lehmann, A Biography of the World's Most Mysterious Number, Prometheus Books, Amherst, NY 2004, page 129.

%H Kanada Laboratory, <a href="http://www.super-computing.org/pi-decimal_current.html">Statistical Distribution Information</a>.

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/PiDigits.html">Pi Digits</a>

%t $MaxPrecision = 1100000; dp = Drop[ RealDigits[Pi, 10, 1000010] [[1]], 1]; Table[ Count[ Take[dp, 10^n], 6], {n, 6}]

%Y Cf. A099291, A099292, A099293, A099294, A099295, A099296, A099298, A099299, A099300.

%K nonn,base

%O 1,2

%A _Robert G. Wilson v_, Oct 11 2004

%E Corrected by _Harvey P. Dale_, Apr 18 2019

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified April 18 18:49 EDT 2024. Contains 371781 sequences. (Running on oeis4.)