OFFSET
1,1
COMMENTS
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.
LINKS
Mark Dominus, Why it was the wrong pi
Portland Light Rail, The Robertson Tunnel
Wikipedia, Washington Park (MAX Station)
MATHEMATICA
RealDigits[Pi, 10, 911][[1, Join[{1}, Join@@(Range[100#+2, 100#+11]&/@Range[0, 9]), Range[12, 17]]]]
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Jared Ziegler, Sep 15 2014
STATUS
approved