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!)
A062368 Multiplicative with a(p^e) = (e+1)*(e+2)*(4*e+3)/6. 4
1, 7, 7, 22, 7, 49, 7, 50, 22, 49, 7, 154, 7, 49, 49, 95, 7, 154, 7, 154, 49, 49, 7, 350, 22, 49, 50, 154, 7, 343, 7, 161, 49, 49, 49, 484, 7, 49, 49, 350, 7, 343, 7, 154, 154, 49, 7, 665, 22, 154, 49, 154, 7, 350, 49, 350, 49, 49, 7, 1078, 7, 49, 154, 252, 49, 343, 7, 154 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Conjecture: this is the third inverse Mobius transform of the sequence 4^A001221(n). - R. J. Mathar, Aug 09 2012
LINKS
FORMULA
a(n) = Sum_{i|n, j|n} tau(i)*tau(j)/tau(gcd(i, j)), where tau(n) = number of divisors of n, cf. A000005.
Also a(n) = Sum_{i|n, j|n} tau(lcm(i, j)).
a(n) = Sum_{d|n} tau_3(d^2) = Sum_{d|n} A007425(d^2). - Enrique Pérez Herrero, Jan 17 2013
MATHEMATICA
f[p_, e_] := (e+1)*(e+2)*(4*e+3)/6; a[n_] := Times @@ f @@@ FactorInteger[n]; a[1] = 1; Array[a, 100] (* Amiram Eldar, Sep 05 2023 *)
PROG
(Scheme, with memoization-macro definec) (definec (A062368 n) (if (= 1 n) n (let ((e (A067029 n))) (* 1/6 (+ 1 e) (+ 2 e) (+ 3 (* 4 e)) (A062368 (A028234 n)))))) ;; Antti Karttunen, Nov 24 2017
CROSSREFS
Sequence in context: A146410 A146466 A146141 * A283067 A284185 A059772
KEYWORD
nonn,easy,mult
AUTHOR
Vladeta Jovovic, Jul 07 2001
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 July 15 16:36 EDT 2024. Contains 374333 sequences. (Running on oeis4.)