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!)
A080401 A001157(n) is squarefree: sum of squares of divisors of n is squarefree. 3
1, 2, 3, 4, 5, 8, 9, 10, 11, 12, 13, 16, 17, 18, 19, 20, 22, 23, 25, 29, 31, 32, 37, 38, 40, 44, 47, 48, 49, 50, 52, 53, 58, 59, 61, 62, 64, 67, 68, 71, 72, 73, 75, 76, 79, 80, 83, 88, 89, 92, 97, 98, 99, 101, 103, 109, 113, 116, 117, 118, 121, 122, 124, 127, 128, 131, 137 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
If m*n is in the sequence with m and n coprime, then m and n must be in the sequence. - Robert Israel, Mar 29 2019
LINKS
FORMULA
Abs[mu[sigma[2, a(n)]]]=1.
MAPLE
select(n -> numtheory:-issqrfree(numtheory:-sigma[2](n)), [$1..1000]); # Robert Israel, Mar 29 2019
MATHEMATICA
Do[s=MoebiusMu[DivisorSigma[2, n]]; If[ !Equal[s, 0], Print[n]], {n, 1, 1000}]
Select[Range[200], SquareFreeQ[DivisorSigma[2, #]]&] (* Harvey P. Dale, Jun 17 2014 *)
PROG
(PARI) isok(n) = issquarefree(sigma(n, 2)); \\ Michel Marcus, Mar 29 2019
CROSSREFS
Sequence in context: A047602 A039076 A037471 * A288666 A180734 A031482
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 23 14:49 EDT 2024. Contains 371914 sequences. (Running on oeis4.)