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!)
A369085 Expansion of g.f. A(x) satisfying -x = Sum_{n=-oo..+oo} (-1)^n * x^(n*(n-1)/2) * A(x)^(n^2). 1
1, 1, 3, 15, 80, 466, 2863, 18265, 119856, 803815, 5485100, 37962429, 265843161, 1880196279, 13411084410, 96363049074, 696851538230, 5067830579847, 37040831752291, 271947326550486, 2004646999165517, 14831053502690715, 110088540151473330, 819638482252323929, 6119312652926134529 (list; graph; refs; listen; history; text; internal format)
OFFSET
0,3
LINKS
FORMULA
G.f. A(x) = Sum_{n>=0} a(n)*x^n satisfies the following formulas.
(1) -x = Sum_{n=-oo..+oo} (-1)^n * x^(n*(n+1)/2) * A(x)^(n^2).
(2) 1-x = Sum_{n=0..+oo} (-1)^n * (1 + x^n) * x^(n*(n-1)/2) * A(x)^(n^2).
(3) -x = Product_{n>=1} (1 - x^n*A(x)^(2*n)) * (1 - x^(n-1)*A(x)^(2*n-1)) * (1 - x^n*A(x)^(2*n-1)), by the Jacobi triple product identity.
From Vaclav Kotesovec, Jan 31 2024: (Start)
Formula (3) can be rewritten as the functional equation QPochhammer(x*y^2) * QPochhammer(1/(x*y), x*y^2)/(1 - 1/(x*y)) * QPochhammer(1/y, x*y^2)/(1 - 1/y) = -x.
a(n) ~ c * d^n / n^(3/2), where d = 7.95151530799625227004980814233852982518684056958755... and c = 0.179612489322086717165885798939686030305429728101... (End)
EXAMPLE
G.f.: A(x) = 1 + x + 3*x^2 + 15*x^3 + 80*x^4 + 466*x^5 + 2863*x^6 + 18265*x^7 + 119856*x^8 + 803815*x^9 + 5485100*x^10 + 37962429*x^11 + 265843161*x^12 + ...
where
-x = ... - x^6*A(x)^9 + x^3*A(x)^4 - x*A(x) + 1 - A(x) + x*A(x)^4 - x^3*A(x)^9 + x^6*A(x)^16 - x^10*A(x)^25 + x^15*A(x)^36 +- ... + (-1)^n * x^(n*(n-1)/2) * A(x)^(n^2) + ...
MATHEMATICA
(* Calculation of constant d: *) 1/r /. FindRoot[{1 + s^2*QPochhammer[1/s, r*s^2]*QPochhammer[1/(r*s), r*s^2] * QPochhammer[r*s^2, r*s^2] / ((-1 + s)*(-1 + r*s)) == 0, (-2 + s + r*s)/s^2 - 2*r*(-1 + s)*(-1 + r*s) * Derivative[0, 1][QPochhammer][1/s, r*s^2]/ QPochhammer[1/s, r*s^2] + 2*r*s^2*QPochhammer[1/s, r*s^2]*QPochhammer[r*s^2, r*s^2] * Derivative[0, 1][QPochhammer][1/(r*s), r*s^2] + (-1 + s)*(-1 + r*s)*(-(-2*QPolyGamma[0, 1, r*s^2] + QPolyGamma[0, Log[1/s]/Log[r*s^2], r*s^2] + QPolyGamma[0, Log[1/(r*s)]/Log[r*s^2], r*s^2])/(s^2* Log[r*s^2]) - 2*r*Derivative[0, 1][QPochhammer][r*s^2, r*s^2] / QPochhammer[r*s^2, r*s^2]) == 0}, {r, 1/8}, {s, 3/2}, WorkingPrecision -> 70] (* Vaclav Kotesovec, Jan 31 2024 *)
PROG
(PARI) {a(n) = my(A=[1]); for(i=1, n, A=concat(A, 0); M=ceil(sqrt(2*n));
A[#A] = polcoeff(x + sum(m=-M, M, (-1)^m * x^(m*(m-1)/2) * Ser(A)^(m^2)), #A-1)); A[n+1]}
for(n=0, 30, print1(a(n), ", "))
CROSSREFS
Cf. A355349.
Sequence in context: A002514 A319216 A093889 * A020044 A024338 A253774
KEYWORD
nonn
AUTHOR
Paul D. Hanna, Jan 22 2024
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 September 6 08:07 EDT 2024. Contains 375712 sequences. (Running on oeis4.)