OFFSET
0,1
COMMENTS
Imaginary part of 2^i, where i = sqrt(-1).
Continued fraction expansion: 0, 1, 1, 1, 3, 2, 1, 9, 1, 27, 1, 1, 13, 1, 4, 2, 1, 1, 6, 1, 3, 13, 7, 2, 3, 1, 3,...
LINKS
Bruno Berselli, Table of n, a(n) for n = 0..1000
FORMULA
sin(log(2)) = (2^i - 2^(-i))/(2i).
EXAMPLE
0.63896127631363480115003291146470178425723053783057972949558695664632...
MATHEMATICA
RealDigits[Sin[Log[2]], 10, 90][[1]] (* or *) RealDigits[Im[2^I], 10, 90][[1]]
PROG
(PARI) sin(log(2))
(Maxima) fpprec:90; ev(bfloat(sin(log(2))));
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Bruno Berselli, Dec 31 2012
STATUS
approved