A175820 Partial sums of digits of decimal expansion of Glaisher-Kinkelin constant (sequence A074962).
1, 3, 11, 13, 17, 19, 26, 27, 29, 38, 39, 39, 39, 45, 47, 49, 55, 58, 64, 72, 79, 84, 87, 91, 93, 98, 104, 112, 120, 126, 135, 142, 151, 152, 159, 161, 168, 175, 181, 188, 194, 202, 210, 219, 221, 228, 231, 233, 238, 238, 238, 239, 240, 249, 251, 251, 257, 260, 267
Offset: 1
Examples
Glaisher-Kinkelin constant =1.2824271291...... so the sums are 1, 1+2, 1+2+8, 1+2+8+2, 1+2+8+2+4..., leading to the terms 1, 3, 11, 13, 17,...
Crossrefs
Cf. A074962 for digits of Glaisher-Kinkelin constant
Programs
-
Mathematica
Rest@FoldList[ Plus, 0, First@ RealDigits[Glaisher, 10, 100]]
Comments