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!)
A065479 Decimal expansion of Product_{p prime >= 3} (1 - 1/(p^2-p-1)). 3

%I #14 Mar 15 2021 03:41:42

%S 7,1,5,4,6,8,2,3,5,9,8,9,9,5,5,8,4,5,0,9,4,7,7,4,7,0,5,7,1,1,7,2,8,0,

%T 7,7,6,7,5,9,7,6,2,4,8,9,8,3,7,6,7,7,6,7,4,2,6,7,2,4,7,6,9,4,4,2,4,9,

%U 5,3,5,5,5,5,1,9,7,5,5,8,5,6,8,3,3,1,5,5,5,4,0,9,0,9,0,1,1,3

%N Decimal expansion of Product_{p prime >= 3} (1 - 1/(p^2-p-1)).

%H G. Niklasch, <a href="/A001692/a001692.html">Some number theoretical constants: 1000-digit values</a>. [Cached copy]

%e 0.715468235989955845094774705711728...

%t $MaxExtraPrecision = 600; digits = 98; terms = 600; P[n_] := PrimeZetaP[n] - 1/2^n;LR = LinearRecurrence[{2, 2, -3, -2}, {0, 0, -2, -3}, 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 (* _Jean-François Alcover_, Apr 18 2016 *)

%o (PARI) prodeulerrat(1 - 1/(p^2-p-1), 1, 3) \\ _Amiram Eldar_, Mar 15 2021

%Y Cf. A065491, A078089.

%K cons,nonn

%O 0,1

%A _N. J. A. Sloane_, Nov 19 2001

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 18:17 EDT 2024. Contains 371962 sequences. (Running on oeis4.)