A309586 Primes p with 1 zero in a fundamental period of A006190 mod p.
2, 3, 23, 43, 53, 61, 79, 101, 103, 107, 127, 131, 139, 173, 179, 191, 199, 211, 251, 263, 277, 283, 311, 347, 367, 419, 433, 439, 443, 467, 491, 503, 523, 547, 563, 569, 571, 599, 607, 647, 659, 677, 719, 727, 751, 757, 823, 829, 859, 881, 883, 887, 907
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)==1, print1(p, ", ")))
Comments