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!)
A080238 Largest squarefree number dividing sum of cubes of divisors of n. 1
1, 3, 14, 73, 42, 42, 86, 195, 757, 42, 222, 1022, 2198, 258, 42, 4681, 546, 2271, 70, 3066, 602, 222, 78, 2730, 15751, 6594, 5110, 6278, 8130, 42, 266, 4161, 1554, 546, 1806, 55261, 50654, 210, 2198, 2730, 22974, 1806, 39754, 16206, 31794, 78, 4326 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007947(A001158(n)).
EXAMPLE
n=12: sigma_3(12) = 1 + 8 + 27 + 64 + 216 + 1728 = 2044, sqf-kernel = 1022 = 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[3, w]], {w, 1, 100}]
Table[Max[Select[Divisors[Total[Divisors[n]^3]], SquareFreeQ]], {n, 50}] (* Harvey P. Dale, Sep 21 2022 *)
CROSSREFS
Sequence in context: A118650 A180187 A295104 * A307443 A213228 A306455
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 March 18 22:56 EDT 2024. Contains 370952 sequences. (Running on oeis4.)