login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A248950
Decimal expansion of sum_{n >= 1} sin(2/n^2).
3
2, 1, 7, 6, 3, 0, 5, 1, 4, 7, 7, 7, 5, 8, 3, 2, 4, 0, 2, 1, 8, 6, 2, 2, 9, 5, 6, 9, 8, 6, 3, 9, 3, 6, 4, 7, 9, 3, 4, 9, 4, 3, 9, 2, 0, 3, 1, 9, 1, 6, 9, 8, 1, 5, 4, 4, 9, 5, 1, 6, 5, 1, 5, 5, 0, 6, 2, 8, 6, 6, 7, 1, 8, 6, 7, 1, 5, 4, 4, 8, 2, 5, 4, 6, 2, 1, 4, 6, 0, 3, 5, 0, 0, 2, 8, 8, 7, 6, 1, 9, 4, 2, 9, 3, 5
OFFSET
1,1
LINKS
EXAMPLE
2.1763051477758324021862295698639364793494392031916981544951651550628667...
MAPLE
evalf(sum(sin(2/n^2), n=1..infinity), 120); # Vaclav Kotesovec, Oct 20 2014
MATHEMATICA
(* N[Sum[Sin[2/n^2], {n, 1, Infinity}], 120], yields only 26 correct decimals *)
PROG
(PARI) default(realprecision, 120); sumpos(n=1, sin(2/n^2)) \\ Vaclav Kotesovec, Oct 20 2014
CROSSREFS
KEYWORD
nonn,easy,cons
AUTHOR
Clark Kimberling, Oct 18 2014
STATUS
approved