A048940 Starting position of the first occurrence of a string of at least n '9's in the decimal expansion of Pi.
5, 44, 762, 762, 762, 762, 1722776, 36356642, 564665206, 20148132310, 27014073304, 897831316556, 5758910552709, 5758910552709
Offset: 1
Links
- David G. Andersen, The Pi-Search Page. (Yields, as of today, an incorrect result of 66780105 for the first occurrence of eight "9"s. - _M. F. Hasler_, Mar 19 2017)
- Yasumasa Kanada Laboratory Home Page, Computer Centre, The University of Tokyo, Statistical Distribution Information
- PI-world Site, The digits and Statistics for 12 trillion digits of PI [archived page]
- Eric Weisstein's World of Mathematics, Feynman Point
- Eric Weisstein's World of Mathematics, Pi Digits
Crossrefs
Cf. A000796: Decimal expansion (or digits) of Pi.
First occurrence of n times the same digit: A035117 (n '1's), A050281 (n '2's), A050282, A050283, A050284, A050286, A050287, A048940 (n '9's).
Programs
-
Mathematica
Module[{m, nn = 7}, m = First@ RealDigits@ N[Pi, 10^nn]; Array[ SequencePosition[m, ConstantArray[9, #]][[1, 1]] - 1 &, nn]] (* Michael De Vlieger, Mar 20 2017 *)
Extensions
More terms from Colin Martin (cbmartin(AT)tpg.com.au), Mar 03 2002
Edited by M. F. Hasler, Mar 19 2017
a(10)-a(11) from Giovanni Resta, Sep 30 2019
a(12) from Yasumasa Kanada Laboratory, 2002 and a(13)-a(14) from Shigeru Kondo, 2011 added by Dmitry Petukhov, Dec 23 2019
Comments