[go: up one dir, main page]

login
A373213
Numbers k such that k^2 - 1 and k^2 + 1 have 6 divisors each.
0
168, 1368, 97968, 10374840, 16104168, 44049768, 68674368, 100741368, 281803368, 486775968, 1177381968, 1262878368, 1336852968, 2321986968, 2404627368, 3476635368, 4374102768, 5102102040, 5142754368, 5182128168, 5385651768, 6035269968, 9218496168, 10657878168
OFFSET
1,1
COMMENTS
Each term is a number of the form k = sqrt(p^2 * q + 1) such that q = p^2 - 2 and k^2 + 1 = r^2 * s, where p, q, r, and s are distinct primes.
FORMULA
{ k : tau(k^2 - 1) = tau(k^2 + 1) = 6}, where tau() is the number of divisors function, A000005.
EXAMPLE
168 is a term: both 168^2 - 1 = 28223 = 13^2 * 167 and 168^2 + 1 = 28225 = 5^2 * 1129 have 6 divisors.
KEYWORD
nonn
AUTHOR
Jon E. Schoenfield, Jun 21 2024
STATUS
approved