OFFSET
0,1
COMMENTS
Equals the radius of convergence of the g.f. of A023361 (number of compositions into sums of triangular numbers).
EXAMPLE
1 = x + x^3 + x^6 + x^10 + x^15 + x^21 + x^28 + x^36 + ...
x = 0.6452227032360209791342516639440263322547274436405712210742201839013654671
MATHEMATICA
x /. FindRoot[ EllipticTheta[2, 0, Sqrt[x]] == 4*x^(1/8), {x, 1/2}, WorkingPrecision -> 110] // RealDigits[#, 10, 105]& // First (* Jean-François Alcover, Feb 13 2013 *)
PROG
(PARI) solve(x=0.6, 0.7, 1-sum(n=1, 60, x^(n*(n+1)/2)))
CROSSREFS
KEYWORD
cons,nonn
AUTHOR
Paul D. Hanna, Apr 29 2005
STATUS
approved