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!)
A065000 Numbers k such that Sum_{i=1..k} mu(sigma(i)) = 0. 1
2, 3, 5, 6, 7, 9, 10, 11, 12, 16, 17, 20, 21, 22, 23, 24, 61, 62, 63, 673, 674, 675, 725, 726, 727, 728, 733, 734, 735, 736, 737, 738, 739, 740, 741, 742, 743, 744, 745, 784, 785, 786, 787, 788, 789, 790, 791, 792, 793, 797, 798, 799, 800, 801, 802, 803, 804 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,1
LINKS
MATHEMATICA
Position[Accumulate[MoebiusMu[DivisorSigma[1, Range[1000]]]], 0]//Flatten (* Harvey P. Dale, Aug 15 2016 *)
PROG
(PARI) { n=s=0; for (m=1, 10^9, s+=moebius(sigma(m)); if (s==0, write("b065000.txt", n++, " ", m); if (n==1000, return)) ) } \\ Harry J. Smith, Oct 03 2009
CROSSREFS
Sequence in context: A181133 A039105 A187328 * A188292 A171948 A287527
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Feb 19 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 25 08:27 EDT 2024. Contains 371964 sequences. (Running on oeis4.)