A197563 Partial sums of A073212 (n-th digit of Pi plus n-th digit of e).
5, 13, 18, 27, 34, 51, 54, 68, 75, 86, 95, 108, 126, 133, 146, 154, 158, 164, 177, 184, 196, 198, 206, 218, 228, 235, 250, 254, 259, 271, 282, 293, 299, 303, 315, 332, 343, 351, 365, 379, 382, 392, 408, 411, 429, 441, 450, 466, 480, 490, 495, 509, 522, 531
Offset: 0
Links
- Harvey P. Dale, Table of n, a(n) for n = 0..1000
Crossrefs
Cf. A073212.
Programs
-
Mathematica
Accumulate[RealDigits[Pi,10,120][[1]]+RealDigits[E,10,120][[1]]]
Comments