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!)
A341747 Decimal expansion of zeta(3) * zeta(4) * Product_{p prime} (1 + 1/p^2 - 2/p^3 - 2/p^5 + 2/p^6). 1
1, 3, 8, 6, 9, 2, 4, 1, 7, 0, 4, 1, 3, 5, 6, 5, 8, 6, 8, 9, 8, 8, 1, 4, 9, 1, 9, 7, 6, 6, 5, 1, 0, 6, 8, 3, 6, 1, 6, 5, 2, 6, 2, 0, 7, 8, 2, 6, 3, 9, 2, 9, 9, 1, 7, 4, 1, 1, 3, 7, 0, 1, 5, 8, 1, 3, 7, 2, 6, 0, 2, 1, 5, 6, 6, 1, 7, 6, 7, 9, 2, 2, 6, 3, 4, 1, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The constant c in the asymptotic formulas Sum_{n1, n2 <= x} sigma(lcm(n1, n2)) = c * x^4/4 + O(x^(7/2 + eps)) and Sum_{n1, n2 <= x} sigma(lcm(n1, n2))/(n1*n2) = c * x^2 + O(x^(3/2 + eps)).
LINKS
Titus Hilberdink and László Tóth, On the average value of the least common multiple of k positive integers, Journal of Number Theory, Vol. 169 (2016), pp. 327-341. See p. 333.
EXAMPLE
1.38692417041356586898814919766510683616526207826392...
MATHEMATICA
$MaxExtraPrecision = 1500; m = 1500; c = LinearRecurrence[{0, -1, 2, 0, 2, -2}, {0, 2, -6, -2, 0, 2}, m]; Zeta[3] * Zeta[4] * Exp[NSum[Indexed[c, n]*PrimeZetaP[n]/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]]
PROG
(PARI) zeta(3) * zeta(4) * prodeulerrat(1 + 1/p^2 - 2/p^3 - 2/p^5 + 2/p^6)
CROSSREFS
Cf. A000203 (sigma), A240976, A341748.
Sequence in context: A152683 A154199 A083700 * A242672 A021725 A371472
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Feb 18 2021
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 April 24 20:08 EDT 2024. Contains 371963 sequences. (Running on oeis4.)