Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

added 101 characters in body
Source Link
ovs
  • 61.2k
  • 3
  • 49
  • 164

Wolfram Language (Mathematica), 42(削除) 42 (削除ここまで) 40 bytes

-2 bytes thanks to att !

If[Mean@Divisors@n∣nDo[Mean@Divisors@n∣n&&Print@n,Print@n]~Do~{n,∞}]

Try it online! Try it online!

Wolfram Language (Mathematica), 42 bytes

If[Mean@Divisors@n∣n,Print@n]~Do~{n,∞}

Try it online!

Wolfram Language (Mathematica), (削除) 42 (削除ここまで) 40 bytes

-2 bytes thanks to att !

Do[Mean@Divisors@n∣n&&Print@n,{n,∞}]

Try it online!

Source Link
ovs
  • 61.2k
  • 3
  • 49
  • 164

Wolfram Language (Mathematica), 42 bytes

If[Mean@Divisors@n∣n,Print@n]~Do~{n,∞}

Try it online!

AltStyle によって変換されたページ (->オリジナル) /