A006530 by hallvabo

r=range(1,101)
for n in r:print max(p for p in r if~-2**p%p<=1>n%p)

Note that non-ascii characters in the above source code will be escaped (such as \x9f).

download

return to the top page