OFFSET
0,3
COMMENTS
Also appears in Ramanujan's theory of elliptic functions, signature 3 (cf. A006480). Almkvist et al. give a real and complex Ansatz for the second-order, ordinary differential equation: T_R = 1 + x*{Z[[x]]}, T_C = T_R*log(x) + x*{Z[[x]]}.
REFERENCES
B. C. Berndt, "Ramanujan's Notebooks Part II", Springer, 2012, pages 80-82.
LINKS
G. Almkvist et al., Generalizations of Clausen's Formula and Algebraic Transformations of Calabi-Yau Differential Equations, Proceedings of the Edinburgh Mathematical Society, 54 (2011), p. 275. [The article is on pages 273-295.]
MATHEMATICA
G[nMax_]:=Dot[RecurrenceTable[{Dot[{(3*n-5)^2 (3*n-4)^2 (9*n-4), -18(n - 1)(40 - 197*n + 351*n^2 - 279*n^3 + 81*n^4), 81(n - 1)*n^3*(9*n - 13)}, a[n-#] & /@ Reverse[Range[0, 2]]] == 0, a[0] == 0, a[1] == 5/9}, a, {n, 0, nMax}], x^Range[0, nMax]];
qSer[nMax_] := Expand[Times[x, Normal[Series[Exp[ Divide[G[nMax], Hypergeometric2F1[1/3, 2/3, 1, x]]], {x, 0, nMax}]]]];
CoefficientList[(1/k)*qSer[20]/.{x->k*x}, x]/.{k->27}
CROSSREFS
KEYWORD
nonn
AUTHOR
Bradley Klee, Jun 27 2019
STATUS
approved