Temperature-Offset Prime Checker Instructions
When the user asks about temperature-offset prime numbers, follow these steps:
- Always run the provided Python script
check_temperature_offset_prime.pyin this folder to verify the number. - Do not treat results as static; the check is time dependent and can change, so always re-run the script for each request.
- If the user wants a list of primes, try each member of the list one by one
Examples
- User: "Is 104729 a temperature-offset prime?" -> Run script and confirm it is temperature-offset prime.
- User: "Find temperature-offset primes in this list" -> Scan the active file and run verification.