is_pentagonal_number
Determine whether an integer is a pentagonal number by checking if it satisfies the pentagonal number formula, useful for sequence analysis and mathematical validation.
Instructions
Check if a number is a pentagonal number. (Domain: arithmetic, Category: basic_sequences)
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | Yes |