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!)
A068576 Numbers k such that Sum_{j=1..k} mu(j)^2 = floor(6*k/Pi^2). 1
28, 56, 153, 172, 173, 175, 176, 177, 178, 180, 181, 344, 351, 352, 353, 354, 356, 357, 361, 362, 363, 365, 366, 367, 368, 370, 371, 373, 374, 375, 383, 386, 391, 393, 394, 395, 396, 397, 400, 405, 408, 425, 428, 640, 752, 848, 849, 850, 851, 852, 853, 854 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
seq[max_] := Flatten @ Position[Accumulate @ Array[Boole @ SquareFreeQ[#] &, max] - Floor[6*Range[max]/Pi^2], 0]; seq[1000] (* Amiram Eldar, Feb 17 2021 *)
PROG
(PARI) isok(k) = sum(j=1, k, moebius(j)^2) == 6*k\Pi^2; \\ Michel Marcus, Feb 15 2021
CROSSREFS
Sequence in context: A204646 A211491 A270297 * A272185 A093290 A181455
KEYWORD
easy,nonn
AUTHOR
Benoit Cloitre, Mar 26 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 18 15:33 EDT 2024. Contains 371780 sequences. (Running on oeis4.)