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!)
A052364 Size of range of occurrences of digits in decimal expansion of Pi. 1
1, 1, 1, 2, 2, 2, 2, 2, 2, 2, 3, 3, 3, 3, 3, 3, 3, 4, 4, 4, 4, 4, 4, 4, 5, 6, 6, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 6, 7, 7, 7, 8, 8, 8, 8, 7, 7, 7, 7, 6, 6, 6, 6, 7, 7, 7, 7, 8, 8, 8, 7, 7, 7, 7, 7, 7, 6, 6, 6, 6, 6, 6, 5, 5, 6, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 7, 6, 6, 6, 5, 6, 6, 6, 6, 6 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,4
LINKS
EXAMPLE
a(50)=9-1=8 because 3 appears 9 times in the first 50 digits of pi, 0 appears once and other digits are between these two.
MATHEMATICA
Module[{nn=110, p, t}, p=RealDigits[Pi, 10, nn][[1]]; Table[t=DigitCount[ FromDigits[ Take[p, n]]]; Max[t]-Min[t], {n, nn}]] (* Harvey P. Dale, Nov 26 2014 *)
CROSSREFS
Cf. A000796.
Sequence in context: A195174 A187185 A054896 * A052374 A003074 A279222
KEYWORD
nonn,base
AUTHOR
Henry Bottomley, Mar 08 2000
STATUS
approved

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 May 1 08:32 EDT 2024. Contains 372149 sequences. (Running on oeis4.)