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!)
A291167 Numbers k such that psi(k) is a perfect square where psi(k) = A001615(k). 5
1, 3, 18, 20, 22, 27, 60, 66, 70, 72, 80, 88, 92, 94, 99, 115, 119, 162, 170, 210, 212, 214, 217, 240, 243, 252, 264, 265, 276, 280, 282, 288, 308, 310, 315, 320, 322, 345, 352, 357, 368, 376, 382, 385, 423, 497, 500, 510, 517, 527, 540, 594, 596, 612, 636, 637, 642, 648, 651, 679, 680, 710, 725, 742 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
The product of an even number of distinct members of A066436 is in the sequence. - Robert Israel, Aug 22 2017
LINKS
EXAMPLE
60 is a term because psi(60) = 144 is a perfect square.
MAPLE
filter:= proc(n) issqr(n*mul(1+1/p, p=numtheory:-factorset(n))) end proc:
select(filter, [$1..1000]); # Robert Israel, Aug 22 2017
MATHEMATICA
Select[Range@ 750, IntegerQ@ Sqrt[# Sum[MoebiusMu[d]^2/d, {d, Divisors@ #}]] &] (* Michael De Vlieger, Aug 19 2017 *)
PROG
(PARI) a001615(n) = n*sumdivmult(n, d, issquarefree(d)/d);
is(n) = issquare(a001615(n));
CROSSREFS
Sequence in context: A307640 A339631 A195998 * A361592 A174029 A103715
KEYWORD
nonn,easy
AUTHOR
Altug Alkan, Aug 19 2017
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 19 15:11 EDT 2024. Contains 371794 sequences. (Running on oeis4.)