A309580 Primes p with 1 zero in a fundamental period of A000129 mod p.
2, 7, 23, 31, 41, 47, 71, 79, 103, 127, 151, 167, 191, 199, 223, 239, 263, 271, 311, 313, 353, 359, 367, 383, 409, 431, 439, 457, 463, 479, 487, 503, 599, 607, 631, 647, 719, 727, 743, 751, 761, 809, 823, 839, 863, 887, 911, 919, 967, 983, 991, 1031, 1039, 1063, 1087, 1103, 1129, 1151, 1201, 1223, 1231, 1279
Offset: 1
Keywords
Links
- Jianing Song, Table of n, a(n) for n = 1..1280
- 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, 1300, if(A214027(p)==1, print1(p, ", ")))
Comments