login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A009278
a(n) = lcm(d(n), sigma(n)).
5
1, 6, 4, 21, 6, 12, 8, 60, 39, 36, 12, 84, 14, 24, 24, 155, 18, 78, 20, 42, 32, 36, 24, 120, 93, 84, 40, 168, 30, 72, 32, 126, 48, 108, 48, 819, 38, 60, 56, 360, 42, 96, 44, 84, 78, 72, 48, 620, 57, 186, 72, 294, 54, 120, 72, 120, 80, 180, 60, 168, 62, 96, 312, 889, 84, 144, 68
OFFSET
1,2
LINKS
MATHEMATICA
Table[LCM[Length[Divisors[n]], DivisorSigma[1, n]], {n, 1, 100}] (* Stefan Steinerberger, Apr 13 2006 *)
PROG
(PARI) A009278(n) = lcm(numdiv(n), sigma(n)); \\ Antti Karttunen, Sep 10 2017
CROSSREFS
KEYWORD
nonn
STATUS
approved