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

Hints
(Greetings from The On-Line Encyclopedia of Integer Sequences!)
A093772 a[n] is the smallest integer at which the value of "truncated Mertens-function" (=A088004) equals n. 4
1, 6, 10, 14, 15, 21, 22, 26, 34, 35, 38, 39, 51, 55, 57, 58, 62, 65, 77, 85, 86, 87, 91, 93, 94, 95, 119, 122, 123, 129, 134, 142, 143, 145, 146, 158, 159, 161, 185, 202, 203, 205, 206, 209, 210, 213, 214, 215, 217, 218, 219, 221, 253, 254, 265, 278, 299, 301, 302 (list; graph; refs; listen; history; internal format)
OFFSET

1,2

COMMENTS

Truncated Mertens-function = summatory-Moebius when argument runs through nonprimes.

MATHEMATICA

mer[x_] :=mer[x]=mer[x-1]+MoebiusMu[x]; mer[0]=0; $RecursionLimit=1000; t=Table[mer[w]+PrimePi[w], {w, 1, 1000}] Table[Min[Flatten[Position[t, j]]], {j, 1, 200}]

CROSSREFS

Cf. A008682, A088004, A002321, A059071, A093773.

Sequence in context: A201464 A162730 A180074 * A046400 A100660 A088709

Adjacent sequences:  A093769 A093770 A093771 * A093773 A093774 A093775

KEYWORD

nonn

AUTHOR

Labos E. (labos(AT)ana.sote.hu), Apr 28 2004

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 February 14 07:16 EST 2012. Contains 205589 sequences.