login
This site is supported by donations 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. 0
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; internal format)
OFFSET

1,2

FORMULA

a(n)=A007947[A001157(n)]

EXAMPLE

n=12:sigma2[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

Cf. A000213, A007947, A001157.

Sequence in context: A056496 A106367 A002791 * A017667 A001157 A002800

Adjacent sequences:  A080396 A080397 A080398 * A080400 A080401 A080402

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Mar 19 2003

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified February 14 23:53 EST 2012. Contains 205689 sequences.