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!)
A324833 Decimal expansion of eta_2, a constant related to the asymptotic density of certain sets of residues. 9
1, 2, 9, 0, 3, 8, 9, 2, 5, 8, 9, 7, 8, 0, 7, 5, 5, 6, 4, 9, 7, 4, 3, 4, 8, 6, 3, 4, 8, 1, 7, 7, 5, 8, 7, 7, 6, 3, 8, 4, 9, 3, 2, 1, 4, 1, 9, 9, 2, 0, 5, 6, 8, 8, 3, 0, 0, 4, 1, 2, 7, 0, 4, 5, 6, 3, 9, 8, 0, 6, 6, 5, 7, 3, 0, 9, 1, 7, 0, 3, 9, 8, 9, 9, 9, 7, 1, 6, 7, 7, 8, 3, 5, 9, 8, 1, 9, 3, 4, 3, 8 (list; constant; graph; refs; listen; history; text; internal format)
OFFSET
0,2
LINKS
Carl Pomerance, Andrzej Schinzel, Multiplicative Properties of Sets of Residues, Moscow Journal of Combinatorics and Number Theory. 2011. Vol. 1. Iss. 1. pp. 52-66. See p. 62.
FORMULA
Sum_{p prime} 1/(p^2-1)^2.
Sum_{n>0} n P(2n+2) where P is the prime zeta P function.
EXAMPLE
0.12903892589780755649743486348177587763849321419920568830041270456398...
MATHEMATICA
digits = 101; m0 = 2 digits; Clear[rd]; rd[m_] := rd[m] = RealDigits[eta2 = Sum[n PrimeZetaP[2n + 2], {n, 1, m}], 10, digits][[1]]; rd[m0]; rd[m = 2m0]; While[rd[m] != rd[m-m0], Print[m]; m = m+m0]; Print[N[eta2, digits] ]; rd[m]
CROSSREFS
Cf. A154945 (eta_1), A324834 (eta_3), A324835 (eta_4), A324836 (eta_5).
Sequence in context: A021779 A201893 A264920 * A019969 A185362 A140239
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 April 19 11:31 EDT 2024. Contains 371792 sequences. (Running on oeis4.)