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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009344 Expansion of ln(1+sin(x)^2). 2
0, 2, -20, 512, -27680, 2565632, -363299840, 72957489152, -19722824192000, 6905862783107072, -3040352844189532160, 1643816046204280635392, -1070739118373698870968320, 827017799903621162951770112 (list; graph; refs; listen; history; internal format)
OFFSET

0,2

MATHEMATICA

Log[ 1+Sin[ x ]^2 ] (* Even Part *)

PROG

(Maxixa)

b(n):=sum(((-1)^(k-1)*((-1)^(n-2*k)+1)*sum((2*i-2*k)^n*binomial(2*k, i)*(-1)^((n+2*k)/2-i), i, 0, k))/(k*2^(2*k)), k, 1, n/2);

a(n)=b(2*n); [From Vladimir Kruchinin, Jun 28 2011]

CROSSREFS

Sequence in context: A012340 A168136 A103353 * A009699 A101927 A157317

Adjacent sequences:  A009341 A009342 A009343 * A009345 A009346 A009347

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 15 13:57 EST 2012. Contains 205810 sequences.