This page is best for three related tasks. First, deciding whether an integer is prime. Second, factoring a number into its prime factors. Third, listing every prime in a selected interval. Because those three tools live together, the page works well for classroom practice, early number theory study, contest prep, and quick verification.
Unlike pages that return only one yes-or-no answer, this one also shows nearby primes, smallest factor, or divisor count depending on the mode. That makes it more useful for understanding the number, not just labeling it.
The current page supports three modes.
check for primality testingfactor for prime factorizationrange for listing all primes in an interval現在のページは素数判定、素因数分解、素数の範囲リスト表示に対応しています。
現在のページでは2以上の整数を入力する必要があります。
現在のページでは終了値が開始値以上である必要があり、範囲の幅は100000を超えられません。
はい。現在のページは入力の変更に応じて自動的に再計算され、計算ボタンを押すと同じ処理を手動で実行できます。
Check prime numbers, factor integers, and list all primes inside a chosen range.