[go: up one dir, main page]

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!)
A191688 E.g.f. 1/(1-sin(x)^3) 0
1, 0, 0, 6, 0, -60, 720, 546, -40320, 357960, 1693440, -59830914, 414120960, 6693648780, -171958026240, 666035353626, 40363372707840, -832144532031600, -1304413871800320, 365125143426482166, -5976042240729415680 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,4
LINKS
FORMULA
a(n)=sum(k=1..n, (((-1)^(n-3*k)+1)*sum(i=0..(3*k)/2, (2*i-3*k)^n*binomial(3*k,i)*(-1)^((n+3*k)/2-i)))/2^(3*k)), n>0, a(0)=1.
MATHEMATICA
With[{nn=30}, CoefficientList[Series[1/(1-Sin[x]^3), {x, 0, nn}], x] Range[ 0, nn]!] (* Harvey P. Dale, Oct 11 2011 *)
PROG
(Maxima)
a(n):=sum((((-1)^(n-3*k)+1)*sum((2*i-3*k)^n*binomial(3*k, i)*(-1)^((n+3*k)/2-i), i, 0, (3*k)/2))/2^(3*k), k, 1, n);
CROSSREFS
Sequence in context: A169769 A357966 A353226 * A375588 A375561 A375831
KEYWORD
sign
AUTHOR
Vladimir Kruchinin, Jun 11 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 August 31 08:34 EDT 2024. Contains 375560 sequences. (Running on oeis4.)