login
This site is supported by donations to The OEIS Foundation.
Logo

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A100306 Numbers n for which the values of the Moebius function (A008683) and the Mertens function (A002321) agree. 4
1, 3, 40, 41, 59, 66, 94, 102, 146, 150, 151, 160, 161, 164, 165, 167, 215, 232, 233, 236, 237, 239, 255, 330, 332, 333, 334, 354, 356, 357, 359, 363, 364, 365, 367, 394, 402, 404, 405, 406, 408, 409, 414, 415, 420, 421, 423, 424, 425, 426, 428, 429, 538, 542 (list; graph; refs; listen; history; text; internal format)
OFFSET

1,2

LINKS

Donovan Johnson, Table of n, a(n) for n = 1..10000

PrimeFan, Esoteric Integer Sequences

MAPLE

with(numtheory): p:=proc(n) if mobius(n)=sum(mobius(k), k=1..n) then n else fi end: seq(p(n), n=1..700); (Deutsch)

MATHEMATICA

Select[Range[500], Plus @@ MoebiusMu[Range[#]] == MoebiusMu[#] &] (* Carl Najafi, Aug 17 2011 *)

CROSSREFS

Cf. A100765, A100766, A100767.

Sequence in context: A196159 A084186 A037104 * A101014 A041347 A160659

Adjacent sequences:  A100303 A100304 A100305 * A100307 A100308 A100309

KEYWORD

nonn

AUTHOR

N. J. A. Sloane, Dec 30 2004

EXTENSIONS

More terms from Emeric Deutsch, Feb 14 2005

Replaced a geocities.com URL - R. J. Mathar, Oct 30 2009

STATUS

approved

Lookup | Welcome | Wiki | Register | Music | Plot 2 | Demos | Index | Browse | More | WebCam
Contribute new seq. or comment | Format | Transforms | Puzzles | Hot | Classics
Recent Additions | More pages | Superseeker | Maintained by The OEIS Foundation Inc.

Content is available under The OEIS End-User License Agreement .

Last modified May 25 09:32 EDT 2013. Contains 225646 sequences.