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!)
A077456 a(n) = sigma_5(n^5)/sigma(n^5). 4
1, 549791, 2337334621, 567767102431, 76323251878121, 1285045538614211, 68398022066406901, 595065340418751455, 8138648440293876241, 41961836973324022711, 611595047235520833101, 1327061705176829563651, 17543094367661056941241, 37604616949911916507691 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A001160(n^5)/A000203(n^5).
Multiplicative with a(p^e) = (p^(20*e+4) + p^(15*e+3) + p^(10*e+2) + p^(5*e+1) + 1)/(p^4 + p^3 + p^2 + p + 1). - Amiram Eldar, Sep 09 2020
MATHEMATICA
f[p_, e_] := (p^(20*e+4) + p^(15*e+3) + p^(10*e+2) + p^(5*e+1) + 1)/(p^4 + p^3 + p^2 + p + 1); a[n_] := Times @@ (f @@@ FactorInteger[n]); Array[a, 20] (* Amiram Eldar, Sep 09 2020 *
Table[DivisorSigma[5, n^5]/DivisorSigma[1, n^5], {n, 20}] (* Harvey P. Dale, Mar 05 2022 *)
PROG
(PARI) a(n)=sumdiv(n^5, d, d^5)/sigma(n^5)
(PARI) a(n) = my(f=factor(n^5)); sigma(f, 5)/sigma(f); \\ Michel Marcus, Sep 09 2020
CROSSREFS
Sequence in context: A236827 A337054 A337100 * A188486 A204571 A253614
KEYWORD
nonn,easy,mult
AUTHOR
Benoit Cloitre, Nov 30 2002
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 09:19 EDT 2024. Contains 371782 sequences. (Running on oeis4.)