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!)
A326039 Largest square dividing the sum of divisors of n: a(n) = A008833(sigma(n)). 6
1, 1, 4, 1, 1, 4, 4, 1, 1, 9, 4, 4, 1, 4, 4, 1, 9, 1, 4, 1, 16, 36, 4, 4, 1, 1, 4, 4, 1, 36, 16, 9, 16, 9, 16, 1, 1, 4, 4, 9, 1, 16, 4, 4, 1, 36, 16, 4, 1, 1, 36, 49, 9, 4, 36, 4, 16, 9, 4, 4, 1, 16, 4, 1, 4, 144, 4, 9, 16, 144, 36, 1, 1, 1, 4, 4, 16, 4, 16, 1, 121, 9, 4, 16, 36, 4, 4, 36, 9, 9, 16, 4, 64, 144, 4, 36 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,3
LINKS
FORMULA
a(n) = A008833(A000203(n)) = A326038(n)^2.
a(n) = A000203(n) - A326040(n).
MATHEMATICA
Module[{sqs=Range[100, 1, -1]^2}, Table[SelectFirst[sqs, Divisible[ DivisorSigma[ 1, n], #]&], {n, 100}]] (* Harvey P. Dale, Jul 29 2019 *)
PROG
(PARI)
A008833(n) = (n/core(n));
A326039(n) = A008833(sigma(n));
CROSSREFS
Sequence in context: A106314 A152716 A298575 * A183374 A176263 A110812
KEYWORD
nonn
AUTHOR
Antti Karttunen, Jun 05 2019
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 August 17 04:30 EDT 2024. Contains 375198 sequences. (Running on oeis4.)