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!)
A345308 Decimal expansion of Sum_{p primes} log(p) / (p-1)^2. 1
1, 2, 2, 6, 9, 6, 8, 8, 0, 5, 6, 5, 3, 4, 7, 0, 0, 0, 5, 9, 6, 5, 6, 6, 2, 5, 6, 8, 7, 4, 5, 7, 6, 2, 5, 6, 2, 9, 8, 8, 2, 5, 7, 4, 5, 4, 9, 0, 1, 4, 2, 6, 3, 1, 1, 7, 1, 4, 7, 9, 4, 6, 2, 0, 1, 0, 9, 0, 0, 3, 1, 4, 1, 3, 0, 9, 2, 6, 6, 0, 6, 1, 9, 4, 1, 1, 4, 4, 3, 4, 5, 7, 0, 5, 9, 7, 8, 9, 9, 5, 7, 0, 6, 2, 6 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
Steven R. Finch, Mathematical Constants II, Encyclopedia of Mathematics and Its Applications, Cambridge University Press, Cambridge, 2018, p. 156 (constant C10 + 1).
Eric Weisstein's World of Mathematics, Prime Factor, formula (13)-(14), (constant U).
EXAMPLE
1.226968805653470005965662568745762562988257454901426311714794620109...
MATHEMATICA
ratfun = 1/((p - 1)^2); zetas = 0; ratab = Table[konfun = Simplify[ratfun + c/(p^power - 1)] // Together; coefs = CoefficientList[Numerator[konfun], p]; sol = Solve[Last[coefs] == 0, c][[1]]; zetas = zetas + c*Zeta'[power]/Zeta[power] /. sol; ratfun = konfun /. sol, {power, 2, 25}]; Do[Print[N[Sum[Log[p]*ratfun /. p -> Prime[k], {k, 1, m}] + zetas, 110]], {m, 1000, 5000, 1000}]
CROSSREFS
Sequence in context: A094485 A331988 A242978 * A231137 A371400 A188808
KEYWORD
nonn,cons
AUTHOR
Vaclav Kotesovec, Jun 13 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 10:11 EDT 2024. Contains 371935 sequences. (Running on oeis4.)