The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A199540 Expansion 1/(1-x^2*cotan(x)) = Sum_{n>=0} a(n)*x^n/(n)!^2. 0
1, 1, 4, 24, 192, -320, -138240, -10214400, -669204480, -43782488064, -2628064051200, -91419903590400, 14288196206592000, 5367226212019077120, 1259862249808204922880, 257126813359346810880000, 46529454048255997378560000 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n) = n!^2*sum(m=1..n, (2^(n-2*m)*(-1)^((n-m)/2)*sum(l=0..m, (2^l*l! *C(m,l)* sum(k=0..n-2*m+l, (k!*stirling1(l+k,l)*stirling2(n-2*m+l,k))/ ((l+k)!*(n-2*m+l)!)))))), a(0)=1.
PROG
(Maxima) a(n):=if n=0 then 1 else n!^2*sum((2^(n-2*m)*(-1)^((n-m)/2) *sum((2^l*l! *binomial(m, l)* sum((k!*stirling1(l+k, l)*stirling2(n-2 *m+l, k))/((l+k)!*(n-2*m+l)!), k, 0, n-2*m+l)), l, 0, m)), m, 1, n);
CROSSREFS
Sequence in context: A366367 A367144 A193854 * A259868 A036691 A349514
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Nov 07 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 May 18 03:36 EDT 2024. Contains 372618 sequences. (Running on oeis4.)