login
A176473
The coefficients (times n!) of the expansion of the sum {k=1 to Inf.} of Sin(x^n).
4
0, 1, 2, 5, 24, 121, 600, 5039, 40320, 302401, 3659040, 39916799, 399168000, 6227020801, 87160993920, 1100625926399, 20922789888000, 355687428096001, 5335329064665600, 121645100408831999, 2453176191578112000
OFFSET
1,3
MATHEMATICA
Range[0, 25]! CoefficientList[ Series[ Sum[ Sin[x^n], {n, 35}], {x, 0, 25}], x]
CROSSREFS
Sequence in context: A364229 A374621 A052111 * A185056 A346204 A330512
KEYWORD
nonn
AUTHOR
Robert G. Wilson v, Apr 18 2010
STATUS
approved