login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A083620 Starting positions of strings of three 5's in the decimal expansion of Pi. 1
177, 1232, 1450, 2359, 2674, 7245, 7317, 7681, 10145, 10493, 11319, 14176, 17052, 18353, 18717, 18760, 19811, 20535, 20982, 21290, 22011, 22584, 23103, 24466, 24467, 24468, 24820, 24864, 26364, 26603, 30014, 31435, 32029, 32523, 33172 (list; graph; refs; listen; history; internal format)
OFFSET

1,1

LINKS

Index entries for sequences related to the number Pi

Dave Andersen, Pi-Search Page

Eric Weisstein's World of Mathematics, Link to a section of The World of Mathematics.

MATHEMATICA

q=9!; z=5; 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 [From Vladimir Orlovsky (4vladimir(AT)gmail.com), Jun 19 2009]

CROSSREFS

Cf. A050238 (two 5's), A083621 (four 5's).

Sequence in context: A169641 A147028 A105988 * A097317 A052461 A173375

Adjacent sequences:  A083617 A083618 A083619 * A083621 A083622 A083623

KEYWORD

base,nonn

AUTHOR

Rick L. Shepherd (rshepherd2(AT)hotmail.com), May 02 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 19:13 EST 2012. Contains 206085 sequences.