This is a front-end for the Online Encyclopedia of Integer Sequences, made by Christian Perfect. The idea is to provide OEIS entries in non-ancient HTML, and then to think about how they're presented visually. The source code is on GitHub.
%I A367325 #7 Aug 03 2024 12:37:12 %S A367325 3,6,0,4,4,4,7,3,4,1,9,7,1,9,4,6,7,4,4,8,9,3,6,4,8,4,7,3,6,2,3,5,8,8, %T A367325 3,5,6,0,0,4,9,5,4,8,7,0,6,4,9,9,8,7,5,0,1,3,8,3,6,2,6,3,1,5,0,9,6,6, %U A367325 2,9,5,0,1,7,0,7,1,3,4,9,6,6,9,1,7,8,2,2,8,9,9,1,6,9,9,2,7,5,4,4,2,7,0,3,8 %N A367325 Decimal expansion of Sum_{k>=1} sigma(k)/(2^k-1), where sigma(k) is the sum of divisors of k (A000203). %H A367325 Maxie Dion Schmidt, <a href="https://arxiv.org/abs/2004.02976">A catalog of interesting and useful Lambert series identities</a>, arXiv:2004.02976 [math.NT], 2020. See eq. (6.1c), p. 13. %H A367325 Michael I. Shamos, <a href="https://citeseerx.ist.psu.edu/pdf/ae33a269baba5e8b1038e719fb3209e8a00abec5">Shamos's catalog of the real numbers</a>, 2011. See p. 526. %F A367325 Equals Sum_{k>=1} d(k)/((2^k-1)*(1-1/2^k)), where d(k) is the number of divisors of k (A000005). %e A367325 3.60444734197194674489364847362358835600495487064998... %p A367325 with(numtheory): evalf(sum(sigma(k)/(2^k-1), k = 1..infinity), 120) %t A367325 RealDigits[Sum[DivisorSigma[1,n]/(2^n-1), {n, 1, 500}], 10, 120][[1]] %o A367325 (PARI) suminf(k = 1, sigma(k)/(2^k-1)) %o A367325 (PARI) suminf(k = 1, numdiv(k)/((2^k-1)*(1-1/2^k))) %Y A367325 Cf. A000005, A000203. %Y A367325 Similar constants: A065442, A066766, A116217, A335763, A335764. %K A367325 nonn,cons %O A367325 1,1 %A A367325 _Amiram Eldar_, Nov 14 2023