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!)
A353781 Decimal expansion of log(sin(2)/2) (negated). 0
7, 8, 8, 2, 3, 0, 2, 1, 6, 6, 5, 5, 1, 0, 5, 9, 4, 0, 6, 6, 0, 4, 4, 8, 4, 9, 2, 2, 7, 2, 8, 0, 0, 9, 3, 3, 1, 9, 1, 0, 4, 3, 8, 3, 2, 8, 4, 2, 7, 7, 7, 6, 3, 9, 0, 9, 7, 5, 3, 2, 2, 0, 0, 3, 0, 3, 9, 2, 9, 7, 5, 6, 7, 0, 7, 6, 7, 2, 6, 5, 3, 5, 8, 1, 5, 0, 9, 6, 3, 7, 6, 1, 9, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
COMMENTS
We have Sum_{n>=0} log(cos(a/2^n)) = log((sin(2*a))/(2*a)) for 0 < a < Pi/2; this is the particular case a = 1.
REFERENCES
Jean-Marie Monier, Analyse, Exercices corrigés, 2ème année, MP, Dunod, 1997, Exercice 3.3.2.j page 283.
LINKS
FORMULA
Equals Sum_{n>=0} log(cos(1/2^n)).
EXAMPLE
-0.7882302166551059406604484922728009...
MAPLE
evalf(sum(ln(cos(1/2^n)), n=0..infinity), 110);
MATHEMATICA
RealDigits[Log[Sin[2]/2], 10, 100][[1]] (* Amiram Eldar, May 08 2022 *)
PROG
(PARI) log(sin(2)/2) \\ Michel Marcus, May 08 2022
CROSSREFS
Cf. A049469.
Sequence in context: A094819 A019861 A065470 * A338815 A197810 A085361
KEYWORD
nonn,cons
AUTHOR
Bernard Schott, May 08 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 April 25 06:14 EDT 2024. Contains 371964 sequences. (Running on oeis4.)