OFFSET
1,1
COMMENTS
Primes p such that A322906(p) = 4.
For p > 2, p is in this sequence if and only if A175182(p) == 4 (mod 8), and if and only if A322907(p) is odd. For a proof of the equivalence between A322906(p) = 4 and A322907(p) being odd, see Section 2 of my link below.
This sequence contains all primes congruent to 5, 21, 33, 37, 41, 45 modulo 52. This corresponds to case (1) for k = 11 in the Conclusion of Section 1 of my link below.
Conjecturely, this sequence has density 1/3 in the primes. [Comment rewritten by Jianing Song, Jun 16 2024 and Jun 25 2024]
REFERENCES
Ballot, Christian. "Prime Factors of Fibonacci-Related Recurrences." The Fibonacci Quarterly 63.2 (2025): 178-206.
LINKS
Jianing Song, Table of n, a(n) for n = 1..1200
Jianing Song, Entry points and periods of Lucas sequences
PROG
(PARI) forprime(p=2, 900, if(A322906(p)==4, print1(p, ", ")))
CROSSREFS
For a list of sequences related to the numbers of zeros in a fundamental period of {x(n)}, where {x(n)} is a sequence defined by x(0) = 0, x(1) = 1, x(n+2) = m*x(n+1) + x(n), see A053032.
KEYWORD
nonn,changed
AUTHOR
Jianing Song, Aug 10 2019
STATUS
approved
