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!)
A080399 Largest squarefree number dividing sum of squares of divisors of n. 1
1, 5, 10, 21, 26, 10, 10, 85, 91, 130, 122, 210, 170, 10, 130, 341, 290, 455, 362, 546, 10, 610, 530, 170, 651, 170, 410, 210, 842, 130, 962, 1365, 610, 290, 130, 273, 1370, 1810, 170, 2210, 58, 10, 370, 2562, 182, 530, 2210, 3410, 2451, 3255, 290, 3570, 2810, 410 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A007947(A001157(n)).
EXAMPLE
sigma_2(12) = 1 + 4 + 9 + 16 + 36 + 144 = 210, sqf-kernel = 210 = 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[2, w]], {w, 1, 100}]
CROSSREFS
Sequence in context: A244022 A365112 A002791 * A017667 A241603 A242643
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 25 10:01 EDT 2024. Contains 371967 sequences. (Running on oeis4.)