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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A009442 E.g.f. log(1+x/cos(x)). 0
0, 1, -1, 5, -18, 109, -720, 5977, -56336, 612729, -7453440, 100954061, -1502172672, 24395453861, -429076910080, 8128143367905, -164961704478720, 3571195811862385, -82142328351817728, 2000535014776893973 (list; graph; refs; listen; history; text; internal format)
OFFSET

0,4

LINKS

Table of n, a(n) for n=0..19.

FORMULA

a(n)=2*n!*sum(m=1..(n-1)/2, ((-1)^(n-1)*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))))/((n-2*m)*(2*m)!))+(-1)^(n-1)*n!/n. [From Vladimir Kruchinin, Jun 16 2011]

PROG

(Maxima)

a(n):=2*n!*sum(((-1)^(n-1)*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))/((n-2*m)*(2*m)!), m, 1, (n-1)/2)+(-1)^(n-1)*n!/n; [From Vladimir Kruchinin, Jun 16 2011]

CROSSREFS

Sequence in context: A165962 A127756 A158455 * A036688 A009348 A009365

Adjacent sequences:  A009439 A009440 A009441 * A009443 A009444 A009445

KEYWORD

sign,easy

AUTHOR

R. H. Hardin

EXTENSIONS

Extended with signs Mar 15 1997 by Olivier Gerard.

STATUS

approved

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 May 20 14:22 EDT 2013. Contains 225462 sequences.