{
    "number": 42,
    "properties": {
        "even": true,
        "odd": false,
        "prime": false,
        "fibonacci": false,
        "fibonacci_position": null,
        "perfect": false,
        "abundant": true,
        "deficient": false,
        "triangular": false,
        "square": false,
        "cube": false,
        "happy": false,
        "palindrome": false,
        "narcissistic": false,
        "power_of_2": false
    },
    "factors": {
        "prime_factorization": [
            2,
            3,
            7
        ],
        "divisors": [
            1,
            2,
            3,
            6,
            7,
            14,
            21,
            42
        ],
        "divisor_count": 8,
        "divisor_sum": 54
    },
    "digits": {
        "count": 2,
        "unique": 2,
        "digit_sum": 6,
        "digit_product": 8,
        "numerological_reduction": 6
    },
    "conversions": {
        "binary": "101010",
        "octal": "52",
        "hexadecimal": "2A",
        "roman": "XLII"
    },
    "operations": {
        "square": 1764,
        "cube": 74088,
        "sqrt": 6.4807406984,
        "cbrt": 3.4760266449,
        "factorial": null
    },
    "geometry": {
        "circle_area": 5541.769441,
        "circle_perimeter": 263.893783,
        "square_area": 1764,
        "square_diagonal": 59.39697,
        "sphere_volume": 310339.088692,
        "cube_volume": 74088
    },
    "collatz_steps": 8,
    "math_score": 0,
    "url": "https://xn--h1agjk2a.com/42",
    "attribution": "xn--h1agjk2a.com"
}