Aliquot sequence classifications: Difference between revisions

(→‎{{header|Scala}}: Simplification)
(→‎{{header|Scala}}: incomplete.)
Line 753:
 
=={{header|Scala}}==
{{incomplete|Scala|Doesn't show how properDivisors is put in place}}
With [[proper_divisors#Scala]] /Proper divisors for big (long) numbers/ in place:
<lang Scala>def createAliquotSeq(n: Long, step: Int, list: List[Long]): (String, List[Long]) = {
Anonymous user