A134213 Positions of 13 after decimal point in decimal expansion of Pi.
110, 281, 363, 381, 525, 598, 627, 734, 744, 759, 859, 971, 1076, 1096, 1186, 1304, 1653, 1666, 1928, 1967, 1985, 2080, 2197, 2311, 2428, 2545, 2619, 2677, 2727, 2741, 2752, 2849, 3043, 3157, 3466, 3505, 3616, 3761, 3794, 3828, 3902, 4112, 4213, 4245, 4381
Offset: 1
Links
- Amiram Eldar, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
Mathematica
First /@ SequencePosition[RealDigits[Pi - 3, 10, 5000][[1]], {1, 3}] (* Amiram Eldar, Mar 20 2020 *)