login

Year-end appeal: Please make a donation to the OEIS Foundation to support ongoing development and maintenance of the OEIS. We are now in our 61st year, we have over 378,000 sequences, and we’ve reached 11,000 citations (which often say “discovered thanks to the OEIS”).

A337791
6-Wall-Sun-Sun primes: primes p such that p^2 divides F_6(A175185(p)), where F_6(i) is the i-th 6-Fibonacci number.
0
191, 643, 134339, 25233137
OFFSET
1,1
LINKS
Zakariae Bouazzaoui, On Periods of Fibonacci Sequences and Real Quadratic p-rational Fields, Fibonacci Quart. 58 (2020), no. 5, 103-110. See p. 7.
PROG
(PARI) my(b=6); forprime(p=2, , if( (([0, 1; 1, b]*Mod(1, p^2))^(p-kronecker(b^2+4, p)))[1, 2]==0, print1(p, ", "); ); );
CROSSREFS
Cf. A175185, A238736 (2-Wall-Sun-Sun primes), A271782 (smallest n-Wall-Sun-Sun prime).
Sequence in context: A142677 A142562 A142619 * A347294 A086878 A082445
KEYWORD
nonn,hard,more
AUTHOR
Felix Fröhlich, Dec 23 2020
STATUS
approved