OFFSET
1,3
COMMENTS
REFERENCES
S. R. Finch, Mathematical Constants, Cambridge University Press, Cambridge, 2003, p. 446.
LINKS
Kh. Hessami Pilehrood and T. Hessami Pilehrood, Vacca-type series for values of the generalized-Euler-constant function and its derivative, arXiv:0808.0410 [math.NT], 2008.
Kh. Hessami Pilehrood and T. Hessami Pilehrood, Vacca-type series for values of the generalized-Euler-constant function and its derivative, Journal of Integer Sequences 13 (2010), Article 10.7.3.
Jonathan Sondow and Petros Hadjicostas, The generalized-Euler-constant function gamma(z) and a generalization of Somos's quadratic recurrence constant, arXiv:math/0610499 [math.CA], 2006.
Jonathan Sondow and Petros Hadjicostas, The generalized-Euler-constant function gamma(z) and a generalization of Somos's quadratic recurrence constant, J. Math. Anal. Appl. 332(1) (2007), 292-314.
Eric Weisstein's World of Mathematics, Somos's Quadratic Recurrence Constant.
FORMULA
Product_{n>=1} n^(1/3^n).
EXAMPLE
1.156362684332269716853370322887369356513014543891888637999259598983177816...
MATHEMATICA
Take[RealDigits[Product[N[n^3^-n, 200], {n, 400}]][[1]], 100].
RealDigits[Exp[-D[PolyLog[n, 1/3], n]/.n->0], 10, 100][[1]] (* Jean-François Alcover, Jan 28 2014 *)
PROG
(PARI) prodinf(n=1, n^(1/3^n)) \\ Michel Marcus, Aug 03 2019
CROSSREFS
KEYWORD
AUTHOR
Petros Hadjicostas and Jonathan Sondow, Oct 15 2006
EXTENSIONS
References updated by R. J. Mathar, Aug 12 2010
STATUS
approved