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!)
A307215 Decimal expansion of Product_{i>=1, j>=1} (1 + 1/(i^4 + j^4)). 2
1, 9, 4, 0, 7, 3, 0, 2, 8, 5, 3, 7, 2, 3, 6, 1, 5, 2, 9, 9, 5, 3, 8, 6, 0, 7, 7, 5, 9, 9, 6, 4, 7, 7, 7, 2, 0, 3, 8, 7, 0, 7, 9, 6, 8, 2, 9, 3, 2, 1, 7, 0, 9, 2, 8, 1, 3, 0, 6, 1, 3, 9, 7, 4, 7, 2, 5, 2, 2, 6, 4, 2, 1, 7, 2, 0, 7, 2, 8, 3, 4, 7, 5, 5, 8, 9, 5, 3, 1, 0, 6, 8, 7, 6, 7, 7, 0, 7, 0, 0, 5, 9, 6, 1, 4 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Product_{i=1..n, j=1..n} (1 + 1/(i + j)) = A324444(n) / A079478(n) ~ 2^(2*n + 1) / (sqrt(Pi)*n^(3/2)).
Product_{i=1..n, j=1..n} (1 + 1/(i^2 + j^2)) = A324443(n) / A324403(n) ~ c * n^(Pi/2), where c = A306398 * 2^(3/4) * exp(-Pi/12) * Pi^(1/4) * Gamma(3/4) = 0.36753062884677326134620846786416595535234038999313315993144237973600...
Product_{i>=1, j>=1} (1 + 1/(i^3 + j^3)) = A307209 = 3.50478299933972837589112...
LINKS
FORMULA
Equals limit_{n->infinity} (Product_{i=1..n, j=1..n} (1 + i^4 + j^4)) / A324437(n).
EXAMPLE
1.94073028537236152995386077599647772038707968293217092813061397472522642172...
MATHEMATICA
(* The iteration cycle: *) $MaxExtraPrecision = 1000; funs[n_] := Product[1 + 1/(i^4 + j^4), {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}]
CROSSREFS
Sequence in context: A198675 A203131 A259484 * A354636 A021918 A112146
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Mar 29 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 3 19:11 EDT 2024. Contains 373087 sequences. (Running on oeis4.)