Aliquot sequence classifications: Difference between revisions

Content added Content deleted
m (→‎{{header|Perl 6}}: Actually show the non-terminating sequences also (like most other examples...))
Line 1,673: Line 1,673:


'''Main'''
'''Main'''
<lang Julia>
<lang Julia>using Printf

println("Classification Tests:")
println("Classification Tests:")
tests = [1:12, 28, 496, 220, 1184, 12496, 1264460, 790, 909, 562, 1064, 1488]
tests = [1:12, 28, 496, 220, 1184, 12496, 1264460, 790, 909, 562, 1064, 1488]