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!)
A372838 Decimal expansion of Sum_{k>=1} (1 - cos(Pi/k^2)). 1

%I #4 Jun 12 2024 17:36:38

%S 2,3,9,0,0,2,5,0,7,8,1,6,2,3,3,4,4,3,6,1,8,6,0,1,7,2,6,5,7,8,4,5,0,2,

%T 4,8,3,5,0,0,4,0,2,2,1,2,6,0,4,3,6,1,4,3,6,3,5,6,5,6,5,6,0,4,0,5,6,8,

%U 9,9,4,8,0,5,3,6,0,0,8,9,0,1,1,3,8,6

%N Decimal expansion of Sum_{k>=1} (1 - cos(Pi/k^2)).

%e 2.39002507816233443618601726578450248350040221260...

%t s = Sum[(1 - Cos[Pi/k^2]), {k, 1, Infinity}]

%t d = N[s, 100]

%t First[RealDigits[d]]

%Y Cf. A372837.

%K nonn,cons

%O 1,1

%A _Clark Kimberling_, Jun 07 2024

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 July 13 15:36 EDT 2024. Contains 374284 sequences. (Running on oeis4.)