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!)
A191005 E.g.f. cos(x)/(cos(x)-x) 0
1, 1, 2, 9, 48, 325, 2640, 24997, 270592, 3295017, 44582400, 663532001, 10773295104, 189494874413, 3589475821568, 72849709631805, 1577078610001920, 36275031333172945, 883457851718762496, 22711455593084360761, 614582936996534026240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
a(n)=n!*(2*sum(m..1,(n-1)/2, (sum(j=0..m, binomial(n/2-m+j-1,j)*4^(m-j)*sum(i=0..j, (i-j)^(2*m)*binomial(2*j,i)*(-1)^(m+j-i))))/(2*m)!)+1), n>0, a(0)=1.
a(n) ~ n! * cos(r)/((1+sin(r))*r^(n+1)), where r = 0.73908513321516... is the root of the equation r = cos(r). - Vaclav Kotesovec, Jun 27 2013
MATHEMATICA
CoefficientList[Series[Cos[x]/(Cos[x]-x), {x, 0, 20}], x]* Range[0, 20]! (* Vaclav Kotesovec, Jun 27 2013 *)
PROG
(Maxima)
a(n):=n!*(2*sum((sum(binomial(n/2-m+j-1, j)*4^(m-j)*sum((i-j)^(2*m)*binomial(2*j, i)*(-1)^(m+j-i), i, 0, j), j, 0, m))/(2*m)!, m, 1, (n-1)/2)+1);
CROSSREFS
Sequence in context: A052826 A358264 A246759 * A257544 A295944 A356632
KEYWORD
nonn
AUTHOR
Vladimir Kruchinin, Jun 16 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 April 25 16:23 EDT 2024. Contains 371989 sequences. (Running on oeis4.)