A365313 Prime powers (A246655) q such that 3 is a nonzero square in the finite field F_q.
11, 13, 23, 25, 37, 47, 49, 59, 61, 71, 73, 83, 97, 107, 109, 121, 131, 157, 167, 169, 179, 181, 191, 193, 227, 229, 239, 241, 251, 263, 277, 289, 311, 313, 337, 347, 349, 359, 361, 373, 383, 397, 409, 419, 421, 431, 433, 443, 457, 467, 479, 491, 503, 529, 541, 563
Offset: 1
Examples
49 is a term since 3 = -4 = (+-2i)^2 in F_49 = F_7(i).
Links
- Jianing Song, Table of n, a(n) for n = 1..10000
Crossrefs
Programs
-
PARI
isA365313(n) = isprimepower(n) && (n%12==1 || n%12==11)
Comments