The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A351738 Decimal expansion of Sum_{k>0} sin(sqrt(k)) / k. 0
1, 7, 1, 5, 6, 7, 1, 7, 9, 4, 7, 0, 9 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Sum_{k>0} sin(k^alpha) / (k^beta) with 0 < alpha < 1 is convergent if beta > max(alpha, 1-alpha); the constant of this sequence corresponds to the case alpha = 1/2 and beta = 1 (see Arnaudiès).
Consequence: Sum_{k>0} sin(k^(1/m)) / k converges for any positive integer m.
The sequence converges slowly.
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
EXAMPLE
1.715671794709...
PROG
(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
CROSSREFS
Sequence in context: A011478 A334072 A118307 * A178757 A195369 A367710
KEYWORD
nonn,cons,more
AUTHOR
Bernard Schott, May 20 2022
EXTENSIONS
More digits from Stefano Spezia, May 21 2022
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 13 02:15 EDT 2024. Contains 372497 sequences. (Running on oeis4.)