A099540 Sum of the first n digits of log(Pi)=1.14472988584940017...
1, 2, 6, 10, 17, 19, 28, 36, 44, 49, 57, 61, 70, 74, 74, 74, 75, 82, 86, 87, 91, 94, 98, 100, 107, 110, 115, 116, 119, 124, 127, 127, 132, 140, 147, 148, 149, 155, 159, 166, 168, 177, 181, 189, 190, 192, 201, 202, 207, 210, 211, 212, 217, 224, 225, 230, 231, 234
Offset: 1
Examples
log(Pi)=1.14472988584940017... which gives the sums 1, 1+1, 1+1+4, 1+1+4+4, 1+1+4+4+7,... leading to the terms 1, 2, 6, 10, 17,...
Crossrefs
Programs
-
Mathematica
Accumulate[RealDigits[Log[Pi],10,120][[1]]] (* Harvey P. Dale, Aug 14 2018 *)