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”).

A009308
Expansion of log(1+log(1+sin(x))).
1
0, 1, -2, 6, -27, 159, -1166, 10238, -104794, 1225453, -16119336, 235574622, -3786965344, 66410682571, -1261666673216, 25812801065366, -565833283234896, 13230321868853913, -328685995742718848, 8646006262194855830
OFFSET
0,3
LINKS
MATHEMATICA
With[{nn=20}, CoefficientList[Series[Log[1+Log[1+Sin[x]]], {x, 0, nn}], x] Range[0, nn]!] (* Harvey P. Dale, Mar 21 2012 *)
CROSSREFS
Sequence in context: A058133 A306857 A321584 * A032186 A122938 A352139
KEYWORD
sign,easy
AUTHOR
EXTENSIONS
Extended with signs by Olivier Gérard, Mar 15 1997
STATUS
approved