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!)
A083631 Starting positions of strings of three 7's in the decimal expansion of Pi. 1

%I #15 Mar 13 2023 11:53:27

%S 1589,1590,4575,5241,5242,5322,5323,5355,5450,5863,5864,11298,11733,

%T 12661,14292,15501,17234,17502,18516,19903,20404,21423,21571,23538,

%U 23749,24373,25551,25788,25858,26796,29504,29505,30988,32478,32479

%N Starting positions of strings of three 7's in the decimal expansion of Pi.

%C Position counted from and after decimal point. - _Harvey P. Dale_, Mar 13 2023

%H <a href="/index/Ph#Pi314">Index entries for sequences related to the number Pi</a>

%H Dave Andersen, <a href="http://www.angio.net/pi/piquery">Pi-Search Page</a>

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

%t q=9!;z=7;a=RealDigits[Pi,10,q];lst={};Do[b=a[[1]][[n]];c=a[[1]][[n+1]];d=a[[1]][[n+2]];If[b==z&&c==z&&d==z,AppendTo[lst,n-1]],{n,q-2}];lst (* _Vladimir Joseph Stephan Orlovsky_, Jun 19 2009 *)

%t SequencePosition[RealDigits[Pi,10,33000][[1]],{7,7,7}][[;;,1]]-1 (* _Harvey P. Dale_, Mar 13 2023 *)

%Y Cf. A050254 (two 7's), A083632 (four 7's).

%K base,nonn

%O 1,1

%A _Rick L. Shepherd_, May 04 2003

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 August 10 05:56 EDT 2024. Contains 375044 sequences. (Running on oeis4.)