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!)
A174651 Numbers n such that Sum_{k=1..n} k*Mobius(k) = n. 1
1, 88, 125, 5246 (list; graph; refs; listen; history; text; internal format)
OFFSET
1,2
COMMENTS
No more terms < 10^7.
LINKS
MATHEMATICA
muSums = Accumulate@Table[MoebiusMu[k] k, {k, 10^7}]; A174651 = {}; For[i = 1, i <= Length@muSums, i++, If[muSums[[i]] == i, AppendTo[A174651, i]]]; A174651
smQ[x_]:=x==Total[Table[n*MoebiusMu[n], {n, x}]]; Select[Range[6000], smQ] (* Harvey P. Dale, Oct 05 2019 *)
CROSSREFS
Sequence in context: A161194 A196581 A179245 * A225136 A039445 A300144
KEYWORD
nonn
AUTHOR
Carl Najafi, Dec 22 2012
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 19 19:02 EDT 2024. Contains 371798 sequences. (Running on oeis4.)