A379091 Decimal expansion of 1/A347901.
1, 7, 3, 5, 6, 6, 2, 8, 2, 4, 5, 3, 0, 3, 4, 7, 4, 2, 5, 6, 5, 8, 2, 6, 0, 7, 4, 9, 7, 1, 9, 6, 6, 8, 5, 3, 0, 2, 5, 4, 6, 5, 2, 8, 4, 7, 2, 9, 0, 3, 9, 2, 7, 5, 4, 6, 0, 9, 9, 3, 4, 0, 7, 3, 6, 8, 1, 5, 4, 0, 4, 2, 4, 0, 9, 6, 4, 6, 7, 1, 6, 1, 8, 4, 7, 4, 6, 7, 7, 1, 5, 3, 6, 9, 4, 9, 3, 6, 3, 5
Offset: 1
Examples
1.73566282453034742565826074971966853025465284729...
References
- Steven R. Finch, Mathematical Constants, Encyclopedia of Mathematics and its Applications, vol. 94, Cambridge University Press, 2003, Section 5.19, p. 381.
Links
- A. M. Odlyzko and H. S. Wilf, The editor's corner: n coins in a fountain, Amer. Math. Monthly, 95 (1988), 840-843.
Programs
-
Mathematica
RealDigits[1/r/.FindRoot[Sum[(-1)^k*r^(k^2)/QPochhammer[r, r, k], {k, 0, 1000}] == 0, {r, 1/2}, WorkingPrecision -> 120],10,100][[1]] (* after Vaclav Kotesovec, Sep 18 2021 in A347901 *)
Comments