login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A013009
Expansion of e.g.f. log(cos(x) + log(x+1)).
0
0, 1, -3, 10, -55, 393, -3485, 36923, -455306, 6408445, -101402557, 1782112451, -34444583072, 726178939315, -16584396680007, 407872396640525, -10747394439586016, 302068718096449161, -9020579413121532169
OFFSET
0,3
EXAMPLE
x - 3/2!*x^2 + 10/3!*x^3 - 55/4!*x^4 + 393/5!*x^5 ...
PROG
(PARI) x = 'x + O('x^30); concat([0], Vec(serlaplace(log(cos(x) + log(x+1))))) \\ Michel Marcus, Jul 30 2018
CROSSREFS
Sequence in context: A034234 A284645 A081721 * A301920 A203416 A002218
KEYWORD
sign
AUTHOR
Patrick Demichel (patrick.demichel(AT)hp.com)
EXTENSIONS
a(0)=0 inserted and title improved by Sean A. Irvine, Jul 29 2018
STATUS
approved