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!)
A077448 Numbers k such that Sum_{d|k} mu(d)*mu(k/d)^2 = +1. 3
1, 36, 100, 196, 225, 441, 484, 676, 1089, 1156, 1225, 1444, 1521, 2116, 2601, 3025, 3249, 3364, 3844, 4225, 4761, 5476, 5929, 6724, 7225, 7396, 7569, 8281, 8649, 8836, 9025, 11236, 12321, 13225, 13924, 14161, 14884, 15129, 16641, 17689, 17956 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
a(n) = A030229(n)^2.
Sum_{n>=1} 1/a(n) = 21/(2*Pi^2). - Amiram Eldar, Jul 16 2020
MATHEMATICA
Select[Range[135], MoebiusMu[#] == 1 &]^2 (* Amiram Eldar, Jul 16 2020 *)
PROG
(PARI) is(n)=if(!issquare(n, &n), return(0)); my(f=factor(n)[, 2]); if(n>1, #f%2==0 && vecmax(f)==1, n==1) \\ Charles R Greathouse IV, Oct 16 2015
CROSSREFS
Cf. A008683, A030229, A077438, A085986 (subsequence).
Sequence in context: A175391 A030627 A177492 * A085986 A027603 A250813
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Nov 30 2002
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 23:15 EDT 2024. Contains 371798 sequences. (Running on oeis4.)