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!)
A307526 Expansion of 1/theta_4(1/theta_4(x) - 1), where theta_4() is the Jacobi theta function. 0
1, 4, 24, 144, 828, 4624, 25296, 136192, 723160, 3792564, 19672240, 101054512, 514643952, 2600665872, 13049557280, 65057605120, 322413671228, 1589046496704, 7791836790504, 38025622117168, 184749163375664, 893881787650016, 4308024769339344, 20685919693884672 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Eric Weisstein's World of Mathematics, Jacobi Theta Functions
FORMULA
G.f.: g(g(x) - 1), where g(x) = g.f. of A015128.
MATHEMATICA
nmax = 23; CoefficientList[Series[1/EllipticTheta[4, 0, 1/EllipticTheta[4, 0, x] - 1], {x, 0, nmax}], x]
g[x_] := g[x] = Product[(1 + x^k)/(1 - x^k), {k, 1, 23}]; a[n_] := a[n] = SeriesCoefficient[g[g[x] - 1], {x, 0, n}]; Table[a[n], {n, 0, 23}]
CROSSREFS
Sequence in context: A370234 A114169 A121102 * A067411 A045915 A052609
KEYWORD
nonn
AUTHOR
Ilya Gutkovskiy, Apr 12 2019
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 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)