login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009015 E.g.f. cos(x*cos(x)) (even powers only). 0
1, -1, 13, -181, 3865, -140521, 6324517, -344747677, 23853473329, -1996865965009, 193406280000061, -21615227339380357, 2778071540350106953, -403985610499148666041, 65635628800688339178325 (list; graph; refs; listen; history; internal format)
OFFSET

0,3

FORMULA

a(n)=sum(j=0..(2*n-1)/2, binomial(2*n,2*j)*((sum(i=0..((2*j-1)/2),(j-i)^(2*n-2*j)*binomial(2*j,i)))*(-1)^(n))/(2^(4*j-2*n-1)))+(-1)^n; [From Vladimir Kruchinin, Jun 06 2011]

MATHEMATICA

Cos[ Cos[ x ]*x ] (* Even Part *)

PROG

(Maxima)

a(n):=sum(binomial(2*n, 2*j)*((sum((j-i)^(2*n-2*j)*binomial(2*j, i), i, 0, ((2*j-1)/2)))*(-1)^(n))/(2^(4*j-2*n-1)), j, 0, (2*n-1)/2)+(-1)^n; [From Vladimir Kruchinin, Jun 06 2011]

CROSSREFS

Sequence in context: A122571 A001570 A020544 * A067385 A097260 A178303

Adjacent sequences:  A009012 A009013 A009014 * A009016 A009017 A009018

KEYWORD

sign

AUTHOR

R. H. Hardin (rhhardin(AT)att.net)

EXTENSIONS

Extended with signs Mar 15 1997 by Olivier Gerard.

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 17 00:09 EST 2012. Contains 205978 sequences.