[go: up one dir, main page]

login
A083601 revision #18

A083601
Starting positions of strings of seven '0's in the decimal expansion of Pi.
3
3794572, 13310436, 28970114, 43439794, 55152955, 62926904, 66846455, 98096446, 105780631, 130909974, 155383236, 172330850, 172330851, 177642123, 184688988, 184688989, 194733124
OFFSET
1,1
COMMENTS
Starting position counts digits to the right of the decimal point. - Harvey P. Dale, Feb 03 2019
MATHEMATICA
SequencePosition[RealDigits[Pi, 10, 195*10^6][[1]], {0, 0, 0, 0, 0, 0, 0}][[All, 1]]-1 (* Requires Mathematica version 10 or later *) (* Harvey P. Dale, Feb 03 2019 *)
CROSSREFS
Cf. A083600 (six '0's), A083605 (seven '1's).
Sequence in context: A206760 A186615 A175890 * * A209516 A159825
KEYWORD
base,nonn
AUTHOR
Rick L. Shepherd, Apr 30 2003
EXTENSIONS
More terms from Rick L. Shepherd, Aug 06 2006
STATUS
approved