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!)
A248951 Decimal expansion of sum_{n >= 1} (tan(2/n))^2. 1
9, 0, 4, 3, 5, 2, 8, 6, 0, 8, 6, 5, 8, 2, 1, 1, 1, 5, 2, 6, 5, 6, 3, 8, 2, 7, 4, 7, 2, 9, 5, 8, 9, 9, 5, 7, 9, 1, 5, 1, 3, 3, 3, 5, 7, 1, 9, 8, 7, 1, 5, 0, 4, 1, 3, 9, 2, 4, 2, 5, 1, 2, 7, 8, 0, 7, 1, 9, 3, 6, 3, 4, 5, 9, 9, 6, 4, 4, 8, 8, 9, 4, 6, 7, 5, 4, 6, 4, 2, 4, 8, 4, 7, 2, 8, 5, 9, 7, 0, 9, 8, 5, 2, 2, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
EXAMPLE
9.0435286086582111526563827472958995791513335719871504139242512780719363...
MAPLE
evalf(sum((tan(2/n))^2, n=1..infinity), 120); # Vaclav Kotesovec, Oct 20 2014
MATHEMATICA
(* N[Sum[Tan[2/n]^2, {n, 1, Infinity}], 120], yields only 24 correct decimals *)
PROG
(PARI) default(realprecision, 120); sumpos(n=1, (tan(2/n))^2) \\ Vaclav Kotesovec, Oct 20 2014
CROSSREFS
Sequence in context: A197389 A086307 A215141 * A198226 A195692 A021088
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 18 2014
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 05:56 EDT 2024. Contains 371964 sequences. (Running on oeis4.)