login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

Erroneous decimal expansion (or digits) of Pi engraved in the wall of the Robertson Tunnel at the Washington Park (MAX station), Portland, Oregon. The digits displayed are digits 1-11, 102-111, 202-211, 302-311, 402-411, 502-511, 602-611, 702-711, 802-811, 902-911, 12-17.
0

%I #21 Sep 13 2015 07:44:43

%S 3,1,4,1,5,9,2,6,5,3,5,8,2,1,4,8,0,8,6,5,1,4,4,2,8,8,1,0,9,7,5,7,2,4,

%T 5,8,7,0,0,6,6,3,3,0,5,7,2,7,0,3,6,9,8,3,3,6,7,3,3,6,2,0,0,0,5,6,8,1,

%U 2,7,1,4,2,0,1,9,9,5,6,1,1,5,0,2,4,4,5,9,4,5,5,5,9,8,2,5,3,4,9,0,4,8,9,7,9,3,2

%N Erroneous decimal expansion (or digits) of Pi engraved in the wall of the Robertson Tunnel at the Washington Park (MAX station), Portland, Oregon. The digits displayed are digits 1-11, 102-111, 202-211, 302-311, 402-411, 502-511, 602-611, 702-711, 802-811, 902-911, 12-17.

%C This sequence begins with 3, the first digit of Pi. The rest of the sequence is the result of organizing the next 1000 digits of Pi in groups of 10, starting a new line after each 10 groups, and then reading the digits of the first resulting column followed by the first six digits from the second. In the engraving, the characters are arranged in a 12 X 9 grid, with the decimal point counting as one of the 108 characters.

%H Mark Dominus, <a href="http://blog.plover.com/math/wrong-pi-answer.html">Why it was the wrong pi</a>

%H Portland Light Rail, <a href="http://maxfaqs.wordpress.com/2010/05/05/the-robertson-tunnel/">The Robertson Tunnel</a>

%H Wikipedia, <a href="http://en.wikipedia.org/wiki/Washington_Park_%28MAX_station%29">Washington Park (MAX Station)</a>

%t RealDigits[Pi,10,911][[1,Join[{1},Join@@(Range[100#+2,100#+11]&/@Range[0,9]),Range[12,17]]]]

%Y Cf. A000796 (decimal expansion of Pi).

%K nonn,cons

%O 1,1

%A _Jared Ziegler_, Sep 15 2014