A365082 Prime powers (A246655) q such that -2 is a nonzero square in the finite field F_q.
3, 9, 11, 17, 19, 25, 27, 41, 43, 49, 59, 67, 73, 81, 83, 89, 97, 107, 113, 121, 131, 137, 139, 163, 169, 179, 193, 211, 227, 233, 241, 243, 251, 257, 281, 283, 289, 307, 313, 331, 337, 347, 353, 361, 379, 401, 409, 419, 433, 443, 449, 457, 467, 491, 499, 521, 523, 529
Offset: 1
Examples
49 is a term since -2 = -9 = (+-3i)^2 in F_49 = F_7(i).
Links
- Jianing Song, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA365082(n) = isprimepower(n) && (n%8==1 || n%8==3)
Comments