A139728 Number of digits between successive occurrences of digit 0 in decimal representation of Pi.
17, 3, 10, 5, 5, 7, 11, 8, 9, 4, 6, 3, 13, 12, 4, 2, 8, 18, 11, 37, 2, 15, 5, 16, 3, 15, 0, 2, 15, 2, 9, 16, 2, 0, 4, 2, 5, 22, 4, 4, 12, 21, 7, 41, 19, 6, 2, 19, 1, 6, 4, 3, 34, 4, 0, 0, 14, 19, 18, 1, 9, 12, 1, 18, 11, 4, 3, 21, 3, 4, 19, 5, 11, 8, 12, 2, 8, 10, 14, 1, 0, 0, 20, 6, 13, 9, 47, 10
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..1000
Programs
-
Mathematica
Differences[Flatten[Position[RealDigits[Pi,10,1000][[1]],0]]]-1 (* Harvey P. Dale, Jul 20 2019 *)