A363632 Decimal expansion of Sum_{k>=2} 1/(k* log(k)^(3/2)).
2, 9, 3, 7, 6, 6, 3, 6, 3, 7, 9, 0, 1, 2, 3, 1, 7, 7
Offset: 1
Examples
2.93766363790123177...
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.
2.93766363790123177...
1.98346354715623939118...
1.84825451761121890381193149396...
RealDigits[N[Sum[1/(n*HarmonicNumber[n]^2), {n, 1, Infinity}], 33], 10, 30][[1]] (* Amiram Eldar, Oct 02 2021 *)
0.8286471276718785080389169468558478918...
sum(log(n!)/n!, n=2..infinity);
sumpos(k=2, log(k!)/k!) \\ Michel Marcus, Mar 17 2022
Comments