A309588 Primes p with 4 zeros in a fundamental period of A006190 mod p.
5, 13, 29, 37, 41, 73, 89, 97, 109, 137, 149, 157, 181, 193, 197, 229, 233, 241, 269, 281, 293, 317, 349, 353, 373, 389, 397, 401, 409, 421, 449, 457, 461, 509, 541, 557, 577, 593, 613, 617, 653, 661, 701, 709, 733, 761, 769, 773, 797, 821, 853, 857, 877
Offset: 1
Keywords
Links
- Jianing Song, Table of n, a(n) for n = 1..1200
- 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, 900, if(A322906(p)==4, print1(p, ", ")))
Comments