OFFSET
0,1
LINKS
G. C. Greubel, Table of n, a(n) for n = 0..1200
Richard J. McIntosh, Some Asymptotic Formulae for q-Hypergeometric Series, Journal of the London Mathematical Society, Vol. 51, No. 1 (1995), pp. 120-136; alternative link.
FORMULA
Equals exp( -Sum_{n>0} sigma_1(n)/(n*6^n) ).
Equals (1/6; 1/6)_{infinity}, where (a;q)_{infinity} is the q-Pochhammer symbol. - G. C. Greubel, Nov 30 2015
From Amiram Eldar, May 09 2023: (Start)
Equals sqrt(2*Pi/log(6)) * exp(log(6)/24 - Pi^2/(6*log(6))) * Product_{k>=1} (1 - exp(-4*k*Pi^2/log(6))) (McIntosh, 1995).
Equals Sum_{n>=0} (-1)^n/A027873(n). (End)
EXAMPLE
0.805687728162164940923750...
MATHEMATICA
digits = 103; NProduct[1-1/6^k, {k, 1, Infinity}, NProductFactors -> 100, WorkingPrecision -> digits+20] // N[#, digits+20]& // RealDigits[#, 10, digits]& // First (* Jean-François Alcover, Feb 18 2014 *)
N[QPochhammer[1/6, 1/6]] (* G. C. Greubel, Nov 30 2015 *)
PROG
(PARI) prodinf(x=1, 1-(1/6)^x) \\ Altug Alkan, Dec 01 2015
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Hieronymus Fischer, Aug 14 2007
STATUS
approved