11 lines
171 B
Text
11 lines
171 B
Text
# First twenty:
|
|
hamming(20)
|
|
# See elsewhere for output
|
|
|
|
# 1691st Hamming number:
|
|
hamming(-1691)
|
|
# => 2125764000
|
|
|
|
# Millionth:
|
|
hamming(-1000000)
|
|
# => 1.926511252902403e+44
|