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!)
A080398 Largest squarefree number dividing sum of divisors of n. 9
1, 3, 2, 7, 6, 6, 2, 15, 13, 6, 6, 14, 14, 6, 6, 31, 6, 39, 10, 42, 2, 6, 6, 30, 31, 42, 10, 14, 30, 6, 2, 21, 6, 6, 6, 91, 38, 30, 14, 30, 42, 6, 22, 42, 78, 6, 6, 62, 57, 93, 6, 14, 6, 30, 6, 30, 10, 30, 30, 42, 62, 6, 26, 127, 42, 6, 34, 42, 6, 6, 6, 195, 74, 114, 62, 70, 6, 42, 10 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
Not multiplicative, but satisfies a similar condition: For all coprime x, y (with gcd(x,y)=1), a(x*y) = LCM(a(x), a(y)), where LCM is the least common multiply of its arguments, A003990. Compare also with A351560. - Antti Karttunen, Feb 20 2022
LINKS
FORMULA
a(n) = A007947(A000203(n)).
a(n) = A019565(A351560(n)). - Antti Karttunen, Feb 20 2022
EXAMPLE
n=12:sigma[12]=1+2+3+4+6+12=28, sqf-kernel=14=a(12)
MATHEMATICA
ffi[x_] := Flatten[FactorInteger[x]] lf[x_] := Length[FactorInteger[x]] ba[x_] := Table[Part[ffi[x], 2*w-1], {w, 1, lf[x]}] cor[x_] := Apply[Times, ba[x]] Table[cor[DivisorSigma[1, w]], {w, 1, 100}]
PROG
(PARI) a(n) = factorback(factor(sigma(n))[, 1]); \\ Michel Marcus, Nov 18 2017
CROSSREFS
Sequence in context: A229120 A255067 A139285 * A126851 A082321 A057502
KEYWORD
nonn
AUTHOR
Labos Elemer, Mar 19 2003
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 23 03:30 EDT 2024. Contains 371906 sequences. (Running on oeis4.)