A309581 Primes p with 2 zeros in a fundamental period of A000129 mod p.
3, 11, 17, 19, 43, 59, 67, 73, 83, 89, 97, 107, 113, 131, 139, 163, 179, 193, 211, 227, 233, 241, 251, 257, 281, 283, 307, 331, 337, 347, 379, 401, 419, 433, 443, 449, 467, 491, 499, 523, 547, 563, 571, 577, 587, 601, 617, 619, 641, 643, 659, 673, 683, 691
Offset: 1
Keywords
Links
- Jianing Song, Table of n, a(n) for n = 1..1600
- Jianing Song, Lucas sequences and entry point modulo p
Crossrefs
Let {x(n)} be a sequence defined by x(0) = 0, x(1) = 1, x(n+2) = m*x(n+1) + x(n). Let w(k) be the number of zeros in a fundamental period of {x(n)} modulo k.
| m=1 | m=2 | m=3
-----------------------------+----------+----------+---------
* and also A053032 U {2}
Programs
-
PARI
forprime(p=2, 700, if(A214027(p)==2, print1(p, ", ")))
Comments