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

%I #15 Sep 21 2022 11:14:00

%S 1,3,14,73,42,42,86,195,757,42,222,1022,2198,258,42,4681,546,2271,70,

%T 3066,602,222,78,2730,15751,6594,5110,6278,8130,42,266,4161,1554,546,

%U 1806,55261,50654,210,2198,2730,22974,1806,39754,16206,31794,78,4326

%N Largest squarefree number dividing sum of cubes of divisors of n.

%H Amiram Eldar, <a href="/A080238/b080238.txt">Table of n, a(n) for n = 1..10000</a>

%F a(n) = A007947(A001158(n)).

%e n=12: sigma_3(12) = 1 + 8 + 27 + 64 + 216 + 1728 = 2044, sqf-kernel = 1022 = a(12).

%t 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}]

%t Table[Max[Select[Divisors[Total[Divisors[n]^3]],SquareFreeQ]],{n,50}] (* _Harvey P. Dale_, Sep 21 2022 *)

%Y Cf. A000213, A001157, A007947.

%K nonn

%O 1,2

%A _Labos Elemer_, Mar 19 2003

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 17 18:43 EDT 2024. Contains 371765 sequences. (Running on oeis4.)