The OEIS mourns the passing of Jim Simons and is grateful to the Simons Foundation for its support of research in many branches of science, including the OEIS.
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!)
A089964 Numbers k such that the denominator of Sum_{j=1..k} mu(j)/j equals Product_{prime p<=k} p. 1
1, 2, 3, 4, 5, 10, 11, 12, 13, 22, 23, 24, 25, 33, 38, 46, 47, 48, 49, 50, 57, 62, 63, 64, 65, 87, 88, 89, 90, 91, 92, 102, 103, 104, 130, 131, 132, 133, 138, 139, 140, 161, 162, 163, 164, 165, 170, 171, 172, 173, 178, 179, 180, 181, 186, 187, 188, 189, 237, 249, 250 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
LINKS
FORMULA
Does lim_{n->infinity} a(n)/(n*log(n)) = 1?
MATHEMATICA
seq[nmax_] := Module[{s = {}, sum = 0, n = 1, r = 1}, While[n <= nmax, sum += MoebiusMu[n]/n; If[PrimeQ[n], r *= n]; If[Denominator[sum] == r, AppendTo[s, n]]; n++]; s]; seq[250] (* Amiram Eldar, Jun 17 2022 *)
CROSSREFS
Cf. A008683.
Sequence in context: A362931 A047596 A199502 * A210495 A179302 A240083
KEYWORD
nonn
AUTHOR
Benoit Cloitre, Jan 17 2004
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 June 5 14:50 EDT 2024. Contains 373107 sequences. (Running on oeis4.)