OFFSET
1,2
COMMENTS
The constant h in Heath-Brown et al. (2005). The asymptotic number of integers n below x which occur as indices of subgroups of nonabelian finite simple groups, excluding that of A_{n-1} in A_n (where A_n is the simple alternating group), is ~ h*x/log(x).
The constant appears in the asymptotic formula for the count of terms of A370745.
LINKS
D. R. Heath-Brown, Cheryl E. Praeger and Aner Shalev, Permutation groups, simple groups, and sieve methods, Isr. J. Math., Vol. 148 (2005), pp. 347-375; alternative link.
Cheryl E. Praeger, Using the finite simple groups, Gazette of the Australian Mathematical Society, Vol. 38, No. 2 (2011), pp. 93-97.
Cheryl E. Praeger, Using the finite simple groups, Eureka, Vol. 61 (2011), pp. 64-67 (reprint of the Gazette paper).
Cheryl E. Praeger, Using the finite simple groups, Asia Pacific Mathematics Newsletter, Vol. 1, No. 3 (2011), pp. 7-10 (reprint of the Gazette paper).
FORMULA
Equals (4/5)* Product_{p prime} (1 + p/((p-1)^2*(p+1))) = (4/5) * A065484.
EXAMPLE
1.76308527715028783029826265318407173005373855503028...
MATHEMATICA
$MaxExtraPrecision = 500; m = 500; c = LinearRecurrence[{1, 1, -2, 0, 1}, {0, 2, 3, 6, 5}, m]; RealDigits[(4/5)*Exp[NSum[Indexed[c, n]*PrimeZetaP[n]/n, {n, 2, m}, NSumTerms -> m, WorkingPrecision -> m]], 10, 120][[1]]
PROG
(PARI) (4/5)* prodeulerrat(1 + p/((p-1)^2*(p+1)))
CROSSREFS
KEYWORD
nonn,cons
AUTHOR
Amiram Eldar, Feb 29 2024
STATUS
approved