OFFSET
1,1
COMMENTS
Partition of decimal expansion of Pi into overlapping sublists of length 2. Cf. A105320: Two-digit numbers from the decimal expansion of pi (partition of decimal expansion of Pi into non-overlapping sublists of length 2.)
MATHEMATICA
Table[FromDigits[Partition[RealDigits[N[Pi, 200]][[1]], 2, 1][[i]]], {i, 100}]
CROSSREFS
KEYWORD
nonn,base
AUTHOR
Zak Seidov, May 12 2005
STATUS
approved