A351738 Decimal expansion of Sum_{k>0} sin(sqrt(k)) / k.
1, 7, 1, 5, 6, 7, 1, 7, 9, 4, 7, 0, 9
Offset: 1
Examples
1.715671794709...
References
- J. M. Arnaudiès, P. Delezoide et H. Fraysse, Exercices résolus d'Analyse du cours de mathématiques - 2, Dunod, 1993, Exercice 11, pp. 316-319.
Links
- Mathematics Stack Exchange, Convergence of Sum_{k=0..infinity} sin(sqrt(k)) / k.
Programs
-
PARI
default(realprecision, 100); sumalt(k=0, sum(j=1+floor(k^2*Pi^2),floor((k+1)^2*Pi^2), sin(sqrt(j))/j)) \\ Vaclav Kotesovec, May 21 2022
Extensions
More digits from Stefano Spezia, May 21 2022
Comments