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!)
A070920 a(n) = Card{ (x,y,z,u) | lcm(x,y,z,u)=n }. 5
1, 15, 15, 65, 15, 225, 15, 175, 65, 225, 15, 975, 15, 225, 225, 369, 15, 975, 15, 975, 225, 225, 15, 2625, 65, 225, 175, 975, 15, 3375, 15, 671, 225, 225, 225, 4225, 15, 225, 225, 2625, 15, 3375, 15, 975, 975, 225, 15, 5535, 65, 975, 225, 975, 15, 2625, 225 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
A048691(n) gives Card{ (x,y) | lcm(x,y)=n }.
LINKS
O. Bagdasar, On some functions involving the lcm and gcd of integer tuples, Scientific Publications of the State University of Novi Pazar, Appl. Maths. Inform. and Mech., Vol. 6, 2 (2014), 91-100.
FORMULA
a(n) = Sum_{d|n} A000005(d)^4*A008683(n/d).
Sum_{k>0} a(k)/k^s = (1/zeta(s))*Sum_{k>0} tau(k)^4/k^s.
Multiplicative with a(p^e) = (e+1)^4 - e^4. - Amiram Eldar, Sep 03 2023
MATHEMATICA
Join[{1}, Table[Product[(k + 1)^4 - k^4, {k, FactorInteger[n][[All, 2]]}], {n, 2, 68}]] (* Geoffrey Critzer, Jan 10 2015 *)
PROG
(PARI) for(n=1, 100, print1(sumdiv(n, d, numdiv(d)^4*moebius(n/d)), ", "))
(PARI) a(n) = vecprod(apply(x->(x+1)^4-x^4, factor(n)[, 2])); \\ Amiram Eldar, Sep 03 2023
CROSSREFS
Cf. A000005, A008683, A048691, A070919, A070921, A247516 (Mobius transform).
Sequence in context: A298044 A022349 A036379 * A056484 A056474 A219912
KEYWORD
mult,easy,nonn
AUTHOR
Benoit Cloitre, May 20 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 17 21:22 EDT 2024. Contains 371767 sequences. (Running on oeis4.)