The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A161195 a(n) = ((2^b-1)/phi(n))*Sum_{d|n} Moebius(n/d)*d^(b-1) for b = 16. 2
65535, 2147385345, 470177777355, 35182761492480, 499992370589085, 15406315230591285, 51855240592341495, 576434364292792320, 2248845733577866995, 16383250007092548195, 27375595878265462275, 252417068738007613440, 279538958223203141205, 1699140668489253766665 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
Jin Ho Kwak and Jaeun Lee, Enumeration of graph coverings, surface branched coverings and related group theory, in Combinatorial and Computational Mathematics (Pohang, 2000), ed. S. Hong et al., World Scientific, Singapore 2001, pp. 97-161. See p. 134.
FORMULA
From Amiram Eldar, Nov 08 2022: (Start)
a(n) = 65535 * A161139(n).
Sum_{k=1..n} a(k) ~ c * n^15, where c = 4369 * Product_{p prime} (1 + (p^14-1)/((p-1)*p^15)) = 8491.399817... .
Sum_{k>=1} 1/a(k) = (zeta(14)*zeta(15)/65535) * Product_{p prime} (1 - 2/p^15 + 1/p^29) = 1.5259489736...*10^(-5). (End)
MATHEMATICA
f[p_, e_] := p^(14*e - 14) * (p^15-1) / (p-1); a[1] = 65535; a[n_] := 65535* Times @@ f @@@ FactorInteger[n]; Array[a, 20] (* Amiram Eldar, Nov 08 2022 *)
PROG
(PARI) a(n) = {my(f = factor(n)); 65535 * prod(i = 1, #f~, (f[i, 1]^15 - 1)*f[i, 1]^(14*f[i, 2] - 14)/(f[i, 1] - 1)); } \\ Amiram Eldar, Nov 08 2022
CROSSREFS
Sequence in context: A011566 A161167 A022532 * A069391 A188096 A188105
KEYWORD
nonn
AUTHOR
N. J. A. Sloane, Nov 19 2009
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 May 21 04:19 EDT 2024. Contains 372720 sequences. (Running on oeis4.)