OFFSET
1,2
COMMENTS
Inverse Möbius transform of A032742. - Antti Karttunen, Sep 25 2018
LINKS
Antti Karttunen, Table of n, a(n) for n = 1..65537
FORMULA
EXAMPLE
a(12) = 14. The divisors of 12 are shown in row 12 of triangle A127093: (1, 2, 3, 4, 0, 6, 0, 0, 0, 0, 0, 12). The largest proper divisors of these terms are (1, 1, 1, 2, 0, 3, 0, 0, 0, 0, 0, 6), sum = 14. Or, we can take row of triangle A051731: (1, 1, 1, 1, 0, 1, 0, 0, 0, 0, 0, 1) dot (1, 1, 1, 2, 1, 3, 1, 4, 3, 5, 1, 6) = (1 + 1 + 1 + 2 + 0 + 3 + 0 + 0 + 0 + 0 + 0 + 6) = 14, where A032742 = (1, 1, 1, 2, 1, 3, 1, 4, 3, 5,...).
PROG
(PARI)
A032742(n) = if(1==n, n, n/vecmin(factor(n)[, 1]));
CROSSREFS
KEYWORD
nonn
AUTHOR
Gary W. Adamson and Mats Granvik, Jul 25 2008
EXTENSIONS
More terms from R. J. Mathar, Jan 19 2009
STATUS
approved