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!)
A269846 Decimal expansion of Hardy-Littlewood constant C_6 = Product_{p prime > 6} 1/(1-1/p)^6 (1-6/p). 2
1, 8, 6, 6, 1, 4, 2, 9, 7, 3, 5, 8, 3, 5, 8, 3, 9, 6, 6, 5, 6, 9, 2, 4, 8, 4, 7, 9, 4, 4, 1, 8, 8, 3, 3, 7, 8, 4, 0, 0, 7, 3, 9, 4, 4, 9, 4, 5, 5, 8, 9, 3, 0, 4, 8, 7, 1, 7, 2, 6, 6, 9, 1, 8, 3, 8, 9, 8, 0, 7, 4, 4, 9, 2, 4, 3, 8, 0, 8, 1, 9, 6, 2, 7, 0, 6, 2, 6, 1, 9, 0, 3, 2, 8, 0, 6, 3, 1, 0 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 2.1 Hardy-Littlewood Constants, p. 86.
LINKS
EXAMPLE
0.18661429735835839665692484794418833784007394494558930487172669...
MATHEMATICA
$MaxExtraPrecision = 1600; digits = 99; terms = 1600; P[n_] := PrimeZetaP[ n] - 1/2^n - 1/3^n - 1/5^n; LR = Join[{0, 0}, LinearRecurrence[{7, -6}, {-30, -210}, terms+10]]; r[n_Integer] := LR[[n]]; Exp[NSum[r[n]*P[n-1]/(n - 1), {n, 3, terms}, NSumTerms -> terms, WorkingPrecision -> digits+10]] // RealDigits[#, 10, digits]& // First
PROG
(PARI) prodeulerrat(1/(1-1/p)^6*(1-6/p), 1, 7) \\ Amiram Eldar, Mar 11 2021
CROSSREFS
Sequence in context: A165104 A010527 A270137 * A316136 A102887 A067970
KEYWORD
nonn,cons
AUTHOR
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 July 25 04:49 EDT 2024. Contains 374586 sequences. (Running on oeis4.)