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!)
A350885 Decimal expansion of 1 - 2*cotan(2). 0
1, 9, 1, 5, 3, 1, 5, 1, 0, 8, 7, 2, 0, 5, 7, 1, 5, 2, 7, 5, 0, 0, 5, 5, 4, 8, 2, 0, 8, 6, 4, 0, 9, 4, 5, 5, 2, 8, 5, 6, 9, 7, 2, 6, 5, 8, 4, 6, 3, 3, 4, 8, 6, 5, 9, 2, 8, 2, 7, 8, 4, 3, 2, 5, 2, 7, 2, 5, 8, 4, 5, 4, 0, 3, 1, 2, 5, 6, 2, 6, 1, 7, 3, 5, 6, 6, 1, 7, 0, 4, 5, 4, 4, 2, 0, 4, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The constant given in the name is computed using a telescopic sum coming from cotan(x) - 2*cotan(2*x) = tan(x).
REFERENCES
J. Quinet, Cours élémentaire de Mathématiques Supérieures, Tome 3, Calcul intégral et Séries, Bordas, 1973, Exercice 7.36, pp 111 and 231.
LINKS
FORMULA
Equals Sum_{m>=0} (1/2^m) * (tan(1/2^m)).
Equals (t^2+t-1)/t with t=A049471. - Michel Marcus, Jan 21 2022
EXAMPLE
1.915315108720571527500554820864094552856972658463348659...
MAPLE
evalf(1-2/tan(2), 120);
MATHEMATICA
RealDigits[1 - 2*Cot[2], 10, 100][[1]] (* Amiram Eldar, Jan 21 2022 *)
PROG
(PARI) 1-2*cotan(2) \\ Michel Marcus, Jan 21 2022
CROSSREFS
Sequence in context: A197684 A121224 A100924 * A258268 A143296 A198355
KEYWORD
nonn,cons
AUTHOR
Bernard Schott, Jan 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 April 24 11:49 EDT 2024. Contains 371936 sequences. (Running on oeis4.)