login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A189780 E.g.f.: 1/(1-arcsin(x)). 2
1, 1, 2, 7, 32, 189, 1328, 11019, 104064, 1111641, 13166592, 172006671, 2448559104, 37814647701, 628513744896, 11201565483219, 212867324706816, 4299987047933745 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)= (n-1)!*sum(m=1..n-1, m*(1+(-1)^(n-m))/2*sum(k=1..n-m (sum(j=1..k, binomial(k,j)*2^(1-j)*sum(i=0..floor(j/2), (-1)^((n-m)/2-i-j)*binomial(j,i)*(j-2*i)^(n-m+j)/(n-m+j)!)))*binomial(k+n-1,n-1)))+n!, n>0, a(0)=1.
a(n) ~ cos(1) * n! / (sin(1))^(n+1). - Vaclav Kotesovec, Nov 06 2014
MATHEMATICA
CoefficientList[Series[1/(1-ArcSin[t]), {t, 0, 100}], t] Table[
n!, {n, 0, 100}] (* Emanuele Munarini, Nov 23 2015 *)
PROG
(Maxima) a(n):=(n-1)!*sum(m*(1+(-1)^(n-m))/2*sum((sum(binomial(k, j)*2^(1-j)*sum((-1)^((n-m)/2-i-j)*binomial(j, i)*(j-2*i)^(n-m+j)/(n-m+j)!, i, 0, floor(j/2)), j, 1, k))*binomial(k+n-1, n-1), k, 1, n-m), m, 1, n-1)+n!;
CROSSREFS
Sequence in context: A352435 A000987 A006957 * A195983 A079265 A270229
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, May 02 2011
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified March 28 14:02 EDT 2024. Contains 371254 sequences. (Running on oeis4.)