A103868 Digital expansion of Pi: numbers from each pair of successive digits, reversed.
13, 14, 95, 62, 35, 85, 79, 39, 32, 48, 26, 46, 33, 38, 72, 59, 20, 88, 14, 79, 61, 39, 99, 73, 15, 50, 28, 90, 47, 49, 54, 29, 3, 87, 61, 4, 26, 68, 2, 98, 89, 26, 8, 43, 28, 35, 24, 11, 7, 76, 89, 12, 84, 80, 56, 31, 82, 32, 60, 46, 7, 39, 48, 64, 90, 55, 50, 28, 32, 71, 52, 53
Offset: 1
Links
- Vincenzo Librandi, Table of n, a(n) for n = 1..2500
Programs
-
Mathematica
FromDigits@# & /@ (Reverse@# & /@ Partition[ RealDigits[Pi, 10, 200][[1]], 2]) (* Robert G. Wilson v, Jun 23 2014 *)
Comments