Talk:Abundant odd numbers: Difference between revisions

From Rosetta Code
Content added Content deleted
(added a talk page section.)
 
m (→‎task requirements: added a comment about capitalization.)
Line 1: Line 1:
==task requirements==
==task requirements==
'''N''' &nbsp; is a &nbsp; ''nice number'' &nbsp; if &nbsp; the sum of its factors is &nbsp; <big> > </big> &nbsp; '''N'''.

The word &nbsp; '''nice''' &nbsp; shouldn't be capitalized &nbsp; (unless it's name after a person).



Perhaps some requirements should be stated, such as:
Perhaps some requirements should be stated, such as:
::::* &nbsp; show the first &nbsp; '''25''' &nbsp; nice numbers &nbsp; (with an index).
::::* &nbsp; show the first &nbsp; '''25''' &nbsp; nice numbers &nbsp; (with an index).

Revision as of 22:21, 16 May 2019

task requirements

N   is a   nice number   if   the sum of its factors is   >   N.

The word   nice   shouldn't be capitalized   (unless it's name after a person).


Perhaps some requirements should be stated, such as:

  •   show the first   25   nice numbers   (with an index).
  •   optionally, show the sum of the nice number's factors.
  •   show all output here.

.... or something along those lines.     -- Gerard Schildberger (talk) 22:11, 16 May 2019 (UTC)