A134219 Positions of 19 after decimal point in decimal expansion of Pi.
37, 168, 198, 246, 390, 417, 432, 495, 541, 704, 717, 843, 945, 975, 985, 997, 1047, 1166, 1227, 1237, 1345, 1384, 1427, 1535, 1618, 1641, 1733, 1881, 1915, 1944, 2054, 2128, 2821, 2856, 2872, 2897, 2902, 2905, 2918, 2944, 2960, 2997, 3030, 3166, 3337, 3358
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
Transpose[SequencePosition[RealDigits[Pi,10,10000][[1]],{1,9}]][[1]]-1 (* The program uses the SequencePosition function from Mathematica version 10 *) (* Harvey P. Dale, May 09 2016 *)