A107117 Three-digit numbers from the decimal expansion of Pi (version 2).
314, 415, 592, 265, 535, 589, 979, 932, 238, 846, 626, 643, 338, 832, 279, 950, 28, 884, 419, 971, 169, 939, 993, 375, 510, 58, 820, 97, 749, 944, 459, 923, 307, 781, 164, 406, 628, 862, 208, 899, 986, 628, 803, 348, 825, 534, 421, 117, 706, 679, 982, 214, 480, 86
Offset: 1
Links
- Harvey P. Dale, Table of n, a(n) for n = 1..2000
Programs
-
Mathematica
Table[FromDigits[Partition[RealDigits[N[Pi, 201]][[1]], 3, 2][[i]]], {i, 67}] FromDigits/@Partition[RealDigits[Pi,10,111][[1]],3,2] (* Harvey P. Dale, Jul 31 2025 *)
Comments