The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A307209 Decimal expansion of Product_{i>=1, j>=1} (1 + 1/(i^3 + j^3)). 3
3, 5, 0, 4, 7, 8, 2, 9, 9, 9, 3, 3, 9, 7, 2, 8, 3, 7, 5, 8, 9, 1, 1, 2, 0, 5, 7, 0, 4, 3, 8, 0, 6, 1, 2, 5, 5, 8, 3, 8, 9, 3, 2, 4, 7, 8, 6, 2, 7, 1, 2, 7, 5, 3, 5, 4, 1, 9, 9, 4, 6, 2, 6, 6, 1, 4, 0, 5, 8, 3, 8, 5, 0, 3, 5, 0, 3, 4, 7, 5, 6, 3, 5, 2, 7, 4, 7, 5, 0, 9, 5, 0, 5, 1, 3, 7, 8, 9, 1, 7, 8, 4, 5, 9, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,1
COMMENTS
Product_{i>=1, j>=1} (1 + 1/(i^2 + j^2)) is divergent.
A324443(n) / A324403(n) ~ c * n^(Pi/2), where c = A306398 * 2^(3/4) * exp(-Pi/12) * Pi^(1/4) * Gamma(3/4) = 0.36753062884677326134620846786416595535234038999313...
Product_{i=1..n, j=1..n} (1 + 1/(i + j)) = A324444(n) / A079478(n) ~ 2^(2*n + 1) / (sqrt(Pi)*n^(3/2)).
LINKS
FORMULA
Equals limit_{n->infinity} A307210(n) / A324426(n).
EXAMPLE
3.50478299933972837589112057043806125583893247862712753541994626614058385...
MATHEMATICA
(* The iteration cycle: *) $MaxExtraPrecision = 1000; funs[n_] := Product[1 + 1/(i^3 + j^3), {i, 1, n}, {j, 1, n}]; Do[Print[N[Sum[(-1)^(m + j)*funs[j*Floor[200/m]] * j^(m - 1)/(j - 1)!/(m - j)!, {j, 1, m}], 100]], {m, 10, 100, 10}]
PROG
(PARI) default(realprecision, 50); exp(sumalt(k=1, -(-1)^k/k*sumnum(i=1, sumnum(j=1, 1/(i^3+j^3)^k)))) \\ 15 decimals correct
CROSSREFS
Sequence in context: A309091 A200520 A224933 * A243967 A144541 A100609
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Mar 28 2019
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 June 5 22:26 EDT 2024. Contains 373110 sequences. (Running on oeis4.)