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!)
A243584 Decimal expansion of 1/(eta*P'(eta)), a constant related to the asymptotic evaluation of the number of prime multiplicative compositions, where eta is A243350, the unique solution of P(x)=1, P being the prime zeta P function (P(x) = sum_(p prime) 1/p^x). 2
4, 1, 2, 7, 7, 3, 2, 3, 7, 0, 9, 3, 6, 7, 0, 4, 8, 7, 2, 8, 9, 0, 4, 2, 6, 9, 9, 1, 7, 2 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,1
REFERENCES
Steven R. Finch, Mathematical Constants, Cambridge University Press, 2003, Section 5.5 Kalmar's composition constant, p. 293.
LINKS
Eric Weisstein's MathWorld, Prime Zeta function
EXAMPLE
0.41277323709367...
MATHEMATICA
digits = 30; eta = x /. FindRoot[PrimeZetaP[x] == 1, {x, 7/5}, WorkingPrecision -> digits + 200]; c = N[1/(eta*PrimeZetaP'[eta]) // Re, digits + 200]; RealDigits[c, 10, digits ] // First (* updated Sep 11 2015 *)
CROSSREFS
Cf. A243350.
Sequence in context: A141332 A241184 A241185 * A084460 A216863 A120578
KEYWORD
nonn,cons,more
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 April 19 10:31 EDT 2024. Contains 371791 sequences. (Running on oeis4.)