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!)
A171096 Solutions to the equation M(n) = -1 (M = Mertens's function A002321). 3

%I #14 Nov 20 2017 09:39:29

%S 3,4,6,10,15,16,22,26,27,28,35,36,38,41,57,59,60,62,63,64,66,69,87,88,

%T 91,92,102,123,124,125,126,129,134,135,136,143,144,151,152,153,155,

%U 156,158,165,167,168,169,210,213

%N Solutions to the equation M(n) = -1 (M = Mertens's function A002321).

%H Seiichi Manyama, <a href="/A171096/b171096.txt">Table of n, a(n) for n = 1..10000</a>

%H Eric Weisstein's World of Mathematics, <a href="http://mathworld.wolfram.com/MertensFunction.html">Mertens Function</a>

%o (PARI) isok(n) = sum(k=1, n, moebius(k)) == -1; \\ _Michel Marcus_, Nov 20 2017

%Y Cf. A028442, A118684.

%K nonn

%O 1,1

%A Neven Juric (neven.juric(AT)apis-it.hr), Sep 10 2010

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 16:08 EDT 2024. Contains 371794 sequences. (Running on oeis4.)