login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A124175 Decimal expansion of Prod_{primes p} ((p-1)/p)^(1/p)). 12
5, 5, 9, 8, 6, 5, 6, 1, 6, 9, 3, 2, 3, 7, 3, 4, 8, 5, 7, 2, 3, 7, 6, 2, 2, 4, 4, 2, 2, 3, 4, 1, 6, 7, 1, 7, 2, 5, 7, 6, 6, 6, 3, 7, 0, 2, 1, 2, 9, 0, 6, 0, 3, 9, 5, 5, 4, 2, 3, 3, 9, 3, 3, 9, 3, 5, 2, 0, 3, 1, 7, 1, 7, 9, 7, 5, 9, 1, 5, 9, 3, 6, 2, 7, 6, 5, 4, 0, 9, 5, 0, 6, 3, 0, 6, 6, 5, 4, 7 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET

0,1

COMMENTS

This might be interpreted as the expected value of phi(n)/n for very large n.

LINKS

Table of n, a(n) for n=0..98.

Eric Weisstein's World of Mathematics, Prime Zeta Function

FORMULA

exp(-suminf(h=1, primezeta(h+1)/h)) (Robert Gerbicz)

EXAMPLE

0.5598656169323734857237622442234167172576663702129060395542339339\

352031717975915936276540950630665470795373094197373037280781542375...

PROG

(PARI) default(realprecision, 256); (f(k)=return(sum(n=1, 512, moebius(n)/n*log(zeta(k*n))))); exp(sum(h=1, 512, -1/h*f(h+1))) /*Robert Gerbicz*/

(PARI) exp(-suminf(m=2, log(zeta(m))*sumdiv(m, k, if(k<m, moebius(k)/(m-k), 0)))) /*Martin Fuller*/

CROSSREFS

Cf. A126226, A085548, A085541, A085964-A085969.

Sequence in context: A021951 A206772 A200679 * A168277 A163980 A011986

Adjacent sequences:  A124172 A124173 A124174 * A124176 A124177 A124178

KEYWORD

nonn,cons

AUTHOR

David W. Wilson, Dec 05 2006

EXTENSIONS

Robert Gerbicz computed this to 130 decimal places.

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 22 14:21 EDT 2013. Contains 225551 sequences.