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

A012913
E.g.f. = arcsin(arcsin(x)+sin(x))=2*x+8/3!*x^3+298/5!*x^5+29864/7!*x^7...
1
2, 8, 298, 29864, 5869522, 1909683624, 928881876154, 631294998872264, 571333821748459682, 664222773223901955016, 964668706096244776942666, 1711569530812742078746227816, 3642858069303424513561283367026
OFFSET
0,1
LINKS
MATHEMATICA
With[{nn=30}, Take[CoefficientList[Series[ArcSin[ArcSin[x]+Sin[x]], {x, 0, nn}], x] Range[0, nn-1]!, {2, -1, 2}]] (* Harvey P. Dale, May 10 2012 *)
CROSSREFS
Sequence in context: A009501 A013027 A012918 * A217728 A013086 A012536
KEYWORD
nonn
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
Definition clarified by Harvey P. Dale, May 10 2012
STATUS
approved