login
The OEIS is supported by the many generous donors to the OEIS Foundation.

 

Logo
Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A031124 Expansion of (1+z)/(1-z) - 2*Sum_{m>=1} z^(m^2)/(1-z^((m+1)^2)). 1
1, 0, 2, 2, 0, 0, 2, 2, 2, -2, 2, 2, 2, -2, 2, 2, 0, 0, 2, 2, 2, 0, 0, 2, 2, -4, 2, 2, 2, 0, 2, 0, 2, 0, 2, 2, 0, 0, 2, 2, 0, -4, 2, 2, 2, 0, 2, 2, 2, -4, 2, 2, 2, 0, 2, 2, 2, -2, 0, 2, 2, -2, 2, 2, 0, 0, 0, 0, 2, 0, 2, 2, 2, -2, 2, 2, 0, 0, 2, 2 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
N. Luzin, Function: Part II, Amer. Math. Monthly, 105 (1998), 263-270.
MATHEMATICA
nmax = 100; CoefficientList[Series[(1+x)/(1-x) - 2*Sum[x^(m^2)/(1 - x^((m+1)^2)), {m, 1, Floor[Sqrt[nmax]] + 1}], {x, 0, nmax}], x] (* Vaclav Kotesovec, Oct 04 2017 *)
PROG
(PARI) lista(nn) = Vec((1+z)/(1-z) - 2*sum(m=1, nn, z^(m^2)/(1-z^((m+1)^2) + O(z^nn)))); \\ Michel Marcus, Oct 02 2017
CROSSREFS
Cf. A031123.
Sequence in context: A039972 A344834 A344837 * A063695 A081417 A133388
KEYWORD
sign
AUTHOR
STATUS
approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Style Sheet | Transforms | Superseeker | Recents
The OEIS Community | Maintained by The OEIS Foundation Inc.

License Agreements, Terms of Use, Privacy Policy. .

Last modified May 6 08:50 EDT 2024. Contains 372292 sequences. (Running on oeis4.)