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!)
A294408 Expansion of 1/(1 + Sum_{i>=1} q^(i^2)/Product_{j=1..i} (1 + q^(2*j))). 3
1, -1, 1, 0, -2, 3, -2, -1, 6, -10, 8, 2, -19, 34, -30, -3, 60, -112, 106, -2, -188, 370, -373, 48, 586, -1226, 1307, -296, -1808, 4046, -4546, 1430, 5516, -13300, 15724, -6217, -16626, 43566, -54132, 25464, 49373, -142146, 185496, -100306, -143896, 461874, -632864, 384348, 409270, -1494356, 2150240 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,5
COMMENTS
Convolution inverse of the 3rd order mock theta function phi(q) (A053250).
LINKS
Eric Weisstein's World of Mathematics, Mock Theta Function
FORMULA
G.f.: 1/(1 + Sum_{i>=1} q^(i^2)/Product_{j=1..i} (1 + q^(2*j))).
MATHEMATICA
nmax = 50; CoefficientList[Series[1/(1 + Sum[q^(i^2)/Product[1 + q^(2 j), {j, 1, i}], {i, 1, nmax}]), {q, 0, nmax}], q]
CROSSREFS
Sequence in context: A336404 A167772 A077870 * A358605 A360026 A062323
KEYWORD
sign
AUTHOR
Ilya Gutkovskiy, Oct 30 2017
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 19 07:38 EDT 2024. Contains 371782 sequences. (Running on oeis4.)