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”).

A098986
Numerators (divided by 2) in series expansion of log( Sum_{m=-oo,oo} q^(m^2) ).
3
0, 1, -1, 4, -1, 6, -4, 8, -1, 13, -6, 12, -4, 14, -8, 8, -1, 18, -13, 20, -6, 32, -12, 24, -4, 31, -14, 40, -8, 30, -8, 32, -1, 16, -18, 48, -13, 38, -20, 56, -6, 42, -32, 44, -12, 26, -24, 48, -4, 57, -31, 24, -14, 54, -40, 72, -8, 80, -30, 60, -8, 62, -32, 104, -1, 84, -16, 68, -18, 32, -48, 72, -13, 74, -38, 124, -20, 96
OFFSET
0,4
EXAMPLE
2*q-2*q^2+8/3*q^3-2*q^4+12/5*q^5-8/3*q^6+16/7*q^7-2*q^8+26/9*q^9-...
MATHEMATICA
Numerator[CoefficientList[Series[Log[Sum[q^m^2, {m, -Infinity, Infinity}]], {q, 0, 77}], q]]/2 (* L. Edson Jeffery, Jul 14 2014 *)
CROSSREFS
KEYWORD
sign,frac
AUTHOR
N. J. A. Sloane, Oct 24 2004
STATUS
approved