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!)
A304633 Expansion of 2/((1 - x)*(3 + 2*x - theta_3(x))), where theta_3() is the Jacobi theta function. 0
1, 1, 1, 1, 2, 2, 2, 2, 3, 4, 4, 4, 5, 7, 7, 7, 9, 12, 13, 13, 16, 20, 23, 23, 27, 35, 41, 42, 47, 61, 71, 75, 82, 104, 124, 134, 146, 178, 217, 237, 258, 307, 377, 419, 456, 535, 651, 739, 804, 933, 1126, 1300, 1422, 1629, 1955, 2275, 2513, 2846, 3397, 3972, 4435, 4990, 5904 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Partial sums of A280542.
LINKS
Eric Weisstein's World of Mathematics, Jacobi Theta Functions
FORMULA
G.f.: 1/((1 - x)*(1 - Sum_{k>=2} x^(k^2))).
MATHEMATICA
nmax = 62; CoefficientList[Series[2/((1 - x) (3 + 2 x - EllipticTheta[3, 0, x])), {x, 0, nmax}], x]
nmax = 62; CoefficientList[Series[1/((1 - x) (1 - Sum[x^k^2, {k, 2, nmax}])), {x, 0, nmax}], x]
a[0] = 1; a[n_] := a[n] = Sum[Boole[IntegerQ[k^(1/2)] && k != 1] a[n - k], {k, 1, n}]; Accumulate[Table[a[n], {n, 0, 62}]]
CROSSREFS
Sequence in context: A321423 A035451 A363337 * A124746 A124789 A103372
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, May 15 2018
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 April 16 18:01 EDT 2024. Contains 371750 sequences. (Running on oeis4.)