|
| |
|
|
A107114
|
|
Two-digit numbers from the decimal expansion of Pi.
|
|
3
| |
|
|
31, 14, 41, 15, 59, 92, 26, 65, 53, 35, 58, 89, 97, 79, 93, 32, 23, 38, 84, 46, 62, 26, 64, 43, 33, 38, 83, 32, 27, 79, 95, 50, 2, 28, 88, 84, 41, 19, 97, 71, 16, 69, 93, 39, 99, 93, 37, 75, 51, 10, 5, 58, 82, 20, 9, 97, 74, 49, 94, 44, 45, 59, 92, 23, 30, 7, 78, 81, 16, 64, 40, 6
(list; graph; refs; listen; history; internal format)
|
|
|
|
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
| Cf. A105320.
Sequence in context: A178561 A065821 A040934 * A077397 A040933 A033351
Adjacent sequences: A107111 A107112 A107113 * A107115 A107116 A107117
|
|
|
KEYWORD
| nonn,base
|
|
|
AUTHOR
| Zak Seidov (zakseidov(AT)yahoo.com), May 12 2005
|
| |
|
|