# Prime Numbers

Yes, we are obsessed with prime numbers! You can see all of our Tact coins are related to prime numbers!

**Prime Numbers under 100:**

2&#x20;

3&#x20;

5&#x20;

7&#x20;

11&#x20;

13&#x20;

17&#x20;

19&#x20;

23

* The earth's axis is tilted at approximately 23°
* Ninth prime number

&#x20;

29&#x20;

31&#x20;

37&#x20;

41&#x20;

43&#x20;

47&#x20;

53&#x20;

59&#x20;

61&#x20;

67:

71&#x20;

73&#x20;

79&#x20;

**83:**

* The sum of three consecutive numbers (23 + 29 + 31)
* the 23rd prime number
* is a safe prime

89&#x20;

**97:**

* The highest two digit prime number where the sume of its digits is a square.
* Is a Proth prime number


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://tactlabs.gitbook.io/featurepreneur/prime-numbers.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
