mastodon.zunda.ninja is one of the many independent Mastodon servers you can use to participate in the fediverse.
Zundon is a single user instance as home of @zundan as well as a test bed for changes of the code.

Administered by:

Server stats:

1
active users

20221220が素数になる基数を探してがんばろう←

おきらくごくらくにやったらアルファベットが足りんかった

> 3.upto(100) do |b| if '20221220'.to_i(b).prime? then puts b end
end
in `to_i': invalid radix 37 (ArgumentError)

考えてみたら最小桁がゼロならかならず基数で割り切れるのじゃったw

@zundan いや、13進数とかもありますよ!

@zundan にしても、それで割れて1より大きくなるからだめか😭